This build (with make as indicated, plus -DCMAKE_INSTALL_PREFIX) is ok. However, after 'make install', there is a dangling libxerces-c.so symlink towards cygxerces-c-3-2.dll not installed (but present in build directory). Trying to use this installation fails with many many missing references (transcode etc.). I need to figure out what is wrong.
> On 2018-09-13 at 00:06, Roger Leigh wrote: > > On 12/09/18 22:45, Denis Excoffier wrote: >>> On 2018-09-21 at 23:31, Roger Leigh wrote: >>> >>> Are you building with the autotools build or the cmake build? >> I don't know. I run ./configure --disable-network --enable-transcoder-iconv. >> No cmake around (although the cmake and libcurl-devel packages are present). > > The equivalent for testing would be: > > mkdir build > cd build > cmake -Dnetwork=OFF -Dtranscoder=iconv /path/to/xerces/source > make > ctest > > > Regards, > Roger > > --------------------------------------------------------------------- > To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org > For additional commands, e-mail: c-dev-h...@xerces.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org