gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] problems building under gui/


From: strk
Subject: [Gnash-dev] problems building under gui/
Date: Tue, 16 May 2006 14:53:35 +0200

With current HEAD branch I can't build under gui/
while I succeed under backend/

        Renderer engine: opengl
        GUI: sdl

Error under gui/ is missing gtkgl.h (which is the reason
I'm using sdl GUI, btw).

In file included from gtk.cpp:47:
gtksup.h:49:23: gtk/gtkgl.h: No such file or directory
In file included from gtksup.h:50,
                 from gtk.cpp:47:
gtk_glue_gtkglext.h:43:24: gtk/gtkgl.h: No such file or directory
In file included from gtksup.h:50,
                 from gtk.cpp:47:
gtk_glue_gtkglext.h:67: error: syntax error before `*' token
In file included from gtk.cpp:47:
gtksup.h:130: error: syntax error before `*' token
gtk.cpp: In static member function `static gboolean
   gnash::GtkGui::expose_event(GtkWidget*, GdkEventExpose*, void*)':
gtk.cpp:372: error: `GdkGLDrawable' undeclared (first use this function)
gtk.cpp:372: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
gtk.cpp:372: error: parse error before `=' token
gtk.cpp:373: error: `gldrawable' undeclared (first use this function)
gtk.cpp:374: error: `GdkGLContext' undeclared (first use this function)
gtk.cpp:374: error: parse error before `=' token
gtk.cpp:375: error: `glcontext' undeclared (first use this function)
gtk.cpp:378: error: `gdk_gl_drawable_make_current' undeclared (first use this
   function)
gtk.cpp: In static member function `static gboolean
   gnash::GtkGui::configure_event(GtkWidget*, GdkEventConfigure*, void*)':
gtk.cpp:391: error: `gtk_widget_get_gl_context' undeclared (first use this
   function)
gtk.cpp:392: error: `gtk_widget_get_gl_drawable' undeclared (first use this
   function)
gtk.cpp:393: error: `gdk_gl_drawable_make_current' undeclared (first use this
   function)
make: *** [gtk.lo] Error 1

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]