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/
> "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
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/
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
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