We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os: centos log4cxx version: 1.0.0 and 1.1.0 I have installed apr and apr-util and set apr_include_dir, apr_libraries so do apr_util in cmake. then
cmake .. make -j4
make command give me an error:
The text was updated successfully, but these errors were encountered:
i have tried log4cxx 0.13.0 successfully. don't have error.
Sorry, something went wrong.
What is the version of the compiler you are using?
Please attach the output from cmake ...
cmake ..
What is the version of the compiler you are using? Please attach the output from cmake ...
@swebb2066
I suggest you install a newer compiler then tell cmake to use that new compiler using for example:
cmake .. -DCMAKE_CXX_COMPILER=/usr/local/gcc-9.2.0/bin/g++ -DCMAKE_C_COMPILER=/usr/local/gcc-9.2.0/bin/gcc
No branches or pull requests
os: centos
log4cxx version: 1.0.0 and 1.1.0
I have installed apr and apr-util and set apr_include_dir, apr_libraries so do apr_util in cmake.
then
make command give me an error:
The text was updated successfully, but these errors were encountered: