Re: anjuta & aclocal problem

2001-11-16 Thread Akira TAGOH
> On Thu, 15 Nov 2001 21:20:20 +0100,
> "MD" == "Mirek Dobsicek" <[EMAIL PROTECTED]> wrote:

MD> Hi, I've install Anjuta(0.1.7) , glade and glade-- on my woody box
MD> but there are some errors when I try to create a Gnome project in it.

MD> When a project is beeing created, it tells me this:
>>> 
MD> Warning: I'm going to run 'cnfigure' with no arguments
MD> './autogen.sh' command line.

MD> processing.
MD> deletefiles is macros/gnome-gettext.m4
MD> aclocal: configure.in 21: macro 'AM_PATH_GTK' not found in library
MD> aclocal: configure.in 21: macro 'AM_PATH_GTK' not found in library
MD> Running aclocal -l macros ...

it's really cause. you need to install libgtk1.2-dev.

Regards,
--
Akira TAGOH  : [EMAIL PROTECTED]  / Japan GNOME Users Group
[EMAIL PROTECTED] : [EMAIL PROTECTED] / GNOME-DB Project
 : [EMAIL PROTECTED]   / Red Hat, Inc.
 : [EMAIL PROTECTED]   / Debian Project



anjuta & aclocal problem

2001-11-15 Thread Mirek Dobsicek
Hi, I've install Anjuta(0.1.7) , glade and glade-- on my woody box
but there are some errors when I try to create a Gnome project in it.

When a project is beeing created, it tells me this:
>>
Warning: I'm going to run 'cnfigure' with no arguments
'./autogen.sh' command line.

processing.
deletefiles is macros/gnome-gettext.m4
aclocal: configure.in 21: macro 'AM_PATH_GTK' not found in library
aclocal: configure.in 21: macro 'AM_PATH_GTK' not found in library
Running aclocal -l macros ...

Error: aclocal failed. This may mean that you have not
installed all of the packages you nedd, or you may nee to
set ACLOCAL_FLAGS to include " -l $prefix/share/aclocal"
for the prefix where you insalled the packages whose
macros were not found.
Autogereration completed  Unsuccessful.

>>
if I look at echo $ACLOCAL_FLAGS in bash, it's empty
if I look at /usr/local/share/aclocal there is one file called sdl.m4

What I need to set or install?

Regards, Mirek Dobsicek