bugGnash - The GNU Flash player - Bugs: bug #18145, Current cvs compiler error,...

 
 

bug #18145: Current cvs compiler error, render_handler_ogl.cpp

Submitted by:  Mo X <mo_xx>
Submitted on:  Sun 29 Oct 2006 10:23:13 AM UTC  
 
Category: buildSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Markus Gothe <nihilus>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

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

 

Sun 29 Oct 2006 10:23:13 AM UTC, original submission:

Current CVS does not build because of an error in backend/render_handler_ogl.cpp, see output below. I could solve the problem bu putting the line:
#define GL_GLEXT_PROTOTYPES
before:
#include "tu_opengl_includes.h"
in backend/render_handler_ogl.cpp.
The define is used in <GL/glext.h>. This is on Kubuntu 6.06 AMD64 with nvidia drivers installed.

Making all in backend
make[2]: Entering directory `/home/guido/src/gnash/backend'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -march=athlon64 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT render_handler_ogl.lo -MD -MP -MF ".deps/render_handler_ogl.Tpo" -c -o render_handler_ogl.lo render_handler_ogl.cpp; \
then mv -f ".deps/render_handler_ogl.Tpo" ".deps/render_handler_ogl.Plo"; else rm -f ".deps/render_handler_ogl.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -march=athlon64 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT render_handler_ogl.lo -MD -MP -MF .deps/render_handler_ogl.Tpo -c render_handler_ogl.cpp -fPIC -DPIC -o .libs/render_handler_ogl.o
render_handler_ogl.cpp: In member function 'void YUV_video_ogl::bind_tex()':
render_handler_ogl.cpp:153: error: 'glActiveTextureARB' was not declared in this scope
render_handler_ogl.cpp: In member function 'void YUV_video_ogl::draw()':
:220: error: 'glActiveTextureARB' was not declared in this scope
render_handler_ogl.cpp:229: error: 'glMultiTexCoord2fvARB' was not declared in this scope
render_handler_ogl.cpp:274: error: 'glMultiTexCoord2fvARB' was not declared in this scope
render_handler_ogl.cpp: At global scope:
render_handler_ogl.cpp:68: warning: 'yuv2rgb' defined but not used
make[2]: *** [render_handler_ogl.lo] Error 1
make[2]: Leaving directory `/home/guido/src/gnash/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/guido/src/gnash'
make: *** [all] Error 2

Mo X <mo_xx>

 

(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 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sun 29 Oct 2006 11:43:15 PM UTCnihilusOpen/ClosedOpen=>Closed
Sun 29 Oct 2006 11:43:00 PM UTCnihilusStatusIn Progress=>Fixed
Sun 29 Oct 2006 11:20:22 PM UTCnihilusStatusNone=>In Progress
  Assigned toNone=>nihilus

Back to the top


Powered by Savane 3.1-cleanup1