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'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x1414): undefined
reference to `longest_match'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x1cb0): undefined
reference to `match_init'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x3fdd): undefined
reference to `match_init'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x43e9): undefined
reference to `match_init'
src/../compat/zlib/libz.a(inflate.o):inflate.c:(.text+0x2093): undefined
reference to `inflate_fast'
collect2.exe: error: ld returned 1 exit status
make: *** [fossil.exe] Error 1

_______________________________________________
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