New question #253618 on Yade: https://answers.launchpad.net/yade/+question/253618
I try to install Yade-1.11.0 on a cluster (scientific linux) with cmake-2.8.12.2. I have this error : [ 92%] Building CXX object CMakeFiles/yade.dir/lib/serialization/Serializable.cpp.o [ 93%] Building CXX object CMakeFiles/yade.dir/lib/pyutil/gil.cpp.o make[2]: *** No rule to make target `/usr/X11R6/lib64/libXt.so', needed by `lib64/libyade.so'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 94%] Building CXX object CMakeFiles/yade.dir/core/main/pyboot.cpp.o make[1]: *** [CMakeFiles/yade.dir/all] Error 2 make: *** [all] Error 2 In fact, - the library libxt.so is in located in /usr/lib64. - LD_LIBRARY_PATH has the repertory /usr/liib64 - with the ccmake tool, I can check that the variable X11_xt_LIB is /usr/lib64/libXt.so I don't understand why cmake does not find the good location for libXt.so. Any idea ? Thanks for your help. -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

