<br><br><div class="gmail_quote">On Wed, Nov 24, 2010 at 7:02 PM, Marcel Wiesweg <span dir="ltr"><<a href="mailto:marcel.wiesweg@gmx.de">marcel.wiesweg@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
> I'm trying to compile digiKam 2.0 after a while, but I'm stuck at compiling<br>
> libkface. I have all the required dependencies, including OpenCV 2.1 . Can<br>
> you tell me please if this is from me, or is something broken in the<br>
> compile?<br>
<br>
</div>I'd say that when linking, all methods from the OpenCV library are not found.<br>
That means the headers are found by the compiler, but the corresponding<br>
libraries not by the linker.<br>
Either, there is an installation peculiarity at your side, or some problem<br>
with the CMake detection.<br>
<br>
Here on OpenSuse, the package opencv-devel provides, in addition to the<br>
headers:<br>
/usr/lib64/libcv.so<br>
/usr/lib64/libcvaux.so<br>
/usr/lib64/libcxcore.so<br>
/usr/lib64/libhighgui.so<br>
/usr/lib64/libml.so<br><br></blockquote><div><br>I checked now and I have all these OpenCV libs in my /usr/lib directory. <br>I suppose that is a cmake error, because if I download and compile libface from sourceforge,<br>
all works as it should. Also, after I compile libface from Sourceforge, running cmake from libkface <br>doesn't detect that I already have installed libface. <br>(I mention that I used: <span style="font-family: times new roman,serif;"><br>
"cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..</span>" <br>command when compiling all the digikam's components. Also, I use Fedora with KDE 4.4.2 .)<br><br>Gabriel<br><br>
<br></div></div><br>