schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.2k stars 281 forks source link

Compilation failed macOS #230

Closed houdini69 closed 2 years ago

houdini69 commented 2 years ago

Hi,

Tried to compile PyMOL on macOS 10.13.6 from sources but got this error,

ld: library not found for -lGLEW clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/clang++' failed with exit code 1

I tried to declare this lib installed with macport as "export LDFLAGS=/opt/local" but to no avail.

Laurent

houdini69 commented 2 years ago

Ok. Finally succeed to compile PyMOL by installing dependencies with conda!