Hi,

We're building the amalgamated source file with SQLITE_OMIT_LOAD_EXTENSION defined.

This had been working just fine until the release of SQLite 3.5.2.

I'm sorry, I need to add that we're trying to build sqlite3.c without header file sqlite3ext.h:
        http://www.sqlite.org/cvstrac/tktview?tn=2858

The problem occurs when sqlite3ext.h is removed:
[...]
sqlite3.c:80297:26: error: sqlite3ext.h: No such file or directory
sqlite3.c: At top level:
sqlite3.c:80335: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static'
sqlite3.c: In function 'endsInWhiteSpace':
sqlite3.c:80545: warning: implicit declaration of function 'safe_isspace'
[...]

--
Dimitri

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to