Hello, <br>
<br>
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).<br>
<br>
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&#39;s why it could not find some symbols.<br>
<br>
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.<br>
<br>
As i&#39;m new to cmake, i&#39;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&#39;s ok.<br>
<br>
sorry for my poor english,<br>
<br>
fabien<br>