I'm failing to build the six-library on Windows. Steps I've done so far:
- Cloned repo. On master branch locally
- Followed CMake instructions at https://github.com/ngageoint/six-library/blob/master/externals/coda-oss/cmake/README.md:
# 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
Other information:
- Windows 10
- Visual Studio 2019
- CMake version 3.20.0-rc1
- Python version 3.11.0
Full build log here cmake.log
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