[EMAIL PROTECTED] wrote:
> 
> Hi all,
> 
> I am a new user of Glade, and I get 2 error messages when I run autogen.sh
> These 2 messages are :
>      AM_PATH_GTK' not found in library
>      syntax error near unexpected token `AM_INIT_AUTOMAKE(myproject,'

This is in the FAQ:


2.2 I get this error:

      aclocal: configure.in: 10: macro `AM_PATH_GTK' not found in library

 A: This means that the gtk.m4 file cannot be found. (gtk.m4 is a set of m4
    macros which is installed as part of GTK+ and is used to build programs
    which use GTK+.) aclocal (part of automake) searches for these macros to
    add to aclocal.m4 in your program's root directory.

    To find out where GTK+ is installed, run 'gtk-config --prefix'.
    The gtk.m4 file should be in the 'share/aclocal' subdirectory.
    To find out the directory that aclocal is using, run
      'aclocal --print-ac-dir'

    You should add the directory that the GTK+ m4 file is installed to the
    ACLOCAL_FLAGS environment variable, e.g. if the GTK+ m4 files are in
    /usr/local/share/aclocal, then add this to your $HOME/.profile:

      export ACLOCAL_FLAGS="-I /usr/local/share/aclocal/"


Damon

_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to