> Thanks a lot for your offer to help! I'm preparing for my Ph.D. > prelim, so it might be a few weeks until I get a chance to get back to > my hobbies. OpenCascade installed without throwing any errors or > warnings on both mac os x and debian.
Great! Good to hear you're making progress. Welcome to the PhD club, Thomas & myself are ( or are about to ) working on PhD's ourselves. ( would make a nice wiki entry, right? ;') > cat /etc/debian_version returns 5.0.1 > > The SConstruct script seems rather confused: > > "Checking whether C++ compiler "gcc" works... no" The scons script is very much work in progress. We're hitting limits on distutils, which is why we're moving to SCons, but this still needs love. > gcc is not a C++ compiler; g++ is, and it is most certainly installed > on my system. I looked through the SConstruct script, and it seems > like there's an awful lot of very basic platform specific stuff coded > in there; should some of that stuff be handled by scons? I worry that > is a modern equivalent of a Makefile with a single target consisting > of a huge shell script. Take everything I say with a grain of salt > though; I'm still new do Debian, Python, and scons. Scons *definitely* is a _very_ nice build system, but blaim the current status of the script, not Scons. ( note to self: make sure this is added to a README ) Go for setup.py build ( this is what I use on OSX and its flawless, though perhaps you have to tweak a couple of paths @enviroment.py ) Cheers, -jelle _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users