Qt-interest Archive, April 2008
OS X and SQLite Qt 4.3.1
Message 1 in thread
Hi All,
OS X 10.5.2
Qt 4.3.1
I wish to use SQLite in one of my applications.
When I run: ./configure -debug-and-release -largefile -system-sqlite -
universal -sdk /Developer/SDKs/MacOSX10.5.sdk
I get SQLLite compiler errors when running make sub-src
Is this an OK configure command?
Can one create new SQLite databases? Where should they be stored?
Thanks
-Jason
--
[ signature omitted ]
Message 2 in thread
J. Todd Slack wrote:
> Hi All,
>
> OS X 10.5.2
> Qt 4.3.1
>
> I wish to use SQLite in one of my applications.
>
> When I run: ./configure -debug-and-release -largefile -system-sqlite
> -universal -sdk /Developer/SDKs/MacOSX10.5.sdk
>
> I get SQLLite compiler errors when running make sub-src
>
> Is this an OK configure command?
>
> Can one create new SQLite databases? Where should they be stored?
>
> Thanks
>
> -Jason
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Sqlite's geared towards compiling the source version that's included in
the qt source code. I'd recommend using the internal sqlite instead of
the system, as the internal is kept pretty up to date (and has a few
minor qt patches in it to make it work nicer).
--
[ signature omitted ]