Discussion:
XERCES_MFC_SUPPORT Missing from CMake Autoconfig
Scott Morgan
2017-10-27 12:35:52 UTC
Permalink
Just tried building 3.2.0 via the CMake process with VC2010. All worked
well, but it appears to be missing the XERCES_MFC_SUPPORT define that
covers some stuff in util/XMemory.* needed for Visual C++'s debug app
builds.

Did I miss out a step in the CMake generation?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-***@xerces.apache.org
For additional commands, e-mail: c-dev-***@xerces.apache.org
Scott Morgan
2017-11-01 13:19:07 UTC
Permalink
Post by Scott Morgan
Just tried building 3.2.0 via the CMake process with VC2010. All worked
well, but it appears to be missing the XERCES_MFC_SUPPORT define that
covers some stuff in util/XMemory.* needed for Visual C++'s debug app
builds.
Did I miss out a step in the CMake generation?
If anyone's interested, here's a patch against trunk to get things working.

Pretty simple stuff. Added a #cmakedefine to the autoconfig file and in
the top level CMakeLists.txt added in a conditional to spot MSVC.

Scott

Loading...