<br>On Mon, 2006-11-20 at 02:03 +0100, Mario Vukelic wrote:<br>><br>> There are instructions for downloading the source code and compiling<br>> the application here: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://cvs.codeyard.net/kpilot/develop.php" target="_blank">
http://cvs.codeyard.net/kpilot/develop.php</a><br>><br>> You might want to read and try, then google and/or ask questions on<br>> the list as you go<br><br>In addition to the suggestions above, do this as a start:
<br><br>sudo apt-get install build-essentials<br><br>(This will install a basic compilation environment in Ubuntu)<br><br>sudo apt-get build-dep kpilot<br><br>(This will install all that is needed to compile kpilot as far as apt
<br>knows. At the least this will get you most of the way)<br><br><br>---<br><br>Followed directions, got all the necessary files, <br><br><br>These are the install instructions that came with the package:<br>KPilot uses the CMake build system which is the native build system
<br>for KDE4; for KDE3 applications like KPilot, CMake is also useable.<br>You need CMake installed on your system to compile KPilot, but CMake<br>is becoming more widespread now. You can get it from <a href="http://www.cmake.org">
www.cmake.org</a> .<br><br><br>To compile KPilot, just run<br><br>    make -f Makefile.cmake<br><br>in the KPilot source directory (that is the one containing this<br>INSTALL file). This will run CMake to generate the real Makefiles,
<br>then run make again to build the project in a build-* subdirectory.<br>Once it is done, you can run<br><br>    make -f Makefile.cmake install<br><br>to install KPilot in the KDE directory.<br><br><br>Unfortunattely, I still cant install it. This is the input after running the first command.
<br><br>make -f Makefile.cmake<br>test -d "build-Linux2_6_17_10_386" || mkdir -p "build-Linux2_6_17_10_386"<br>test -d "build-Linux2_6_17_10_386"<br>SRC_DIR=`pwd` ; cd "build-Linux2_6_17_10_386" && cmake $SRC_DIR -DCMAKE_INSTALL_PREFIX= 
<br>-- Found KDE3 include dir: /usr/include/kde<br>-- Found KDE3 library dir: /usr/lib<br>-- Found KDE3 dcopidl preprocessor: /usr/bin/dcopidl<br>-- Found KDE3 dcopidl2cpp preprocessor: /usr/bin/dcopidl2cpp<br>-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
<br>-- Found pi-dlp.h in /usr/include<br>-- Found libpisock in /usr/lib/libpisock.so<br>-- Found pilot-link: /usr/lib/libpisock.so<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/mini-kpilot.png doesn't fit naming conventions. ignoring.
<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/fastsync.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/nosync.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/busysync.png doesn't fit naming conventions. ignoring.
<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/hotsync.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/kpilot-splash.png doesn't fit naming conventions. ignoring.<br>
-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /home/davidanderson/kpilot/build-Linux2_6_17_10_386<br>cd "build-Linux2_6_17_10_386" && make<br>make[1]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'
<br>make[2]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>make[3]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>[  0%] Building CXX object lib/CMakeFiles/kpilot.dir/pilotDateEntry.o
<br>/home/davidanderson/kpilot/lib/pilotDateEntry.cc:42:27: error: libkcal/event.h: No such file or directory<br>/home/davidanderson/kpilot/lib/pilotRecord.h: In constructor 'PilotRecordBase::PilotRecordBase(int, int, recordid_t)':
<br>/home/davidanderson/kpilot/lib/pilotRecord.h:64: warning: comparison between signed and unsigned integer expressions<br>/home/davidanderson/kpilot/lib/pilotRecord.h: In member function 'void PilotRecordBase::setCategory(int)':
<br>/home/davidanderson/kpilot/lib/pilotRecord.h:78: warning: comparison between signed and unsigned integer expressions<br>make[3]: *** [lib/CMakeFiles/kpilot.dir/pilotDateEntry.o] Error 1<br>make[3]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'
<br>make[2]: *** [lib/CMakeFiles/kpilot.dir/all] Error 2<br>make[2]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'
<br>make: *** [app] Error 2<br><br>Then when I run the second command, this:<br><br>make -f Makefile.cmake install<br>test -d "build-Linux2_6_17_10_386" || mkdir -p "build-Linux2_6_17_10_386"<br>test -d "build-Linux2_6_17_10_386"
<br>SRC_DIR=`pwd` ; cd "build-Linux2_6_17_10_386" && cmake $SRC_DIR -DCMAKE_INSTALL_PREFIX= <br>-- Found KDE3 include dir: /usr/include/kde<br>-- Found KDE3 library dir: /usr/lib<br>-- Found KDE3 dcopidl preprocessor: /usr/bin/dcopidl
<br>-- Found KDE3 dcopidl2cpp preprocessor: /usr/bin/dcopidl2cpp<br>-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler<br>-- Found pi-dlp.h in /usr/include<br>-- Found libpisock in /usr/lib/libpisock.so
<br>-- Found pilot-link: /usr/lib/libpisock.so<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/mini-kpilot.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/fastsync.png doesn't fit naming conventions. ignoring.
<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/nosync.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/busysync.png doesn't fit naming conventions. ignoring.<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/hotsync.png doesn't fit naming conventions. ignoring.
<br>-- icon: /home/davidanderson/kpilot/kpilot/Icons/kpilot-splash.png doesn't fit naming conventions. ignoring.<br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /home/davidanderson/kpilot/build-Linux2_6_17_10_386
<br>cd "build-Linux2_6_17_10_386" && make<br>make[1]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>make[2]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'
<br>make[3]: Entering directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>[  0%] Building CXX object lib/CMakeFiles/kpilot.dir/pilotDateEntry.o<br>/home/davidanderson/kpilot/lib/pilotDateEntry.cc:42:27: error: libkcal/event.h: No such file or directory
<br>/home/davidanderson/kpilot/lib/pilotRecord.h: In constructor 'PilotRecordBase::PilotRecordBase(int, int, recordid_t)':<br>/home/davidanderson/kpilot/lib/pilotRecord.h:64: warning: comparison between signed and unsigned integer expressions
<br>/home/davidanderson/kpilot/lib/pilotRecord.h: In member function 'void PilotRecordBase::setCategory(int)':<br>/home/davidanderson/kpilot/lib/pilotRecord.h:78: warning: comparison between signed and unsigned integer expressions
<br>make[3]: *** [lib/CMakeFiles/kpilot.dir/pilotDateEntry.o] Error 1<br>make[3]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>make[2]: *** [lib/CMakeFiles/kpilot.dir/all] Error 2<br>make[2]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'
<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/davidanderson/kpilot/build-Linux2_6_17_10_386'<br>make: *** [app] Error 2<br>davidanderson@apollonia:~/kpilot$ <br><br>I have no idea what those errors mean. But Kpilot does not appear in the menu, (I uninstalled the old version), and does not run from terminal so I assume it did not install.
<br><br><br><br>