Konstantin,

Thanks.  I still build a lot of things with MSVC 6.0 (originally
because it was the last version which didn't need runtime dlls to be
installed, though I don't know if that's still true).

 - Venkat


-----Original Message-----
From: Konstantin Khomoutov <flatw...@users.sourceforge.net>
Sent: Monday, February 28, 2011 21:51:06
Subject: [fossil-users] [PATCH] Fix building with MSVC 6.0

Please consider two patches which fix building the trunk's HEAD with
MSVC 6.0.

The first patch is more of a hack -- it works around the absence of
the "long long" integer size modifier in that ancient compiler. I'm
not sure the patch should go in as is because, for instance sqlite3.*
source files do also have their own defines to handle 64-bit integers,
and it might worth thinking about introducing some common set of
#ifdeffery to make the solution more generic. Anyway, it works for me
in its current form.

The second patch (for win\Makefile.msc) simply enables building and
linking of shell.c -- seems like this makefile just gone out of sync
with the other Makefiles.
_______________________________________________
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