Re: Compiling Guppy-PE extension modules

2005-12-03 Thread Sverker Nilsson
> "Claudio Grondi" <[EMAIL PROTECTED]> wrote: I don't know if it applies here, but in this context the extern keyword > comes to my mind. [snip extracts from Microsoft docs] Perhaps. But I suspect it isn't that simple since ... I'd think even if I don't use the extern keyword

Re: Compiling Guppy-PE extension modules

2005-12-02 Thread Claudio Grondi
"Sverker Nilsson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > "Claudio Grondi" <[EMAIL PROTECTED]> wrote: > > > but the problem with sets.c remains: > > > > C:\VisualC++NET2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /G7 /GX > > /DNDEBUG -IE:\Python24\include -IE:\Python24\PC

Re: Compiling Guppy-PE extension modules

2005-12-02 Thread Sverker Nilsson
"Claudio Grondi" <[EMAIL PROTECTED]> wrote: > but the problem with sets.c remains: > > C:\VisualC++NET2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /G7 /GX > /DNDEBUG -IE:\Python24\include -IE:\Python24\PC /Tcsrc/sets/sets.c > /Fobuild\temp.win32-2.4\Re > lease\src/sets/sets.obj > sets.c > src\sets\s

Re: Compiling Guppy-PE extension modules

2005-12-01 Thread Claudio Grondi
> I have made a new version now, 0.1.1 . > It compiles cleanly with gcc -pedantic . but the problem with sets.c remains: C:\VisualC++NET2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /G7 /GX /DNDEBUG -IE:\Python24\include -IE:\Python24\PC /Tcsrc/sets/sets.c /Fobuild\temp.win32-2.4\Re lease\src/sets/s

Re: Compiling Guppy-PE extension modules

2005-12-01 Thread Sverker Nilsson
"Claudio Grondi" <[EMAIL PROTECTED]> wrote: > Beside the problem with the multiline strings in sets.c I was getting also: > > src\sets\sets.c(70) : error C2099: initializer is not a constant > src\sets\sets.c(71) : error C2099: initializer is not a constant > src\sets\sets.c(71) : warning C4028: f

Re: Compiling Guppy-PE extension modules

2005-11-29 Thread Dave Hansen
On 29 Nov 2005 11:53:31 -0800 in comp.lang.python, "Sverker Nilsson" <[EMAIL PROTECTED]> wrote: [...] >One of the problems, seems to be string constants in the C source that >contain newlines. I am using GCC on Linux so, I missed this with the I'm not sure what you mean by this. Something like

Re: Compiling Guppy-PE extension modules

2005-11-29 Thread Claudio Grondi
"Sverker Nilsson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I have been informed that Guppy-PE (http://guppy-pe.sourceforge.net) > has failed to compile its extension modules with a Microsoft .NET 2003 > compiler under Windows 2000. > > [To the person who informed me abou

Compiling Guppy-PE extension modules

2005-11-29 Thread Sverker Nilsson
I have been informed that Guppy-PE (http://guppy-pe.sourceforge.net) has failed to compile its extension modules with a Microsoft .NET 2003 compiler under Windows 2000. [To the person who informed me about this in an email per 27 Nov: Thanks for your message. I couldn't reply to you becaus