On 10/12/16, Dan Raymond <[email protected]> wrote: > Thanks. > > What is best environment etc to compile under windows?
mingw/msys works. Also MSVC. I build the precompiled binaries for the Fossil homepage using mingw/msys. > > > > Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia > Mail: PO Box 7815 Waterfront Place, Brisbane 4001 > Tel: +61 733 600 255 > Mob: +61 400 551 920 > Fax: +61 733 600 222 > Web: http://ecourban.com.au > > On Thu, Oct 13, 2016 at 11:28 AM, Joe Mistachkin <[email protected]> > wrote: > >> >> Using that makefile with Cygwin is untested, unlikely to work, and >> unsupported. >> >> Sent from my iPhone >> https://urn.to/r/mistachkin >> >> On Oct 12, 2016, at 5:55 PM, Dan Raymond <[email protected]> wrote: >> >> I am getting the following errors when trying to compile: What do I need >> to do? >> >> ======================== >> >> $ 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 fo >> r `pop' >> >> src/../compat/zlib/contrib/asm686/match.S:350: Error: invalid instruction >> suffix fo >> r `pop' >> >> src/../compat/zlib/contrib/asm686/match.S:352: Error: invalid instruction >> suffix fo >> r `pop' >> >> src/../compat/zlib/contrib/asm686/match.S:354: Error: invalid instruction >> suffix fo >> r `pop' >> >> make: *** [win/Makefile.mingw:994: src/../compat/zlib/match.o] Error 1 >> >> >> ==================================== >> >> I am, trying to compile under CYGWIN on windows >> >> >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >> >> >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >> >> > -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

