Hey Again Roger,
Ok - now I think I found a straight-up bug (let me know if you want to
handle this in a github issue instead).
set_target_properties(xalan-c PROPERTIES OUTPUT_NAME
"Xalan-C_${XALAN_MS_LIB_MAJOR_VER}${CMAKE_DEBUG_POSTFIX}")
set_target_properties(xalan-c PROPERTIES RUNTIME_OUTPUT_NAME
"Xalan-C_${XALAN_MS_LIB_MAJOR_VER}_${XALAN_MS_LIB_MINOR_VER}${CMAKE_DEBUG_POSTFIX}")
set_target_properties(xalan-c PROPERTIES DEBUG_POSTFIX "D")
You're always appending the CMAKE_DEBUG_POSTFIX, which means even the release
dlls/libs are postfixed with D.
Rob
________________________________
From: Rob Conde <[email protected]>
Sent: Friday, May 29, 2020 8:22 AM
To: [email protected] <[email protected]>; [email protected]
<[email protected]>
Subject: Re: Xalan-C++ 1.12 release candidate 1
Hey Roger,
First thanks for your work! This release is actually very timely for me. I'm
running into an issue when building against a shared xerces library. When the
msgcreator is run it crashes because it can't find the xerces dll. I'm gonna
try to handle this externally by updating
PATH/LD_LIBRARY_PATH/DYLD_LIBRARY_PATH depending on the platform - but this
might be better handled in the xalan cmake itself. I'm not entirely sure the
conventions for this scenario.
Thanks,
Rob
________________________________
From: Roger Leigh <[email protected]>
Sent: Sunday, May 24, 2020 6:26 PM
To: [email protected] <[email protected]>; [email protected]
<[email protected]>
Subject: Xalan-C++ 1.12 release candidate 1
Dear all,
I have tagged and made a prerelease of 1.12 which can be obtained here:
https://github.com/apache/xalan-c/releases/tag/Xalan-C_1_12_0_RC1
The above link includes the release notes, links to .tar.gz and .zip archives,
and the signed release tag. The full documentation is at:
https://apache.github.io/xalan-c/
The current iteration fixes all of the major problems I was aware of, and it's
now ready for wider testing. I would be very grateful if all Xalan-C++ users
reading this could take the time to build and test it with your own code, and
report back any successes or failures. If any problems are found, we can
investigate and fix them in an RC2, or defer to 1.13 if appropriate. If we're
confident that this is release-worthy, then I'll call for a vote and we can
make the first Xalan-C++ release for nearly 8 years!
Kind regards,
Roger Leigh