Re: [sqlite] OSX building in xcode leading to crashing lib.

2011-05-20 Thread Chris Dillman
On 5/19/11 10:26 AM, Richard Hipp d...@sqlite.org wrote: On Wed, May 18, 2011 at 6:52 PM, Chris Dillman chris.dill...@zenimaxonline.com wrote: Im having a lot of trouble getting a working build up and running. You are building from the canonical source code, consisting of about 100

Re: [sqlite] OSX building in xcode leading to crashing lib.

2011-05-20 Thread Simon Slavin
On 19 May 2011, at 4:32pm, Chris Dillman wrote: On 5/19/11 10:26 AM, Richard Hipp d...@sqlite.org wrote: The SQLite amalgamation would probably better serve your purpose. It's just two files: sqlite3.c and sqlite3.h. There is no configure script or makefile. No parameters to set.

Re: [sqlite] OSX building in xcode leading to crashing lib.

2011-05-20 Thread Jean-Denis Muys
On 19 mai 2011, at 17:32, Chris Dillman wrote: On 5/19/11 10:26 AM, Richard Hipp d...@sqlite.org wrote: On Wed, May 18, 2011 at 6:52 PM, Chris Dillman chris.dill...@zenimaxonline.com wrote: Im having a lot of trouble getting a working build up and running. You are building from

[sqlite] OSX building in xcode leading to crashing lib.

2011-05-19 Thread Chris Dillman
Im having a lot of trouble getting a working build up and running. I have tried make etc to see if Im missing some flags Right now we have auto generation code using premake to gen projects on Windows, linux, mac. The resulting libs work fine on win, linux but always have crashing issues on OSX

Re: [sqlite] OSX building in xcode leading to crashing lib.

2011-05-19 Thread Richard Hipp
On Wed, May 18, 2011 at 6:52 PM, Chris Dillman chris.dill...@zenimaxonline.com wrote: Im having a lot of trouble getting a working build up and running. You are building from the canonical source code, consisting of about 100 separate source files? Why? The SQLite amalgamation would