[Zope3-dev] Anyone running Zope 3 on Windows?

Heimo Laukkanen huima@fountainpark.org
Fri, 22 Nov 2002 06:18:36 +0200


Andy McKay wrote:

> It runs and you do not need cygwin, there is nothing to send because nothing
> needs special compiling. At least it didn't ;)

When you run stupid_build.py - it seems to want to compile ,-)

I don't have Microsoft's compiler, so I tried to use MinGW's latest 
release. When I try to compile, running stupid_build.py eith -c mingw32

I'll get following errors:

build\temp.win32-2.2\Release\wrapper.o(.text+0xb83):wrapper.c: undefined 
referen
ce to `_imp___Py_NoneStruct'
build\temp.win32-2.2\Release\wrapper.o(.text+0xc18):wrapper.c: more 
undefined references to `_imp___Py_NoneStruct' follow
build\temp.win32-2.2\Release\wrapper.o(.text+0xce3):wrapper.c: undefined 
reference to `_imp__PyType_Type'
dllwrap: gcc exited with status 1
error: command 'dllwrap' failed with exit status 1

Google did not save me.

-huima