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
# starting from base directory of repo, make a build directory and cd into it
mkdir target
cd target
# configure
cmake .. -DCMAKE_INSTALL_PREFIX=../install
This gets a long way through the configure process, but ultimately fails with the following:
-- Configuring done
CMake Error at externals/coda-oss/modules/drivers/xml/xerces/CMakeLists.txt:281 (add_library):
No SOURCES given to target: xerces-c
I'm failing to build the six-library on Windows. Steps I've done so far:
This gets a long way through the configure process, but ultimately fails with the following:
Other information:
Full build log here cmake.log
The text was updated successfully, but these errors were encountered: