Re: [I] Error building log4cxx with cmake and APR_STATIC option [logging-log4cxx]

2024-10-20 Thread via GitHub
swebb2066 commented on issue #362: URL: https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2425404112 The 1.3.0 web documentation now includes the instructions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Error building log4cxx with cmake and APR_STATIC option [logging-log4cxx]

2024-10-20 Thread via GitHub
swebb2066 closed issue #362: Error building log4cxx with cmake and APR_STATIC option URL: https://github.com/apache/logging-log4cxx/issues/362 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [I] Error building log4cxx with cmake and APR_STATIC option [logging-log4cxx]

2024-04-05 Thread via GitHub
clobotorre commented on issue #362: URL: https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2039568083 Thank you so much. Solved!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] Error building log4cxx with cmake and APR_STATIC option [logging-log4cxx]

2024-04-04 Thread via GitHub
swebb2066 commented on issue #362: URL: https://github.com/apache/logging-log4cxx/issues/362#issuecomment-2038443183 The distro provied apr and apr-util static libraries are built without -fPIC (probably assuming everthing will be statically linked if anything is statically linked).

[I] Error building log4cxx with cmake and APR_STATIC option [logging-log4cxx]

2024-04-04 Thread via GitHub
clobotorre opened a new issue, #362: URL: https://github.com/apache/logging-log4cxx/issues/362 Steps to reproduce: ``` # curl -L -O https://dlcdn.apache.org/logging/log4cxx/1.2.0/apache-log4cxx-1.2.0.tar.gz # tar xzvf apache-log4cxx-1.2.0.tar.gz # a