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.
__int64.patch
Description: Binary data
vc-makefile.patch
Description: Binary data
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

