Re: [sword-devel] Latest SWORD trunk / Build issue on Windows (Root-cause: CMake configuration related to zlib)

2021-02-21 Thread Tobias Klein
Hi Greg, Would you mind taking a look? I checked what needs to be done to remove the zlib references, but it was difficult to determine all the places that need to be changed. Let me know if I can help. Best regards, Tobias On 2/16/21 11:16 PM, Tobias Klein wrote: Dear Troy, Is it maybe th

Re: [sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-16 Thread Tobias Klein
Dear Troy, Is it maybe this reference in /cmake/sources.cmake (line 214) SET(sword_zlib_nofound_SOURCES src/utilfuns/zlib/adler32.c Best regards, Tobias Am 16. Februar 2021 22:42:51 schrieb "Troy A. Griffitts" : Dear Tobias, I have just had a look at a pristine checkout of SWORD trunk and I

Re: [sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-16 Thread Troy A. Griffitts
Dear Tobias, I have just had a look at a pristine checkout of SWORD trunk and I have no trace of adler32.c in any CMakeList.txt.  Could this be similar to the stray symbols and such you were having with your build framework previously, which we stipulated was due to no completely cleaning build st

Re: [sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-16 Thread Troy A. Griffitts
Hi guys. This is a change. Previously, we included zlib within the SWORD sources, but this hadn't been updated for a very long time. Rather then update to a current version of zlib, we decided we probably shouldn't carry around our own copy just for a Windows build, as this library was likely re

Re: [sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-16 Thread Tobias Klein
Hi Zdenko, That Windows build (automated via GitHub Actions, also considering zlib) has been previously working (Last time when 1.9.0 was released), so I would rather guess that this is a regression in the CMake configuration of SWORD. Best regards, Tobias Am 16. Februar 2021 09:21:01 schrie

Re: [sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-16 Thread ZdPo Ster
I expect that zlib is installed on Mac by default, while on windows cmake configuration does not find a suitable zlib installation, so it tries to build it (but source code is missing). Try to install https://github.com/madler/zlib with cmake before configuring and building the sword. Zdenko On

[sword-devel] Latest SWORD trunk / Build issue on Windows

2021-02-15 Thread Tobias Klein
Hi, I have observed a build issue with the latest SWORD trunk on Windows. I am getting this message: CMake Error at CMakeLists.txt:85 (ADD_LIBRARY): 112 Cannot find source file: 113