I've been trying without success to build a win32 distribution of Mixminon 0.0.8Alpha3 using Cygwin. Following the "verbose version" of the instructions at
http://mixminion.net/dist/0.0.8alpha3/README-0.0.8alpha3Mixminion builds and installs on cygwin just fine but I've run into a brick wall trying to build the distributable Windows binaries
Even though I've built python and openssl first, I'm still getting this error:
CODE
apostle@LSI ~/Mixminion-0.0.8alpha3
$ python setup.py bdist_wininst
Using OpenSSL from ./contrib/openssl
Host is little-endian
/usr/local/lib/python2.5/config/Makefile
running bdist_wininst
error: distribution contains extensions and/or C libraries; must be compiled on
a Windows 32 platform
and trying the py2exe option is out until I can find out how to get py2exe installed in cygwin's python.
I'd *really* appreciate help getting this to go
Thanks