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,

[PyMOL] find any contact between a ligand and the protein it binds into

2017-06-08 Thread ? ?
Dear all: I wonder how can I find all the interaction between a ligand and its receptor (a protein), including both polar and non-polar interaction (ie. Within 4A etc.) I use the "action - find - any cotact - between chains within 4A", but it shows nothing. Why? Who can help me? Thank you very

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