<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">On Saturday 14 March 2009 11:44:48 Sven Burmeister wrote:<br>
> Am Samstag, 14. März 2009 11:13:31 schrieb Simon Oosthoek:<br>
> > > i use :<br>
> > > cmake -DCMAKE_INSTALL_PREFIX=/usr<br>
> > > for all config (exiv2, kdelib, digikam)<br>
> > > and it work.<br>
> ><br>
> > Using this option I was finally able to get my kipi-plugins correctly<br>
> > installed, perhaps this should be fixed somewhere central?<br>
><br>
> There is nothing to fix. Either you compile software yourself, then you<br>
> need some knowledge about that process, including the paths used during<br>
> compilation, or you use packages, then somebody familiar with those<br>
> techniques does the work for you.<br>
><br>
> Sven<br>
> _______________________________________________<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>I think a more generic configuration instruction could be given like this:<br>
 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` src_path<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Because, if I'm not mistaken, without kdeXXX-dev installed on your system you cannot compile digikam at all, so kde4-config --prefix will always be availble and give the right install path.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Gerhard</p></body></html>