Compiling Splitter.c on Windoze
Hi, Is there a How-To anywhere on compiling Splitter.c on Windows? cheers, Chris
Is there a How-To anywhere on compiling Splitter.c on Windows?
cheers,
Chris
Have you tried getting a source release and building it with the new ExtensionBuilder.py (in /utilities)? That is what we now use internally to build on win32. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations www.digicool.com
Brian Lloyd wrote:
Is there a How-To anywhere on compiling Splitter.c on Windows?
cheers,
Chris
Have you tried getting a source release and building it with the new ExtensionBuilder.py (in /utilities)? That is what we now use internally to build on win32.
Will take a look, thanks... Chris
Brian Lloyd writes:
Have you tried getting a source release and building it with the new ExtensionBuilder.py (in /utilities)? That is what we now use internally to build on win32.
I am still occasionally trying to get Zope to compile with Cygwin. Unfortunately ExtensionBuilder.py does not seem to work < The dll building is a bit convoluted with Cygwin > The good news is that Distutils < usually > works just fine, or at least can be easily tweaked too. :-) So my question is "What will it take to get a Distutils setup,py script written for Zope" ? Can I just use the ExtensionClass setup.py as a template for the various components ? Cheers Norman Vine
Usually "make -f Makefile.pre.in boot; make" should compile the corresponding module (might work on windows too). I think the Splitters for Zope2.4 also have a setup.py to compile with DistUtils (although not yet used by the Zope installation). Andreas ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: <zope-dev@zope.org> Sent: Donnerstag, 26. Juli 2001 08:04 Subject: [Zope-dev] Compiling Splitter.c on Windoze
Hi,
Is there a How-To anywhere on compiling Splitter.c on Windows?
cheers,
Chris
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (4)
-
Andreas Jung -
Brian Lloyd -
Chris Withers -
Norman Vine