|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: Unable to find Python.h
From: Döhr, Markus ICC-H (Markus.Doehr
siegenia-aubi.com)
Date: Fri Aug 26 2005 - 10:37:58 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Script_dbmPython-py23.c:35:34: error: Python.h: No such file or
> > directory
you have to copy Python.h in the correct directory for your platform:
sapdb
amd64 ~/TOOLSRC>find . -name "*ython.h*" -print
./sys/src/extern/python/sdk-py15/Python.h
./sys/src/extern/python/sdk-py20/Python.h
./sys/src/extern/python/sdk-py21/Python.h
./sys/src/extern/python/sdk-py22/Python.h
./sys/src/extern/python/sdk-py23/Python.h
./sys/src/extern/python/sdk-py24/Python.h
> 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.
>
> I wouldn't mind skipping the Python bindings, but I am not
> certain how to switch it off, either.
you NEED python since it's necessary to load the system tables (AKA
catproc.sql on Oracle).
You control the buildflags in
sys/src/tt/toolvars-tmp.pl.tt
Greetz,
SIEGENIA-AUBI KG
Informationswesen
i.A.
Markus Döhr
SAP-CC/BC, SAPDB-DBA
Tel.: +49 6503 917-152
Fax: +49 6503 917-7152
E-Mail: markus.doehr
siegenia-aubi.com
Internet: http://www.siegenia-aubi.com
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]