Quote: |
PYTHON_INC = /usr/local/Python-2.3.2/Include
PYTHON_LIB = /usr/local/lib/python2.3 |
Quote: |
$ make pymod.o
gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -I/usr/local/Python-2.3.2/Include -c -o pymod.o pymod.c In file included from pymod.c:4: /usr/local/Python-2.3.2/Include/Python.h:8:22: pyconfig.h: No such file or directory /usr/local/Python-2.3.2/Include/Python.h:21:2: #error "limits.h is required by std C -- why isn't HAVE_LIMITS_H defined?" In file included from /usr/local/Python-2.3.2/Include/Python.h:48, from pymod.c:4: /usr/local/Python-2.3.2/Include/pyport.h:4:48: pyconfig.h: No such file or directory /usr/local/Python-2.3.2/Include/pyport.h:536:2: #error "could not set LONG_MAX in pyport.h" make: *** [pymod.o] Error 1 |
Quote: |
E <pymod> python error building args for callback CB_CHATMSG |