-
Notifications
You must be signed in to change notification settings - Fork 10
Add log4cplus version awareness, fix #116 #117
Conversation
@mexanick where does |
Under which version was this error obtained? I.e. is the version check wrong or is it the code for log4cplus 2?
What is the message before this snippet? |
Indeed, I was curious myself, since the message from #116 had exactly the opposite message that is in this message. It turns out that the problem is in the Full message with fix:
Full message without fix:(note it succeeds, with appropriate warnings, the
The PC installed version is:
|
6964699
to
4933e19
Compare
Added missing include. |
In terms of |
This PR is about supporting both
|
Still not working...
@lmoureaux, I've added you to a VM that has You should be set up if you do:
|
4933e19
to
78b02cb
Compare
Thank you for the VM, I could test it now. I find it weird that the new interface doesn't take a
Cannot find |
You would need to add |
is it still in progress, or ready to review? |
I'll test again, but I believe it's still WIP... |
As far as I'm concerned it's ok. IIRC I was able to link by changing some env variables. In any case I don't expect linking to be a problem. |
This branch still doesn't compile (
|
I don't understand how I could compile it in the first place but here is the fix, tested on |
Description
log4cplus defines version macros, use them to fix the build failure mentioned in issue #116.
Types of changes
Motivation and Context
Closes #116
How Has This Been Tested?
Tested with
log4cplus
< 2.0.0.Checklist: