On Sunday 06 February 2011 05:15:24 David C. Rankin wrote:
Hello list,
[...]
cd ${srcdir} cmake ../ \ -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \ -DQT_LIBRARY_DIRS=/opt/qt/lib \ -DCMAKE_SKIP_RPATH=ON make VERBOSE=1
The two exports and -DQT_LIBRARY_DIRS=/opt/qt/lib are required or cmake will not find the patched Qt3 (that may be normal, I don't know)
Any ideas on how to get arts to see its libmcop.so.1?
Remove "-DCMAKE_SKIP_RPATH=ON" from cmake arguments.