On 02/06/2011 05:41 AM, Serghei Amelian wrote:
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.
Done - thank you Serghei!
arts, kdelibs build fine in the clean environment, but now we have a new kdebase configure problem. I'll post that in a new thread. (See: kde-config: error while loading shared libraries: libkdecore.so.4) I'll get it written up in a minute :)