> On Apr 21, 2008, at 4:25 PM, Richard Klein wrote:
>> (3) We build SQLite for many different target platforms, using
>> various C and C++ compilers.  We get many (i.e. hundreds) of
>> warnings, and even some errors.  When fixing these problems,
>> it is simply easier to edit many smaller files rather than one
>> huge, unwieldy file.
> 
> As for warnings, see http://www.sqlite.org/faq.html#q17
> SQLite is ANSI-C code, not C++ so if you try to compile
> it with a C++ compiler you might well get errors.  I suggest
> you use a C compiler instead.  Surely Visual Studio must
> include a C compiler.
> 
> D. Richard Hipp
> [EMAIL PROTECTED]

Our target platforms are a variety of set-top boxes from various
manufacturers, so we're pretty much stuck with whatever toolchain
we get from the vendor.  The compiler is often ancient, and some-
times is for C++ rather than C.  We have to make sure our source
code, including SQLite, compiles flawlessly in *all* these environ-
ments.  It's not a big deal, just a minor hassle.

- Richard

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to