KMobileTools subversion checkout

RockMan's picture
Lastest Subversion Changes
IMPORTANT
The newest kmobiletools svn can use kdebluetooth libraries. It's important to get kdebluetooth 1.0-beta2 or later, anyway, otherwise integration will not work.
Checkout:
svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/pim/kmobiletools
Compilation:
cd kmobiletools
make -f admin/Makefile.common
CFLAGS="-O0 -ggdb" CXXFLAGS="-O0 -ggdb" ./configure --enable-debug=full --disable-final --prefix=$(kde-config --prefix)
(it's really important the --disable-final, since actually it breaks compilation order)
make
su -c "make install"