Re: [gtk-list] Building Imlib



//and running autoconf leaves
//
//AM_PATH_GTK(0.99.6,
//   GDK_IMLIB="gdk_imlib utils",
//   GDK_IMLIB=""
//   echo "configure: warning: *** gdk_imlib will not be built ***" 1>&2)
//
//in configure which, unsurprisingly, then fails when it gets to that
//point because it issn't valid shell syntax.
//
//Where are the definitions for AM_PATH_GTK and GTK_LIBS supposed to
//come from?

AM_PATH_GTK is supposed to come from gtk.m4, which is installed in $prefix/share/autoconf (I believe, or was it aclocal?) by gtk. If you have aclocal installed, you should be able to get it in. After you run automake, run aclocal. :) (You may have to give it an -I/path/to/gtk.m4/directory option, especially if you installed gtk with a different prefix from aclocal, and your version of aclocal is not bleeding edge.)

Regards,

Johannes.
--
main(){char*h="W\"\34EnF\0T\"\24E*E\0v\"\24U.E\0T\"\24U,E\0W;\\}jv\0";while
(*h){while(*h){int k=7;while(--k>=0)putchar(*h&(1<<k)?'x':' ');++h;}
putchar('\n');++h;}exit(0);}

Virtually researching virtual behaviour in a virtual world.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]