Server Help

ASSS Questions - Building asss on Windows

Cyan~Fire - Wed Mar 01, 2006 5:27 pm
Post subject: Building asss on Windows
Using Dev-C++. Everything builds except for pymod, and I've had this problem for a while. It gives the error "pymod/pymod.c:10:20: Python.h: No such file or directory". The command line is
Code: Show/Hide
gcc -std=gnu99 -pipe -I. -Iinclude -I../build -I../windeps  -D_REENTRANT -D_GNU_SOURCE  -g -Wall   -I../windeps/pythoninc -c -o ../build/pymod.o pymod\pymod.c

so I'm thinking the problem is that it's not picking up the addition of PYTHON_CFLAGS in pymod.mk. Any clues?
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group