|
From: Thomas F. <tf...@ro...> - 2002-01-06 07:48:11
|
Damian McGuckin wrote:
> I downloaded this.
>
> I installed openvrml in the default location.
>
> I have GTK-1.2 installed in /usr/lib such as /usr/lib/libgtk.a and the
> includes are in /usr/include/gtk-1.2
>
> Typing
>
> aclocal -I /usr/local/share/aclocal
>
> and it says
>
> aclocal: configure.in: 9: macro `AM_PATH_GTK' not found in library
>
> It won't be found in /usr/local/share/aclocal because it came with the
> release of the O/S.
>
> What's the problem?
>
I don't get this problem on my system but instead get the following
error when running configure
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
./configure: line 2599: syntax error near unexpected token `OV_PATH_GTKGL(,'
./configure: line 2599: `OV_PATH_GTKGL(, { { echo "$as_me:$LINENO:
error: Missing GtkGLArea. See 'config.log' for details." >&5'
GtkGLArea is correctly installed on my system under /usr
[tflynn@cr471342-a gtklookat]$ rpm -q gtkglarea
gtkglarea-1.2.2-10
Does anyone know what's going on here?
Thanks,
Tom
|