> 2009-03-29 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu : > * external/sqlite3/Makefile > - Disabled for bcc. Latest sqlite3 version breaks with this compiler:
BCC does not use LL to mark LONG LONG constants. It needs suffix like i64 (or ui64): 864000000000LL --> 864000000000i64 These is one section that use it in sqlite3.c (lines 29156-29163). It do complie (don't know if it runs) if I changes all the LL to i64 Chen. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour