pymen.h

2005-03-07 Thread pythonnewbie
I have installed Python-2.3.3 in the SUSE Linux 9.1 system and am trying to rebuild an application rpm that was implemented in Python, I got the following error when compiling the application extension module, /usr/Python-2.3.3/Include/pymem.h: In function '__declspec' /usr/Python-2.3.3/Include/py

pymem.h In function '__declspec'

2005-03-07 Thread pythonnewbie
I have installed Python-2.3.3 in the SUSE Linux 9.1 system and am trying to rebuild an application rpm that was implemented in Python, I am getting the following error, /usr/Python-2.3.3/Include/pymem.h In function '__declspec' /usr/Python-2.3.3/Include/pymem.h:51: error: parse error before '__dec

pyconfig.h

2005-03-07 Thread pythonnewbie
I have installed Python-2.3.3 in the SUSE Linux 9.1 system and am trying to rebuild an application rpm that was implemented in Python, the defines in the pyconfig.h seem to be related to Microsoft 32-bit and 64-bit environment, do I need these defines in the linux environment? what is the purpose o

Re: io.h include file in pyconfig.h

2005-03-06 Thread pythonnewbie
Thanks. How do I verify what RPMs I need? I checked with rpm -qa | python, it only showed the python package. After I included the /usr/include/sys/io.h in the source package INCLUDE path, it seemed like the compilation went into a include loop. (/usr/include/sys/unisted.h:1:10 #include nested too

io.h include file in pyconfig.h

2005-03-04 Thread pythonnewbie
I am trying to rebuild a rpm that was implemented in the python language. I installed the python package 2.3.3 from Suse 9.1 Linux CD. I got the following error when rebuilding the rpm, /usr/Python-2.3.3/Include/pyconfig.h:30:16: io.h: No such file or directory where I should find the correct "io