Hi All, First time attempting to build windows applications from source, so I probably have something wrong.
Following this page: https://www.fossil-scm.org/index.html/doc/trunk/www/build.wiki I also found this page that could likely be updated: https://www.fossil-scm.org/xfer/wiki?name=compillingOnWindows I have installed mingw32-base and the installed version is 2013072200 and also mingw32-gcc-g++ with a version of 5.3.0-2 >make -f win/Makefile.mingw gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib -DBROKEN_MINGW_CMDLINE=1 -c -o src/../compat/zlib/match.o -DASMV src/../compat/zlib/contrib/asm686/match .S match.S: Assembler messages: match.S:94: Error: invalid instruction suffix for `push' match.S:96: Error: bad register expression match.S:97: Error: invalid instruction suffix for `push' match.S:99: Error: invalid instruction suffix for `push' match.S:101: Error: invalid instruction suffix for `push' src/../compat/zlib/contrib/asm686/match.S:348: Error: invalid instruction suffix for `pop' src/../compat/zlib/contrib/asm686/match.S:350: Error: invalid instruction suffix for `pop' src/../compat/zlib/contrib/asm686/match.S:352: Error: invalid instruction suffix for `pop' src/../compat/zlib/contrib/asm686/match.S:354: Error: invalid instruction suffix for `pop' make: *** [src/../compat/zlib/match.o] Error 1 Do I need to install some dependencies here? Thanks! -- ------- inum: 883510009027723 sip: [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

