Thanks Meik!!<br><br>Thanks to your advice I could find how to call kde4-config, as I'm on Ubuntu it is on an other path:<br>dpkg -S kde4-config<br>kde4libs-bin: /usr/lib/kde4/bin/kde4-config<br>kdelibs5-data: /usr/share/man/man1/kde4-config.1.gz<br>

<br>So I run: cmake  -DCMAKE_INSTALL_PREFIX=`/usr/lib/kde4/bin/kde4-config --prefix` ../<br> which could work. <br><br>Unfortunately a second problem arose, which is probably much worst :-( :<br><br> Found at /usr/share/R/include/R.h<br>

-- Checking for existence of libR.so<br>-- Exists at /usr/lib/R/lib/libR.so<br>-- Checking whether we should link against libRlapack.so<br>-- No, /usr/lib/R/lib/libRlapack.so does not exist<br>-- Checking whether we should link against libRblas.so<br>

-- No, /usr/lib/R/lib/libRblas.so does not exist<br>-- Checking for R package library location to use<br>-- Will use /usr/local/lib/R/site-library<br><br>So with cmake I had following error message at the end: <br>[ 97%] Building CXX object rkward/CMakeFiles/rkward.bin.dir/robjectbrowser.o<br>

/home/baia/rkward/rkward/rkward/robjectbrowser.cpp:254:2: warning: #warning this will never work, as the object browser is active in this case!<br>[ 98%] Building CXX object rkward/CMakeFiles/rkward.bin.dir/robjectviewer.o<br>

[ 99%] Building CXX object rkward/CMakeFiles/rkward.bin.dir/rkconsole.o<br>[ 99%] Building CXX object rkward/CMakeFiles/rkward.bin.dir/rkwardapplication.o<br>Linking CXX executable rkward.bin<br>/usr/bin/ld: cannot find -lphonon<br>

collect2: ld returned 1 exit status<br>make[2]: *** [rkward/rkward.bin] Error 1<br>make[1]: *** [rkward/CMakeFiles/rkward.bin.dir/all] Error 2<br>make: *** [all] Error 2<br><br>So I can't launch rkward:<br>rkward<br>
/usr/bin/rkward.bin: error while loading shared libraries: libRlapack.so: cannot open shared object file: No such file or directory<br>
<br>This is a problem I already had... see post on r-sig-debian "<a href="https://stat.ethz.ch/pipermail/r-sig-debian/2008-November/000569.html">Update to 2.8 and problem with liblapack
</a>" november 2008. This happened for special packages (Matrix, linpack) but was solved by compiling them myself. I reported a bug but it did not had consequences... <a href="https://bugs.launchpad.net/ubuntu/+source/rmatrix/+bug/299141">https://bugs.launchpad.net/ubuntu/+source/rmatrix/+bug/299141</a><br>
<br>Does any of one has ideas how I could solve that? Seems difficult... thanks a lot for your help!! <br><br><div class="gmail_quote">2009/3/9 meik michalke <span dir="ltr"><<a href="mailto:Meik.Michalke@uni-duesseldorf.de" target="_blank">Meik.Michalke@uni-duesseldorf.de</a>></span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>On Monday 09 March 2009 13:35:55 Matthieu Stigler wrote:<br>
> Should I have kde4-config? It seems it is not a package, where can I<br>
> have it from?<br>
<br>
</div>in kubuntu 8.10, kde4-config is part of the package kdelibs-bin. you can use<br>
the command "dpkg -S kde4-config" to scan all known packages for that file (or<br>
any other file, of course ;-)). notice that the "-S" is a *capital* letter:<br>
<br>
 m@chiana ~ $ dpkg -S kde4-config<br>
 kdelibs-bin: /usr/bin/kde4-config<br>
 kdelibs5-data: /usr/share/man/man1/kde4-config.1.gz<br>
<br>
<br>
hth :: m.eik<br>
<font color="#888888"><br>
--<br>
  dipl. psych. meik michalke<br>
  abt. f"ur diagnostik und differentielle psychologie<br>
  institut f"ur experimentelle psychologie<br>
  heinrich-heine-universit"at d"usseldorf<br>
</font></blockquote></div><br>