You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
In the Code/Makefile.txt, the Xerces version check is too old to pass.
The XERCES_VERSION need to be free or change to a higher version number, maybe 3.5.
Xerces
casa_find( XERCES
VERSION 2.7.0
PREFIX_HINTS ${XERCES_ROOT_DIR}
INCLUDES xercesc/util/XercesVersion.hpp
LIBS xerces-c
CPP_VERSION XERCES_FULLVERSIONDOT
RUN_VERSION "gXercesMajVersion << '.' << gXercesMinVersion << '.' << gXercesRevision"
)
if( XERCES_VERSION VERSION_EQUAL 3.2 OR
XERCES_VERSION VERSION_GREATER 3.2 )
message( FATAL_ERROR "Xerces version (${XERCES_VERSION}) is too recent! Must be earlier than 3.0." )
endif()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the Code/Makefile.txt, the Xerces version check is too old to pass.
The XERCES_VERSION need to be free or change to a higher version number, maybe 3.5.
Xerces
casa_find( XERCES
VERSION 2.7.0
PREFIX_HINTS ${XERCES_ROOT_DIR}
INCLUDES xercesc/util/XercesVersion.hpp
LIBS xerces-c
CPP_VERSION XERCES_FULLVERSIONDOT
RUN_VERSION "gXercesMajVersion << '.' << gXercesMinVersion << '.' << gXercesRevision"
)
if( XERCES_VERSION VERSION_EQUAL 3.2 OR
XERCES_VERSION VERSION_GREATER 3.2 )
message( FATAL_ERROR "Xerces version (${XERCES_VERSION}) is too recent! Must be earlier than 3.0." )
endif()
The text was updated successfully, but these errors were encountered: