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.

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/>

Regards,
        Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to