Re: [PyMOL] Compile Errors on SVN 4111

2015-03-19 Thread Justin Lecher
On 19/03/15 20:45, Thomas Holder wrote: > Hi Justin, > > unfortunately, not everyone is on Gentoo... see comment about distutils and > CXXFLAGS here: > https://sourceforge.net/p/pymol/bugs/159/#58a5 Hi Thomas, absolutely right, scipy is also suffering from this. There is an open bug at distutil

Re: [PyMOL] Compile Errors on SVN 4111

2015-03-19 Thread Thomas Holder
Hi Justin, unfortunately, not everyone is on Gentoo... see comment about distutils and CXXFLAGS here: https://sourceforge.net/p/pymol/bugs/159/#58a5 Cheers, Thomas On 19 Mar 2015, at 15:39, Justin Lecher wrote: > On 19/03/15 16:52, Tim Travers wrote: >> >> Hi, >> >> I also had problems com

Re: [PyMOL] Compile Errors on SVN 4111

2015-03-19 Thread Justin Lecher
On 19/03/15 16:52, Tim Travers wrote: > > Hi, > > I also had problems compiling this last night. According to the > following (see "Compile and install" towards the bottom), > you have to callfirst: > export CPPFLAGS="-std=c++0x" > before doing the build call. > > I used: > export CPPFLAGS="-std

Re: [PyMOL] Compile Errors on SVN 4111

2015-03-19 Thread Tim Travers
Hi, I also had problems compiling this last night. According to the following (see "Compile and install" towards the bottom), you have to call first: export CPPFLAGS="-std=c++0x" before doing the build call. I used: export CPPFLAGS="-std=c++11x" so depends on your compiler. HTH, Tim On Thu, M