-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/31/2010 10:47 AM, Dennis Cote wrote: > Macintosh:apsw-3.7.4-r1 dennis$ python setup.py fetch --all build > --enable-all-extensions install test
The command line is correct and should do everything you expected. > cc1: error: unrecognized command line option "-Wno-long-double" It looks like that option is being injected by python's distutils. Did you install a non-Apple version of Python? > Does anyone (in particular Roger Binns :-)) have an idea what might be going > wrong and how to correct it? An option gcc does not like is being made part of the compilation process. That option did not come from APSW or SQLite. > Alternatively, does anyone know how to get access to the rtree extension > from python 2.5 included with Mac OS X? You will have to do a compilation at some point so fixing that is the main issue. My Mac/MacOS is older so I can't replicate this. The solution is probably in one of the 795,000 results: http://www.google.com/search?q=wno-long-double+python This seems a close match: http://blog.timc3.com/2010/02/18/gcc-and-python/ Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0en80ACgkQmOOfHg372QSdmwCguN97ShVyAdksIoPnvGeEjD53 RlcAoN45J+oCkvaKZ5tgJ5Hb8sCItCR5 =GBPS -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

