Hi, has anybody tried to compile pyperl using the perl-5.8.0? (ie not with ActivePerl) currently i'm having problems with some perl c-header incompatibility: Picking up pyton include files from "/usr/local/ActivePython-2.1/include/python2.1" Writing Makefile for Python::Object cc -c -I"/usr/local/ActivePython-2.1/include/python2.1" -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fpic -I/usr/lib/perl5/5.6.1/i586-linux/CORE -DMULTI_PERL Object.c In file included from /usr/local/ActivePython-2.1/include/python2.1/Python.h:52, from Object.xs:8: /usr/include/assert.h:90: warning: `assert' redefined /usr/lib/perl5/5.6.1/i586-linux/CORE/perl.h:2183: warning: this is the location of the previous definition In file included from Object.xs:10: ../lang_lock.h:67: parse error before `last_py_tstate' ../lang_lock.h:67: warning: data definition has no type or storage class make: *** [Object.o] Error 1 any ideas? thx -dm