2014-06-27 0:49 GMT+02:00 Kevin Ar18 <[email protected]>:
> Do these binaries (for Windows) use mingw files?  or are they entirely MSVC?
> (Or, in other words, which of the several build methods were used for the
> binaries?)
.....
> http://www.fossil-scm.org/fossil/doc/trunk/www/build.wiki
> http://www.fossil-scm.org/index.html/wiki?name=compillingOnWindows

Just a quick answer.   ;-)

The wiki is very outdated, just use win/Makefile.mingw or
win/Makefile.mingw.mistachkin (this Makefile is what the
default win32 build used.

The win32 binary is not compiled with the latest MinGW,
simply because it wouldn't even run. The problem is
not in fossil, it's here:
    <http://sourceforge.net/p/mingw/bugs/2106/>
I already gave up using MinGW, I'm using MinGW-w64
(which has both win32 and win64 compilers). If you
are interested, you can find my builds here:
      <http://sourceforge.net/projects/cyqlite/files/fossil/>
(I used "win/Makefile.mingw.mistachkin" too)

Regards,
      Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to