seem that is posted the problem http://www.sqlite.org/cvstrac/tktview?tn=3759,38
2009/3/30 Viktor Szakáts <harbour...@syenar.hu>: > Thanks Chen. > Now we can choose to create a local patch and create an > infrastructure for applying local patches before build [ I don't > have time for this now ], or we can report this to author with > your solution, hopefully they'll include it in next revision. > QT also has a patch (regarding localtime) which makes it > compile for WinCE, BTW. > Brgds, > Viktor > > On Mon, Mar 30, 2009 at 1:54 PM, Chen Kedem <n...@synel.co.il> wrote: >> >> > 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 > > > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Analisi e sviluppo software per Lan e Web - Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it/ +39 0321 455962 _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour