> Jan Nijtmans Thu, 19 Jan 2017 01:57:05 -0800 > > 2017-01-19 0:13 GMT+01:00 Richie Adler: >> Windows 7 Ultimate 64 bit >> gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 5.3.0 >> >> Running this: >> >> C:\Prog\MinGW\msys\1.0\bin\make.exe -e -f win\Makefile.mingw clean >> SET FOSSIL_ENABLE_JSON=1 >> C:\Prog\MinGW\msys\1.0\bin\make.exe -e -f win\Makefile.mingw >> >> Generates these errors: >> >> src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x745): undefined >> reference to `longest_match' > ... > > > Try: > C:\Prog\MinGW\msys\1.0\bin\make.exe -e -f win\Makefile.mingw X64=1 > FOSSIL_ENABLE_JSON=1 > > Just have a look at comment line #16 of win\Makefile.mingw, you'll see why. >
Sadly, that didn't solve the issue. Same errors. > If you want a full 64-bit (with openssl-1.1.0c and more, json too), > have a look at: > <https://sourceforge.net/projects/cyqlite/files/fossil/> I may try that, but I really enjoyed being able to compile my own Fossil. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

