On Sunday, 30. November 2008 10:37:57 Sebastian Niehaus wrote: > Hi, > > > sorry, but I am too stupid to follow the compile instruchtions at > http://www.qlandkarte.org/index.php?option=com_content&view=article&id=3&It >emid=4 > > > ,---- > > | svn co > | https://qlandkartegt.svn.sourceforge.net/svnroot/qlandkartegt/QLandkarteG > |T/trunk QLandkarteGT mkdir build_QLandkarteGT > | cd build_QLandkarteGT > > `---- >
If I look at your tree down below, I think you cheated a bit. ;) You did an unwanted "cd QLandkarteGT". That is how the path should look like: /tmp/qlandkarte_GT/QLandkarteGT /tmp/qlandkarte_GT/build_QLandkarteGT if you do a "ccmake ../QLandkarteGT" from "/tmp/qlandkarte_GT/build_QLandkarteGT" you should be fine. If you keep your directory structure you have to do: ccmake ../ from /tmp/qlandkarte_GT/QLandkarteGT/build_QLandkarteGT. Oliver > seems to work as expected but when I run > > ,---- > > | ccmake ../QLandkarteGT > > `---- > > > I get an error: > > ,---- > > | CMake Error: The source directory > | "/tmp/qlandkarte_GT/QLandkarteGT/QLandkarteGT" does not exist. > > `---- > > "pwd" is /tmp/qlandkarte_GT/QLandkarteGT/build_QLandkarteGT > > This is my directory tree after ccmake "../QLandkarteGT" > > ,---- > > | [EMAIL PROTECTED]:/tmp$ tree -d /tmp/qlandkarte_GT/ > | /tmp/qlandkarte_GT/ > | > | |-- GarminDev > | | `-- src > | | > | | |-- EtrexLegend > | | |-- GPSMap60CSx > | | > | | `-- whatGarmin > | > | `-- QLandkarteGT > | > | |-- build_QLandkarteGT > | | `-- CMakeFiles > | |-- include > | | `-- garmin > | |-- nsi > | > | `-- src > | > | |-- cursors > | |-- icons > | | `-- wpt > | > | `-- pics > | > | 16 directories > | [EMAIL PROTECTED]:/tmp$ > > `---- > > > Any ideas on what exactly I am screwing up? Thanks, > > > Sebastian > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > QLandkarte-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkarte-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QLandkarte-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkarte-users
