>> Script_dbmPython-py23.c:35:34: error: Python.h: No such file or
>> directory
>
>There are two things I find wrong with the above message: first, that I
>actually do have Python.h and second that I have Python 2.4, not 2.3 as
>it thinks.
>

There should be header files for various Python versions in
$TOOL/incl/extern/python. If there's a bug in the tool build, you can
fix this by:

- copying TOOLSRC/sys/src/extern/python to $TOOL/incl/extern
- in each of the directories: move X86_64_LINUX_pyconfig.h to
pyconfig.py

>Trouble is, due to the esoteric build system, I haven't the first clue
>what files control the CFLAGS nor what include path it is currently
>using.

When an error occurs, vmake writes the full command line of the compiler
call to the protocol + stdout, so you should be able to see which -I
options where passed.

While trying to fix this problem, it might be easier to compile only
this file:
imf.pl Script_dbmPython-py23.c

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]  

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to