Re: [PyMOL] Error aroused when install pymol from source

2017-06-08 Thread David Hall
I think if you install "msgpack-devel”, it will compile and install. Generally, header files (which is what is included in C++ files) are in *-devel packages. The regular msgpack package just contains the shared library for use by programs already compiled against msgpack. -David > On Jun 7, 2

Re: [PyMOL] Error aroused when install pymol from source

2017-06-08 Thread Thomas Holder
Hi Yeping, 3 options: 1) Get msgpack 2.x sources from https://github.com/msgpack/msgpack-c and tell the C++ compiler about the headers, e.g. with: export CXXFLAGS="-I/tmp/msgpack-2.1.2/include" 2) If you have installed msgpack 1.x, which is a dynamic library, also install msgpack-devel and bu

[PyMOL] Error aroused when install pymol from source

2017-06-07 Thread sunyeping via PyMOL-users
Dear pymol users, I am trying to intall pymol on my centos 7 system from source using the mothed discribed at pymolwiki (https://pymolwiki.org/index.php/Linux_Install)Everything was ok until I run install script:  #!/bin/bash -e prefix=/opt/pymol-svn modules=$prefix/modules # If you want to in