[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash] gtkgl usability????
From: |
annonygmouse |
Subject: |
[Gnash] gtkgl usability???? |
Date: |
Thu, 30 Mar 2006 22:41:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.12) Gecko/20060207 Debian/1.7.12-1.1 |
Hi, I'm trying to get gnash to compile against gtk2... with no luck...
Here's the important part of my "./configure"
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for glBegin in -lGL... yes
checking for the Gtk GL Extensions Version... 1.0
checking gtk/gtkgl.h usability... no
checking gtk/gtkgl.h presence... no
checking for gtk/gtkgl.h... no
checking for libglext header... checking for gtk_gl_init in
-lgtkglext-x11-1.0... yes
yes
checking for the Gtk Version... 2.0
checking for gtk/gtkgl.h... (cached) no
checking for libgtk2 header... yes
checking for gtk_init in -lgtk-x11-2.0... yes
I've got installed portatildebian64:~# dpkg -l |grep gtkgl
ii gtkglarea5 1.2.3-2
Gimp Toolkit OpenGL area widget shared libra
ii gtkglarea5-dev 1.2.3-2
Gimp Toolkit OpenGL area widget include file
ii libgtkgl2.0-1 1.99.0-2
Gimp Toolkit OpenGL area widget shared libra
ii libgtkgl2.0-dev 1.99.0-2
Gimp Toolkit OpenGL area widget include file
ii libgtkglext1 1.0.6-2
OpenGL Extension to GTK (shared libraries)
ii libgtkglext1-dev 1.0.6-2
OpenGL Extension to GTK (development files)
I can understand
checking gtk/gtkgl.h usability... no
but not
checking for gtk/gtkgl.h... no
portatildebian64:~# locate gtkgl.h
/usr/include/gtkglext-1.0/gtk/gtkgl.h
Isn't it weird?
Another thing. When I generate the "./configure" file, it shows me some
errors:
address@hidden:~/gnash$ autoconf
configure.ac:40: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:45: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:46: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:60: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.ac:61: error: possibly undefined macro: AC_PATH_KDE
configure.ac:63: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:74: error: possibly undefined macro: AM_PATH_LIBXML2
configure.ac:185: error: possibly undefined macro: AM_COMPILER_LIB
address@hidden:~/gnash$
allthough it really creates a "configure" file...
Also running "autogen.sh" gives me the following:
address@hidden:~/gnash$ ./autogen.sh
processing .
Running aclocal -I macros ...
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of
AM_PATH_SMPEG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_LIBMCRYPT
Running autoheader...
Running automake --gnu ...
Running autoconf ...
address@hidden:~/gnash$ dpkg -l|grep autoconf
ii autoconf 2.59a-9
automatic configure script builder
address@hidden:~/gnash$ dpkg -l|grep automake
ii automake1.4 1.4-p6-9
A tool for generating GNU Standards-complian
ii automake1.9 1.9.6-4
A tool for generating GNU Standards-complian
....
Any hint?
SebastiĆ
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo!
Security Centre. http://uk.security.yahoo.com
- [Gnash] gtkgl usability????,
annonygmouse <=