Hi,
I'm writting a component set to wrap sqlite database with FPC (Free
Pascal Compiler) / Lazarus and Delphi
available at http://source.online.free.fr
To enable Queries data editing, I need to use the library compiled with
SQLITE_ENABLE_COLUMN_METADATA option.
After many tries, I succeed compilation under Windows XP using Dev-C++
5.0 beta 9.2 (4.9.9.2) (9.0 MB) with Mingw/GCC 3.4.2
<http://www.bloodshed.net/dev/devcpp.html>
So, I wrote a step by step tutorial
(http://source.online.free.fr/HowToCompileSQLite.html) to help the other
users under windows, but I don't know too much about C C++ and I may be
missing important settings.
Anyway, I need now to test my components under Linux (Using Ubuntu 7)
and I try to compile SQLite, again with SQLITE_ENABLE_COLUMN_METADATA
option.
Could you tell me the best way to achieve this under unbuntu and if I
can optimise the compilation under Windows (the sqlite.dll size is quite
important) ?
Many Thanks.
Luc
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------