kdevelop pb

b.nka45ge's picture
Submitted by b.nka45ge on Tue, 10/03/2009 - 19:44.

السلام عليكم انا عندى نسخة ubuntu 8.10 و بشتغل برمجة على kdevelop المشكلة عندى لما اعمل اى برنامج بيطلع الرسالة دى


cd '/home/nka45ge/Documents/myp/debug/./src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -k myp
/bin/bash ../libtool --tag=CC --mode=link gcc -O0 -g3 -o myp myp.o 
../libtool: line 818: X--tag=CC: command not found
../libtool: line 851: libtool: ignoring unknown tag : command not found
../libtool: line 818: X--mode=link: command not found
../libtool: line 985: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 986: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 2223: X-O0: command not found
../libtool: line 2223: X-g3: command not found
../libtool: line 2392: Xmyp: command not found
X: user not authorized to run the X server, aborting.
../libtool: line 2404: Xmyp: command not found
../libtool: line 2412: mkdir /.libs: No such file or directory
mkdir: cannot create directory `/.libs': Permission denied
make: *** [myp] Error 1
*** Exited with status: 2 ***

يا ريت الرد بسرعة

build-essential

sudo apt-get install build-essential

Or install it from synaptic or Add/Remove program


Ahmed D. El-Mekkawy

My blog

linuxawy's picture

thanks

thanks for that

i tried what you said but it still doesn't work

i'm using kdevelop 3.5.3 (Using KDE 3.5.10)

b.nka45ge's picture

same error?

do u still get the very same error? or it has changed?


Ahmed D. El-Mekkawy

My blog

linuxawy's picture

the same

yep its the same


/bin/bash ../libtool --tag=CC --mode=link gcc -O0 -g3 -o myp myp.o 
../libtool: line 818: X--tag=CC: command not found
../libtool: line 851: libtool: ignoring unknown tag : command not found
../libtool: line 818: X--mode=link: command not found
../libtool: line 985: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 986: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 2223: X-O0: command not found
../libtool: line 2223: X-g3: command not found
../libtool: line 2392: Xmyp: command not found
X: user not authorized to run the X server, aborting.
../libtool: line 2404: Xmyp: command not found
../libtool: line 2412: mkdir /.libs: No such file or directory
mkdir: cannot create directory `/.libs': Permission denied
make: *** [myp] Error 1
*** Exited with status: 2 ***
b.nka45ge's picture

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.