Bug 86773 - fails build hello world app in kdevelop
Summary: fails build hello world app in kdevelop
Status: RESOLVED DUPLICATE of bug 61031
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.3
Platform: unspecified FreeBSD
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-08 02:28 UTC by Pavel
Modified: 2004-08-16 17:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel 2004-08-08 02:28:21 UTC
Version:           3.0.3 (using KDE 3.2.2, compiled sources)
Compiler:          gcc version 2.95.4 20020320 [FreeBSD]
OS:                FreeBSD (i386) release 4.10-RELEASE

1. First start KDevelop. -> New project->c++->hello world. I left all default entries for user name etc... Click NEXT and everything fails with a error. Error was that <author>Charlie ->> & <<-  </author> ampersand broke everything.
2. Repeated evrything from beginning and from menu selected run, then clicked "Run autmake configure and riends..." and then nothing was happening. I was waiting for messages in the "Messages" window, but no luck. Then it took me some time to figure out that I had to switch from "Very short compiler output" to be able to see error messages, which were :
*cd "/usr/local/testcpp" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd "/usr/local/testcpp/debug" && CXXFLAGS="-O0 -g3" "/usr/local/testcpp/configure" --enable-debug=full && cd "/usr/local/testcpp/debug" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k  
*aclocal 
*gmake: aclocal: Command not found 
*gmake: *** [all] Error 127 


This was the default hello world - I couldn't make it run. Sorry for this *stupid* report, but this simple stuff just should work without problems...
Comment 1 Amilcar do Carmo Lucas 2004-08-16 17:17:36 UTC

*** This bug has been marked as a duplicate of 61031 ***