Results 1 to 2 of 2
hi...i got the source from LFY and another from anjuta official site....i got the foloowing error when i did make
Code:txt
make[2]: Entering directory `/home/arvind/Desktop/anjuta-2.4.0/po'
file=`echo ar | sed 's,.*/,,'`.gmo ...
- 03-29-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 70
error while compiling Anjuta
hi...i got the source from LFY and another from anjuta official site....i got the foloowing error when i did make
Code:txt
make[2]: Entering directory `/home/arvind/Desktop/anjuta-2.4.0/po'
file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file ar.po
/bin/sh: -o: not found
make[2]: *** [ar.gmo] Error 127
make[2]: Leaving directory `/home/arvind/Desktop/anjuta-2.4.0/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arvind/Desktop/anjuta-2.4.0'
make: *** [all] Error 2
:Code
- 03-29-2008 #2
I am pretty sure Anjuta is available in the Ubuntu repositories and installing it should be as simple as
Code:sudo aptitude update && sudo aptitude install anjuta


Reply With Quote