No, I don't think you are doing anything wrong.. There are a couple of changes 
I 
have made to make fossil compile under windows..

Makefile.w32
   Line 12
     -SRCDIR = ../src
     +SRCDIR = ./src

   Line 19
     -E =
     +E = .exe
     +INSTALLDIR = c:/users/daniel/apps (or obviously whatever you want)

main.mk (i realise this isn't recommended, but I don't have tclsh to rebuild it)
   Line 224
     +{TAB}strip -s $(APPNAME)

I think all of these are relatively minor and/or completely optional.. but I 
have had these changes as permanent local edits through the last few months of 
updates and it hasn't conflicted with anything, and it builds consistently..

I think the key is making sure mingw is installed correctly in the windows PATH 
and that zlib has been compiled successfully beforehand..

If anyone else has any simple questions (I am by no means an expert here) I am 
happy to explain what I have set up in more detail..

regards
Daniel

Rene de Zwart wrote:
> fossil :  version [bc857ecd92] 2009-02-13 20:30:30 UTC
> 
> If I want to compile fossil under mingw if have to do either
> a) edit makefile.w32 to change SRCDIR from ../src to ./src
> b) make -f Makefile.w32 SRCDIR=./src
> 
> Do I do something wrong?
> 
> Regards Rene
> 
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> 
_______________________________________________
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