bugGnash - The GNU Flash player - Bugs: bug #16578, Compilation failed

 
 

bug #16578: Compilation failed

Submitted by:  None
Submitted on:  Sat 13 May 2006 07:58:53 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Thu 08 Jun 2006 12:49:39 PM UTC, comment #5:

This is fixed and should be closed.

Anonymous
Thu 25 May 2006 05:42:59 PM UTC, comment #4:

I would close this bug

Sandro Santilli <strk>
Project Member
Thu 25 May 2006 01:40:12 PM UTC, comment #3:

This is fixed in current CVS.

Anonymous
Wed 17 May 2006 12:32:37 PM UTC, comment #2:

Yes, I have this problem after a clean CVS checkout.

Anonymous
Sat 13 May 2006 04:12:32 PM UTC, comment #1:

Have you tried running ./autogen.sh ? Configure has been changing alot lately, and this also looks like you don't have GtkGLExt installed.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Sat 13 May 2006 07:58:53 AM UTC, original submission:

Hi, compiling gnash on my Slackware 10.2 fails with the following error. This is the CVS version as of now, but I got the same result since some days.

$ gcc --version
gcc (GCC) 3.3.6

g++ -shared -nostdlib /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../crti.o /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/crtbeginS.o .libs/render_handler_ogl.o .libs/sound_handler_sdl.o .libs/gtksup.o -Wl,--rpath -Wl,/usr/lib/. -Wl,--rpath -Wl,/usr/lib/. -ljpeg -lpng /usr/lib/libogg.so /usr/lib/libcurl.so -L/usr/lib /usr/lib/libxml2.so -lz /usr/lib/libSDL.so -lGL -lGLU /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libatk-1.0.so /usr/lib/libglib-2.0.so -L/usr/X11R6/lib -lpthread /usr/lib/libSDL_mixer.so -lrt -L/usr/lib/gcc-lib/i486-slackware-linux/3.3.6 -L/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../../i486-slackware-linux/lib -L/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../.. /usr/lib/./libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/crtendS.o /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../crtn.o -Wl,-soname -Wl,libgnashbackend.so.0 -o .libs/libgnashbackend.so.0.0.0
(cd .libs && rm -f libgnashbackend.so.0 && ln -s libgnashbackend.so.0.0.0 libgnashbackend.so.0)
(cd .libs && rm -f libgnashbackend.so && ln -s libgnashbackend.so.0.0.0 libgnashbackend.so)
ar cru .libs/libgnashbackend.a render_handler_ogl.o sound_handler_sdl.o gtksup.o
ranlib .libs/libgnashbackend.a
creating libgnashbackend.la
(cd .libs && rm -f libgnashbackend.la && ln -s ../libgnashbackend.la libgnashbackend.la)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../libbase -I../backend -I../libgeometry -I/usr/include -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -ansi -Wall -MT gnash.o -MD -MP -MF ".deps/gnash.Tpo" -c -o gnash.o gnash.cpp; \
then mv -f ".deps/gnash.Tpo" ".deps/gnash.Po"; else rm -f ".deps/gnash.Tpo"; exit 1; fi
gnash.cpp:102: error: syntax error before `;' token
gnash.cpp: In function `int main(int, char**)':
gnash.cpp:199: error: `GdkGLConfigMode' undeclared (first use this function)
gnash.cpp:199: error: (Each undeclared identifier is reported only once for
each function it appears in.)
gnash.cpp:199: error: syntax error before `;' token
gnash.cpp:206: error: `gtk_gl_init' undeclared (first use this function)
gnash.cpp:207: error: `gdk_gl_query_version' undeclared (first use this
function)
gnash.cpp:210: error: `glcmode' undeclared (first use this function)
gnash.cpp:211: error: `GDK_GL_MODE_RGB' undeclared (first use this function)
gnash.cpp:212: error: `GDK_GL_MODE_DEPTH' undeclared (first use this function)
gnash.cpp:212: error: `GDK_GL_MODE_DOUBLE' undeclared (first use this function)
gnash.cpp:213: error: `glconfig' undeclared (first use this function)
gnash.cpp:213: error: `gdk_gl_config_new_by_mode' undeclared (first use this
function)
gnash.cpp:499: error: `delete_event' undeclared (first use this function)
gnash.cpp:501: error: `key_press_event' undeclared (first use this function)
gnash.cpp:512: error: `GDK_GL_RGBA_TYPE' undeclared (first use this function)
gnash.cpp:512: error: `gtk_widget_set_gl_capability' undeclared (first use this
function)
gnash.cpp:513: error: `realize_event' undeclared (first use this function)
gnash.cpp:515: error: `configure_event' undeclared (first use this function)
gnash.cpp:517: error: `expose_event' undeclared (first use this function)
gnash.cpp:519: error: `unrealize_event' undeclared (first use this function)
gnash.cpp:529: error: `popup_handler' undeclared (first use this function)
gnash.cpp:534: error: `add_menuitems' undeclared (first use this function)
gnash.cpp:537: error: `button_press_event' undeclared (first use this function)
gnash.cpp:539: error: `button_release_event' undeclared (first use this
function)
gnash.cpp:541: error: `motion_notify_event' undeclared (first use this
function)
gnash.cpp:808: error: `movie_menu_state' undeclared (first use this function)
gnash.cpp:809: error: `PLAY_MOVIE' undeclared (first use this function)
gnash.cpp:813: error: `RESTART_MOVIE' undeclared (first use this function)
gnash.cpp:816: error: `STOP_MOVIE' undeclared (first use this function)
gnash.cpp:819: error: `PAUSE_MOVIE' undeclared (first use this function)
gnash.cpp:827: error: `STEP_BACKWARD' undeclared (first use this function)
gnash.cpp:831: error: `STEP_FORWARD' undeclared (first use this function)
gnash.cpp:835: error: `JUMP_BACKWARD' undeclared (first use this function)
gnash.cpp:839: error: `JUMP_FORWARD' undeclared (first use this function)
gnash.cpp:844: error: `QUIT_MOVIE' undeclared (first use this function)
gnash.cpp:850: error: `IDLE_MOVIE' undeclared (first use this function)
gnash.cpp:862: error: `glcontext' undeclared (first use this function)
gnash.cpp:862: error: `gtk_widget_get_gl_context' undeclared (first use this
function)
gnash.cpp:863: error: `GdkGLDrawable' undeclared (first use this function)
gnash.cpp:863: error: `gldrawable' undeclared (first use this function)
gnash.cpp:863: error: `gtk_widget_get_gl_drawable' undeclared (first use this
function)
gnash.cpp:864: error: `gdk_gl_drawable_gl_begin' undeclared (first use this
function)
gnash.cpp:883: error: `gdk_gl_drawable_is_double_buffered' undeclared (first
use this function)
gnash.cpp:884: error: `gdk_gl_drawable_swap_buffers' undeclared (first use this
function)
gnash.cpp:889: error: `gdk_gl_drawable_gl_end' undeclared (first use this
function)
/usr/include/c++/3.3.6/ext/stl_hashtable.h: At top level:
gnash.cpp:94: warning: `bool s_antialiased' defined but not used
make[2]: *** [gnash.o] Error 1
make[2]: Leaving directory `/home/fabio/sorgenti/gnash/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fabio/sorgenti/gnash'
make: *** [all] Error 2
$

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Thu 08 Jun 2006 01:05:27 PM UTCstrkStatusNone=>Fixed
  Open/ClosedOpen=>Closed
Sat 13 May 2006 04:12:32 PM UTCrsavoyeAssigned toNone=>rsavoye

Back to the top


Powered by Savane 3.1-cleanup1