2014-02-20 14:39 GMT+01:00 Samuel Debionne <samuel.debio...@ujf-grenoble.fr>:
> Hello all,
>
> Compiling Fossil with the latest MinGW32 (that includes MinGW Runtime >
> 4.0) seems not to require _USE_32BIT_TIME_T.
> Actually Fossil builds without error but will crash at runtime with any
> commands that browses the filesystem tree (vfile_scan). This is because
> the definition of _wdirent in fossil and in mingw does not match (one
> using 32 bits time and the other 64 bits). This may be a regression of
> MinGW Runtime...

Did you try it on Windows XP too?  -D_USE_32BIT_TIME_T is needed to
stay compatible with Windows XP. Starting with Vista everything works.

Yes it's a regression in MinGW, see:
    <http://fossil-scm.org/index.html/tktview?name=18cff45a4e>
and
    <https://sourceforge.net/p/mingw/bugs/2125/>

Regards,
     Jan Nijtmans
_______________________________________________
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