Re: [PyQt] nmake fatal error while compiling SIP - voidptr.c: error C2039

2011-05-02 Thread Johanna
I commented the line that was giving me problems (in fact, just an argument of the function which doesn't seem too important). Now, I have a linking error : python26.libwrote: > On Mon, 2 May 2011 15:20:03 +0200, Johanna > wrote: > > Well, that's good to know, even if it's not good news for me!

Re: [PyQt] nmake fatal error while compiling SIP - voidptr.c: error C2039

2011-05-02 Thread Johanna
With 0x0207 it gives me some errors about the else statement. I tried with #if PY_VERSION_HEX > 0x0206 and the following error disappears : NMAKE : fatal error U1077: '"D:\ProgramFiles\Microsoft Visual Studio 9.0\VC\bin\nmake.exe"' : return code '0x2' The others remain though.. ps : sor

Re: [PyQt] nmake fatal error while compiling SIP - voidptr.c: error C2039

2011-05-02 Thread Phil Thompson
On Mon, 2 May 2011 11:53:14 +0200, Johanna wrote: > Hello, > > I am trying to compile SIP since a few days in order to install PyQt. > I can't find lead on the web so I thought I'd better ask for help here. > > I unzipped the latest sip archive (4.12.1)and run the configure command. > Then when

[PyQt] nmake fatal error while compiling SIP - voidptr.c: error C2039

2011-05-02 Thread Johanna
Hello, I am trying to compile SIP since a few days in order to install PyQt. I can't find lead on the web so I thought I'd better ask for help here. I unzipped the latest sip archive (4.12.1)and run the configure command. Then when I tried to run nmake it gives me the following error : .\voidptr