Skip to content

Unable to configure build on Windows #639

@centaurisean

Description

@centaurisean

I'm failing to build the six-library on Windows. Steps I've done so far:

  1. Cloned repo. On master branch locally
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions