Re: [Pythonmac-SIG] Pysqlite build problem

2006-10-19 Thread Ronald Oussoren
On Oct 15, 2006, at 11:43 PM, [EMAIL PROTECTED] 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/

Re: [Pythonmac-SIG] Pysqlite build problem

2006-10-16 Thread skip
> "Ronald" == Ronald Oussoren <[EMAIL PROTECTED]> writes: Ronald> On Oct 15, 2006, at 11:43 PM, [EMAIL PROTECTED] 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

Re: [Pythonmac-SIG] Pysqlite build problem

2006-10-15 Thread Ronald Oussoren
On Oct 15, 2006, at 11:43 PM, [EMAIL PROTECTED] 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/

Re: [Pythonmac-SIG] Pysqlite build problem

2006-10-15 Thread skip
skip> I'm trying to get pysqlite 2.3.2 built on my Mac (OSX 10.4.8, skip> gcc-4.0, Python 2.4.4c1) ... skip> stdarg.h: No such file or directory/usr/include/stdarg.h:4:25: skip> error: stdarg.h: No such file or directory I updated setup.cfg to include /usr/lib/gcc

[Pythonmac-SIG] Pysqlite build problem

2006-10-15 Thread skip
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