From kdevelop-bugs Fri Sep 29 21:29:14 2006 From: Matthias Pospiech Date: Fri, 29 Sep 2006 21:29:14 +0000 To: kdevelop-bugs Subject: [Bug 134875] New: cmake based project does not compile main.cpp Message-Id: <20060929232914.134875.matthias.pospiech () gmx ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306953410538 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=134875 Summary: cmake based project does not compile main.cpp Product: kdevelop Version: 3.3.4 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: matthias.pospiech gmx de Version: 3.3.4 (using KDE 3.5.4 "release 71.1" , openSUSE ) Compiler: Target: i586-suse-linux OS: Linux (i686) release 2.6.16.21-0.21-default I created a cmake based project and opened the main.cpp from that directory. A compilation of the project or the main.cpp file fails: make of project: cd '/home/matthias/CPP/test2' && gmake -k -j1 /usr/bin/cmake -H/home/matthias/CPP/test2 -B/home/matthias/CPP/test2 --check-build-system CMakeFiles/Makefile.cmake 0 gmake -f CMakeFiles/Makefile2 all gmake[1]: Für das Ziel »all« ist nichts zu tun. make of main.cpp cd '/home/matthias/CPP/test2' && gmake -k -j1 'main.o' gmake: *** Keine Regel, um »main.o« zu erstellen. Is there a way to use cmake nevertheless ? Matthias