I follow your instructions on ubuntu 9.04. <br>When I compile  kdevplatform, an error occuce. Here is the cmake output.<br>-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)<br>-- Found X11: /usr/lib/libX11.so<br>-- Phonon Version: 4.3.0<br>
-- Found KDE 4.2 include dir: /usr/include<br>-- Found KDE 4.2 library dir: /usr/lib<br>-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler<br>-- Found automoc4: /usr/bin/automoc4<br>-- <br>-----------------------------------------------------------------------------<br>
-- The following external packages were located on your system.<br>-- This installation will have the extra features provided by these packages.<br>+ Boost<br>+ Subversion<br>Congratulations! All external packages have been found.<br>
-----------------------------------------------------------------------------<br><br>-- Configuring done<br><b>CMake Error in plugins/quickopen/CMakeLists.txt:</b><br>  Cannot find source file "expandingdelegate.cpp".  Tried extensions .c .C<br>
  .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx<br><br><br>-- Build files have been written to: /home/xxthink/kdevelop/kdevplatform/build<br><br><br><div class="gmail_quote">On Thu, May 28, 2009 at 7:50 PM, Nanomad <span dir="ltr"><<a href="mailto:condellog@gmail.com">condellog@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, May 28, 2009 at 11:49, zhihang wang <<a href="mailto:zhihang.wang@gmail.com">zhihang.wang@gmail.com</a>> wrote:<br>

> Would some one post a *detailed* manual on this process?<br>
> I can't install it .<br>
><br>
</div>Quick and dirty way to do it (that's what i do atm):<br>
NOTE: I'm using kubuntu experimental ppa to compile against kde 4.3 beta<br>
<br>
# Possibile dependencies #<br>
build-essential<br>
cmake<br>
kdebase-runtime<br>
kdebase-workspace-dev<br>
kdelibs5-dev<br>
libqt4-dev<br>
libboost1.35-dev<br>
libsvn-dev<br>
<br>
# Set up build env #<br>
cd ~<br>
mkdir -p kdevelop-svn<br>
cd kdevelop-svn<br>
svn co svn://<a href="http://anonsvn.kde.org/home/kde/trunk/KDE/kdevplatform" target="_blank">anonsvn.kde.org/home/kde/trunk/KDE/kdevplatform</a> kdevplatform<br>
mkdir kdevplatform/build<br>
svn co svn://<a href="http://anonsvn.kde.org/home/kde/trunk/KDE/kdevelop" target="_blank">anonsvn.kde.org/home/kde/trunk/KDE/kdevelop</a> kdevelop<br>
mkdir kdevelop/build<br>
<br>
# Build everything #<br>
cd ~/kdevelop-svn/kdevplatform/build<br>
cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde4 ../<br>
make<br>
make install<br>
cd ~/kdevelop-svn/kdevelop/build<br>
cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde4 ../<br>
make<br>
make install<br>
<br>
# Run kdevelop #<br>
export KDEDIRS=/home/nanomad/kde<br>
export PATH=$KDEDIRS/bin:$PATH<br>
export LD_LIBRARY_PATH=$KDEDIRS/lib:$LD_LIBRARY_PATH<br>
kbuildsycoca4 --noincremental<br>
kdevelop<br>
<br>
This _should_ work (it does, right now)<br>
<font color="#888888"><br>
--<br>
Member of TiLUG, Ticinum Linux User Group, Pavia, Italy<br>
<br>
Currently RunIning:<br>
Ubuntu "Jaunty Jackalope" on Desktop PCs (2 x P4 1.4Ghz)<br>
Ubuntu "Jaunty Jackalope" on Laptop (Centrino 2Ghz)<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>zhihang wang<br>