On Thu, Oct 10, 2013 at 04:39:03PM +0200, Jan Nijtmans wrote:
> 2013/10/10 Jan Nijtmans <jan.nijtm...@gmail.com>:
> > 2013/10/10 Martin Gagnon <eme...@gmail.com>:
> >> It happens that the only difference between 7 and 8 is the Makefile for
> >> mingw which now define: -D_USE_32BIT_TIME_T....
> >
> > This define should only be used for a 32-bit build, never for 64-bit, so
> > this is indeed a bug. I'll have a look how to fix this.
> 
> Should be fine now: <http://fossil-scm.org/index.html/info/d66cfb164f>
> 
> Regards,
>         Jan Nijtmans

Finally, I found that your change in config.h fix the problem on some
source files, but some source files include some system header files
before the config.h (some even doesn't include config.h). 

I tried to fix this by making sure that every source include config.h
before any other includes, but I got stuck when I go the error from
sqlite3.c....  

Probalby we need solution other than the #undef in the config.h... what
do you think ?


-- 
Martin G.
_______________________________________________
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