Re: [sqlite] [lcc32] "sqlite3.c:6597 Character constant taken as not signed"

2010-05-24 Thread Gilles Ganault
On Fri, 21 May 2010 21:32:13 -0400, Rich Rattanni wrote: >BloodShed Dev-C++ and ming? My choice for windows development. > >On Fri, May 21, 2010 at 11:01 AM, Richard Hipp wrote: >> This appears to be a bug in your compiler.  The compiler is segfaulting. >> Can you use a different compiler? Sure

Re: [sqlite] [lcc32] "sqlite3.c:6597 Character constant taken as not signed"

2010-05-21 Thread Rich Rattanni
BloodShed Dev-C++ and ming? My choice for windows development. On Fri, May 21, 2010 at 11:01 AM, Richard Hipp wrote: > On Fri, May 21, 2010 at 7:43 AM, Gilles Ganault wrote: > >> >> But when hitting "Compiler > Make" in the Wedit IDE, I get the >> following errors: >> = >> Error c:\lcc\p

Re: [sqlite] [lcc32] "sqlite3.c:6597 Character constant taken as not signed"

2010-05-21 Thread Richard Hipp
On Fri, May 21, 2010 at 7:43 AM, Gilles Ganault wrote: > > But when hitting "Compiler > Make" in the Wedit IDE, I get the > following errors: > = > Error c:\lcc\projects\sqlite\sqlite3.c 12462 Compiler error (trap). > Stopping compilation > = > This appears to be a bug in your com

[sqlite] [lcc32] "sqlite3.c:6597 Character constant taken as not signed"

2010-05-21 Thread Gilles Ganault
Hello I'm a C newbie, and would like to compile a small C project that will include a main.c along with sqlite3.c and sqlite3.h (ie. the amalgamated version of the SQLite source code). This is an alternative to trying to use SQLite from an another language while still being able to pack both the m