I'm trying to build the NITRO NITF library on Windows 64 bit. Also, I need to build the C++ shared libraries to link against, i.e., DLLs not just EXEs.
I'm trying to build with:
python waf configure build --enable-debugging --prefix=installed --enable-cpp11 --enable-64bit --dist-source --msvc_targets=x64 --shared
but during the build I'm getting: invalid def file 'lib/libxerces.def'
The library is located here: https://github.com/mdaus/nitro
Does anyone have experience building this library on Windows?