LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Kdevelop 3.3.0 exits with status 2 (https://www.linuxquestions.org/questions/%2Absd-17/kdevelop-3-3-0-exits-with-status-2-a-227758/)

Cron 09-07-2004 11:48 AM

Kdevelop 3.3.0 exits with status 2
 
Hi all!

I have one problem in my FreeBSD system that keeps me in windblows :(. When I try to compile a default c "Hello World!" program I get this:

cd '/home/dalius/c' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir '/home/dalius/c/debug' && cd '/home/dalius/c/debug' && CFLAGS="-O0 -g3 " "/home/dalius/c/configure" --enable-debug=full && cd '/home/dalius/c/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
*** Exited with status: 2 ***]

Same is with c++. i looked at handbook googled a lot and still no ideas how to fix it.

Can someone direct me to some info on this? :study:

I am using FreeBSD 5.2.1 and kde 3.3.

:newbie:

JSmith 09-15-2004 09:22 PM

Right click on the error and click "Show Detailed Error Reports" to see whats going on.

Stack 09-15-2004 09:38 PM

Or you could use something like a text editor and then compile the code by hand. Kdevelop is needlessly complex. Even anjuta has a better interface than that beast. Simply put stop using an IDE+SDK like kdevelop unless you intend on making Ktools.


All times are GMT -5. The time now is 12:46 AM.