On Thu, 28 Jan 2010 10:50:49 -0600, you wrote: >Fossil Mailing List, > >I first tried to check the archives for my question but those seem to be >down or not enabled. > >I'm attempting to build fossil on Windows Vista using mingw. I have >mingw installed and working. I've built several open source projects >with it including Firefox... I hope that this proves that it is >installed correctly.
Apart from installing libz, I also edited the following lines in Makefile.w32: TCC = gcc -Os -Wall -DFOSSIL_I18N=0 -L/mingw/lib -I/mingw/include LIB = -lmingwex -lz -lws2_32 -- ( Kees Nuyt ) c[_] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

