PDA

View Full Version : Anjuta Problems



soritong
December 23rd, 2004, 10:01 PM
Whenever I try to start any type of project within Anjuta, I get this message:


configure.in : 80 : './ABOUT.NLS' not found
Makefile.am:6: required directory ./intl does not exist
*error* automake failed

It then tells me to run autogen.sh manually, but I'm compeltely lost at why this doesn't work? The projects in Borland BuilderX built just fine.

p!=f
December 23rd, 2004, 10:16 PM
Whenever I try to start any type of project within Anjuta, I get this message:


configure.in : 80 : './ABOUT.NLS' not found
Makefile.am:6: required directory ./intl does not exist
*error* automake failed

It then tells me to run autogen.sh manually, but I'm compeltely lost at why this doesn't work? The projects in Borland BuilderX built just fine.

Do you have gettext installed?
You may also try to install autotools-dev package.

soritong
December 23rd, 2004, 10:31 PM
Do you have gettext installed?
You may also try to install autotools-dev package.
I have both gettext and the autotools-dev package installed.

p!=f
December 23rd, 2004, 11:01 PM
Ubuntu Hoary, Anjuta can prepare and build a project. Hmmm... You definitely need some package...
Do you have intltool?

soritong
December 23rd, 2004, 11:27 PM
Ubuntu Hoary, Anjuta can prepare and build a project. Hmmm... You definitely need some package...
Do you have intltool?
I have intltool-debian package installed, but not the regular intltool.

GonZo
February 5th, 2005, 02:05 PM
try to install cvs

Pierre Maurette
February 12th, 2005, 05:27 AM
Hello newsgroup, this is my first post here,


try to install cvs

Thanks GonZo, I had the same problem and now, all is fine (Ubuntu 4.10, AMD64).

Pierre

Alain.Menard
February 17th, 2005, 12:32 AM
:grin: Thank you!

I also had this same problem. I was also missing the gnome devs library.
If only somebody would do an anjuta install that also check for all those dependency and install them if needed that would be nice. :-)

dolson
March 20th, 2005, 05:19 AM
:grin: Thank you!

I also had this same problem. I was also missing the gnome devs library.
If only somebody would do an anjuta install that also check for all those dependency and install them if needed that would be nice. :-)

I agree.

And thanks, this was my problem too!

pierre
March 22nd, 2005, 12:23 AM
I had the same problem and did
apt-get install libgnomeui-dev

Everything works fine now.

idn
March 28th, 2005, 09:38 PM
I have hoary AMD64, installed cvs and now everything works fine :) thanks

AndyAWS
April 19th, 2005, 01:13 PM
Has anyone ever put together a comlete list of missing dependancies for Anjuta? I've been searchig around this forum but there are so many people have problems with Anjuta that it's difficult to sort out what all is required to get it working correctly.

babarhaq
July 16th, 2007, 07:29 AM
libglib1.2-dev_1.2.10-17build1_i386.deb
automake_1%3a1.10+nogfdl-1_all.deb
build-essential_11.3_i386.deb
libtool_1.5.22-4_i386.deb
libevent1_1.1a-1_i386.deb
autoconf

Installed all these to make anjuta working.

Babar