Re: problem compiling extensions with mingw

2008-06-28 Thread eliben
On Jun 28, 8:20 am, John Machin <[EMAIL PROTECTED]> wrote: > On Jun 28, 3:41 pm, eliben <[EMAIL PROTECTED]> wrote: > > > > > On Jun 27, 3:10 pm, eliben <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > I'm trying to compile the minimal example > > > fromhttp://en.wikibooks.org/wiki/Python_Programmin

Re: problem compiling extensions with mingw

2008-06-27 Thread John Machin
On Jun 28, 3:41 pm, eliben <[EMAIL PROTECTED]> wrote: > On Jun 27, 3:10 pm, eliben <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > I'm trying to compile the minimal example > > fromhttp://en.wikibooks.org/wiki/Python_Programming/Extending_with_Cwith > > MinGW (latest version) and Python 2.5 (lates

Re: problem compiling extensions with mingw

2008-06-27 Thread eliben
On Jun 27, 3:10 pm, eliben <[EMAIL PROTECTED]> wrote: > Hello, > I'm trying to compile the minimal example > fromhttp://en.wikibooks.org/wiki/Python_Programming/Extending_with_Cwith > MinGW (latest version) and Python 2.5 (latest ActiveState binary > install). When running the setup file, the foll

problem compiling extensions with mingw

2008-06-27 Thread eliben
Hello, I'm trying to compile the minimal example from http://en.wikibooks.org/wiki/Python_Programming/Extending_with_C with MinGW (latest version) and Python 2.5 (latest ActiveState binary install). When running the setup file, the following happens: running build running build_ext building 'hello