Re: Mac osx 10.4.9 ppc build from svn source, APSW issues
"Larry Meadors" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
I had similar issues trying to build from source last night - the version of sqlite on the Mac is 3.0.8, and apsw wants 3.0.10 or greater, but even after updating, I was getting a message that the version I had was too old (even if I put sqlite under the apsw directory this hapens): === larry-meadors-computer:~/downloads/python/apsw-3.3.13-r1 lmeadors$ sqlite3 -version 3.3.12 larry-meadors-computer:~/downloads/python/apsw-3.3.13-r1 lmeadors$ python setup.py install running install running build running build_ext building 'apsw' extension gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -DNDEBUG=1 -DEXPERIMENTAL=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -c apsw.c -o build/temp.macosx-10.3-fat-2.4/apsw.o apsw.c:60:2: apsw.c:60:2:error: #error Your SQLite version is too old. It must be at least 3.3.10 error: #error Your SQLite version is too old. It must be at least 3.3.10 === I noticed that the instructions are saying to use python 2.3, too - is that the issue, maybe? I think more likely that the header files are coming from elsewhere, and confusing things, but I'm not sure either. :-/ I'd really like to get this working, because the current binaries are not working on my machine, and my phone is not supported, so I'd like to add support for it if I can. If anyone needs more info to help, just ask. :-D Larry On 4/10/07, David A. Ritter <[email protected]> wrote: > Hello, > I've followed the archives of this list in hopes of running Bitpim > from svn source. I would like to try adding some new phones, but > haven't been able to get past the APSW Sqlite3 link puzzle. > If someone has APSW with Sqlite3 compiled in for osx 10.4.9 ppc, I'd > like to either get a copy or get new instructions on how to > successfully get it built to avoid "Symbol not found: > _sqlite3_declare_vtab" issues. > Thanks, > Dave > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > BitPim-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV