From kdevelop-bugs Tue Mar 29 15:16:56 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Tue, 29 Mar 2005 15:16:56 +0000 To: kdevelop-bugs Subject: [Bug 102753] New: Failed to build C++ Hallo World Template Message-Id: <20050329171652.102753.kazuya2002 () poczta ! onet ! pl> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306935706876 ------- 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=102753 Summary: Failed to build C++ Hallo World Template Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kazuya2002 poczta onet pl Version: 3.2.0 (using KDE KDE 3.4.0) Installed from: Gentoo Packages Compiler: gcc version 3.4.3-20050110 (Gentoo Linux 3.4.3.20050110-r1, ssp-3.4.3.20050110-0, pie-8.7.7) OS: Linux KDevelop failed to build C++ Hallo World template project. When I started the building process I got: ... /usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT installing -c When I tried to ./configure it from terminal I've got this: ... checking for correct ltmain.sh version... no *** Gentoo sanity check failed! *** *** libtool.m4 and ltmain.sh have a version mismatch! *** *** (libtool.m4 = 1.5.14, ltmain.sh = 1.5a) *** Please run: libtoolize --copy --force if appropriate, please contact the maintainer of this package (or your distribution) for help. So I runned `libtoolize --copy --force` and after this everything was working fine. I don't know if this is ebuild (gentoo) problem or kdevelop template problem but here is a link with information about it: http://thread.gmane.org/gmane.linux.gentoo.devel/23449