Closed radford-for-smpte closed 1 year ago
Did you try -std=c++11
?
Can you attach xerces-c/include/xercesc/util/Xerces_autoconf_config.hpp
?
Ok, so the basic issue is that modern OSes require C++ > 98, so to we cannot require CXX_STANDARD == 98
.
We should instead test the library in an environment that supports CXX_STANDARD == 98
.
Tested using the gcc that ships w/ both CentOS 8 and 9. You can reproduce using this simple
Dockerfile
:and the command
docker build .
See error output here:
log.txt