[PATCH] strigi search path problem

fabien cordier fabiencordier2 at gmail.com
Wed Mar 14 22:02:37 CET 2007


Hello,

i had a problem while compiling kdelibs : symbols from libstreams were
undefined. I have a compiled version of strigi from trunk. I also have a
version of strigi from my distribustion (debian).

So it seems that cmake search in the system directory before the compiled
version directory of strigi needed for KDE4, because it always finds strigi
in /usr/lib instead of my kde4 install directory ~/kde/, and that's why it
could not find some symbols.

So i changed the kdelibs/cmake/modules/FindStrigi.cmake to make sure that
the search path was in the $STRIGI_HOME env var, so i used the
NO_CMAKE_SYSTEM_PATH variable.

As i'm new to cmake, i'm not sure if the use of NO_CMAKE_SYSTEM_PATH is
correct in that case. But there are other paths in the FIND_PATH and
FIND_DIRECTORY directive so maybe it's ok.

sorry for my poor english,

fabien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-buildsystem/attachments/20070314/701533ab/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-diff
Size: 1032 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20070314/701533ab/attachment.bin 


More information about the Kde-buildsystem mailing list