[Pythonmac-SIG] Pysqlite build problem

skip at pobox.com skip at pobox.com
Mon Oct 16 13:08:14 CEST 2006


>>>>> "Ronald" == Ronald Oussoren <ronaldoussoren at mac.com> writes:

    Ronald> On Oct 15, 2006, at 11:43 PM, skip at pobox.com wrote:

    >> I'm trying to get pysqlite 2.3.2 built on my Mac (OSX 10.4.8, gcc-4.0,
    >> Python 2.4.4c1).  Sqlite built and installed into /usr/local just  
    >> fine.  I
    >> adjusted setup.cfg appropriately:
    >> 
    >> [build_ext]
    >> define=
    >> include_dirs=/usr/local/include:/usr/include
    >> library_dirs=/usr/local/lib:/usr/lib
    >> libraries=sqlite3

    Ronald> Why do you add /usr/include and /usr/lib to include_dirs and
    Ronald> library_dirs? 

I didn't add them.  They were there by default.  I believe I tried taking
them out leaving just /usr/local/* and the results were worse.

I'll go back and give it another try when I have a chance.

Skip


More information about the Pythonmac-SIG mailing list