LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Error With KDevelop (https://www.linuxquestions.org/questions/programming-9/error-with-kdevelop-311946/)

John_Emad 04-11-2005 05:35 AM

Error With KDevelop
 
I am using SuSe9.1 with KDE 3.2, I am using also KDevelop 3.0.2
I just wanted to make a simple hellor world application using C++ so I made new project ->C++ ->simple hello world application then when i try to build or compile i get this error
note : I made the project name "John" and placed it in /home/john/

*cd "/home/john/john" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir "/home/john/john/debug" && cd "/home/john/john/debug" && CXXFLAGS="-O0 -g3" "/home/john/john/configure" --enable-debug=full && cd "/home/john/john/debug/src" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k john.lo
**** Exited with status: 2 ***


thanx in advance

vharishankar 04-11-2005 06:32 AM

Have you installed automake version 1.6 or above?

I had this problem, but it was solved by installing automake 1.6 or above.

John_Emad 04-11-2005 06:44 AM

I have automake 1.8

vharishankar 04-11-2005 06:49 AM

Install automake 1.6. It will not conflict with 1.8.

Actually I installed all the versions available and it worked. I guess it's looking specifically for automake 1.6.

John_Emad 04-11-2005 06:59 AM

and where can I find the automake 1.6 ?

it is not available on the CD's of SuSe9.1

vharishankar 04-11-2005 10:22 AM

If you cannot find pre-packaged binaries for SuSE (try YaST) you could also download source tarball here and compile it:

http://ftp.gnu.org/gnu/automake/

John_Emad 04-11-2005 11:38 AM

when i tried Yast i only found the 1.8

but it is really strange that a newer version can't make it work !!

vharishankar 04-11-2005 09:00 PM

No. It is more likely a configuration issue, but I haven't been able to work that out. Did you try that download sources which I pointed to?

John_Emad 04-12-2005 04:36 PM

I will try them and tell u

thx for the help

John_Emad 04-13-2005 04:15 AM

I downloaded these sources and made the following commands (i am not an expert in dealing with sources)

./configure
make
make install

but yet the same problem exist

John_Emad 04-14-2005 05:40 PM

I also downloaded KDevelop 3.2 but the same error exists

can someone tell me what to do ?? I have a project to deliver and I don't want to work on the Visual Studio again :(

this is the error I get

cd '/home/john/iiii' && gmake -f Makefile.cvs && cd '/home/john/iiii' && "/home/john/iiii/configure" && cd '/home/john/iiii/src' && gmake -k -j1 iiii.lo
*** Exited with status: 2 ***

I am really dissapointed as this is my first trial with KDevelop

John_Emad 04-14-2005 06:00 PM

I finally managed to make it work

I downloaded the libtool from http://www.gnu.org/software/libtool/news.html and it worked thank GOD

thx alot for your help


All times are GMT -5. The time now is 10:48 AM.