Re: [sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-26 Thread Kevin Youren
Thank you, Kevin Benson, for your hint about ldconfig Using ldconfig -p , I found their is an older version of libsqlite3 in /usr/lib/i386-linux-gnu So I replaced it with my compiled 3.7.10 version , and now sqlite3 works from the command line. regs, Kevin Youren __

Re: [sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols: _OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Ryan Schmidt
On Jan 21, 2012, at 06:21, Richard Hipp wrote: > On Sat, Jan 21, 2012 at 3:29 AM, Ryan Schmidt wrote: > >> Hello, I'm writing on behalf of the MacPorts package management system. >> Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on >>

Re: [sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols:_OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Larry Brasfield
Joe Mistachkin wrote: bool success; malloc_zone_t* newzone = malloc_create_zone(4096, 0); malloc_set_zone_name(newzone, "Sqlite_Heap"); do{ +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone,

Re: [sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols: _OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Richard Hipp
On Sat, Jan 21, 2012 at 3:29 AM, Ryan Schmidt wrote: > Hello, I'm writing on behalf of the MacPorts package management system. > Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on > PowerPC and on Intel. 3.7.9 compiled fine. The error is: > > l

Re: [sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols:_OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Joe Mistachkin
DISCLAIMER: I am *NOT* an expert on Mac OS X programming. That being said, I think the following patch might work (this is UNTESTED, as I have no readily available Apple hardware): Index: src/mem1.c == --- src/mem1.c +++ src/mem1.c

[sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols: _OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Larry Brasfield
Ryan Schmidt sqlite-2012a at ryandesign.com wrote: Hello, I'm writing on behalf of the MacPorts package management system. Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on PowerPC and on Intel. 3.7.9 compiled fine. The error is: ld: Undefined sy

[sqlite] 3.7.10 build failure on OS X 10.4: ld: Undefined symbols: _OSAtomicCompareAndSwapPtrBarrier

2012-01-21 Thread Ryan Schmidt
Hello, I'm writing on behalf of the MacPorts package management system. Our users are having trouble compiling sqlite 3.7.10 on OS X 10.4, both on PowerPC and on Intel. 3.7.9 compiled fine. The error is: ld: Undefined symbols: _OSAtomicCompareAndSwapPtrBarrier The complete log is attach

Re: [sqlite] 3.7.10

2012-01-20 Thread Dan Kennedy
On 01/20/2012 06:16 PM, Alexandr Němec wrote: Dear all, we have two short questions regarding the new 3.7.10 SQLite release. 1. We read about the new "powersafe overwrite" feature in 3.7.10. We would like to go on (for a while) without this. If we set SQLITE_POWERSAFE_OVERWRITE to 0 in the amal

[sqlite] 3.7.10

2012-01-20 Thread Alexandr Němec
Dear all,   we have two short questions regarding the new 3.7.10 SQLite release.   1. We read about the new "powersafe overwrite" feature in 3.7.10. We would like to go on (for a while) without this. If we set SQLITE_POWERSAFE_OVERWRITE to 0 in the amalgamation file, is this the only thing that

Re: [sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-20 Thread Kevin Benson
-- -- -- --ô¿ô-- K e V i N On Thu, Jan 19, 2012 at 10:48 PM, Kevin Youren wrote: > G'day, > > thanks for such a great program. > > Slight problem with sqlite-autoconf-3071000 > > When I issue from the command line: sqlite3 > > I get > > SQLite header and source version

[sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-19 Thread Kevin Youren
G'day, thanks for such a great program. Slight problem with sqlite-autoconf-3071000 When I issue from the command line: sqlite3 I get SQLite header and source version mismatch 2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2 2012-01-16 13:28:40 ebd01a8deffb5024a5d7494eef800d2366d97