From: Matthias B. <ba...@ir...> - 2004-10-05 16:34:33
|
brett hartshorn wrote: > I'm not sure excatly how the build process works on win32, but i belive its all done in > VisualStudio and not with the SConstruct file, although Scons can in theory work on both > platforms, i don't know how to set it up for that. Do you not have MSVS to build with? I have MSVC6 on my machine (and the project files are for the newer versions). We also have the newer versions and I tried to build it. It compiled for a while but then complained about a few missing environment variables... is the build process documented somewhere? But apart from that, I always thought Python modules have to be compiled using VC6 because that's the version used for the official Python interpreter... Has this changed in the latest version? - Matthias - |