Re: [PyMOL] Cannot compile svn source

2015-02-19 Thread Arnaud Basle
Hi Stephen, I was missing libfreetype6 library and libxml2 needed to be updated. Cheers, Arnaud On 31/01/15 19:09, Stephen P. Molnar wrote: > Seeing as youa re using a Debian derivative try the following: > > sudo apt-get install subversion build-essential python-dev python-pmw > libglew-dev f

Re: [PyMOL] Cannot compile svn source

2015-01-31 Thread Thomas Holder
Dear Arnaud, we do parallel builds, that's why it doesn't always stop at the same file. You didn't even include the error in your example output, only (irrelevant) warnings. To find the error, do this: export JOBS=1 python setup.py build install ... Cheers, Thomas On 30 Jan 2015, at 04:13,

[PyMOL] Cannot compile svn source

2015-01-31 Thread Arnaud Basle
Dear all, I am trying to compile pymol from source following the instructions here: http://www.pymolwiki.org/index.php/Linux_Install It used to work for me a while ago but now the compilation hangs without error. Pressing return give me back the terminal prompt. The compiling process does not

[PyMOL] Cannot compile

2010-06-29 Thread Sergey Ivanov
Cannot compile neither by pyton-like style (python setup.py build install) nor by general gnu case ./configure; make; make install In 1st case i obtained: modules/cealign/src/ccealignmodule.H:70: error: ‘PyObject’ was not declared in this scope in 2nd case: "Cmd.c:88:21: error: ce_types.h: No suc