Thu 12 Oct 2006 10:34:52 PM UTC, original submission:
Hi:
hmmm, I am providing this to assist.
I really hate Flash in general because M'Flash is closed source (and closed use too) and because it is a huge drag on the net. But since it has become so pervasive that it cannot be avoided, we(aka GNU Linux users) need a working flash player(with sound!).
Upfront:
AMD Opteron SMP system
#> uname -srv
Linux 2.6.16.21-0.25-smp #1 SMP Tue Sep 19 07:26:15 UTC 2006
Mesa and OpenGL are installed, however the proprietary nVidia driver(9625) is being used(I mention that because it does make some links for *GL).
These show up later in the report so will provide the info here(rpmwhat is rpm -q --whatprovides)
#> rpmwhat /usr/include/GL/glx.h /usr/include/GL/glxext.h
Mesa-6.4.2-19.7
Mesa-6.4.2-19.7
(same version of Mesa-devel is installed)
...
So to the points:
(1)
I tried to build 0.7.1(./configure and make ) but make fails.
This is end of ''make''
[code]...
/bin/sh ../libtool --mode=link --tag=CXX g++ -I.. -I. -I.. -I../server -I/usr/include -I/usr/include/libxml2 -I/usr/
include/SDL -I/usr/include/SDL -g -O2 -Wall -o libgnashbase.la -rpath /usr/local/lib config.lo container.lo imag
e.lo image_filters.lo jpeg.lo log.lo membuf.lo ogl.lo postscript.lo triangulate_float.lo triangulate_sint32.lo tu_file
.lo tu_file_SDL.lo tu_random.lo tu_timer.lo tu_types.lo utf8.lo utility.lo zlib_adapter.lo -lSDL_mixer -lrt
g++ -shared -nostdlib /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux
/4.1.0/crtbeginS.o .libs/config.o .libs/container.o .libs/image.o .libs/image_filters.o .libs/jpeg.o .libs/log.o .lib
s/membuf.o .libs/ogl.o .libs/postscript.o .libs/triangulate_float.o .libs/triangulate_sint32.o .libs/tu_file.o .libs/t
u_file_SDL.o .libs/tu_random.o .libs/tu_timer.o .libs/tu_types.o .libs/utf8.o .libs/utility.o .libs/zlib_adapter.o /u
sr/lib64/libSDL_mixer.so -lrt -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../
../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux
/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../.. /usr/lib64/libstdc++.so -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-s
use-linux/4.1.0/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crtn.o -Wl,-soname -Wl,libgnashbas
e.so.0 -o .libs/libgnashbase.so.0.0.0
(cd .libs && rm -f libgnashbase.so.0 && ln -s libgnashbase.so.0.0.0 libgnashbase.so.0)
(cd .libs && rm -f libgnashbase.so && ln -s libgnashbase.so.0.0.0 libgnashbase.so)
ar cru .libs/libgnashbase.a config.o container.o image.o image_filters.o jpeg.o log.o membuf.o ogl.o postscript.o tri
angulate_float.o triangulate_sint32.o tu_file.o tu_file_SDL.o tu_random.o tu_timer.o tu_types.o utf8.o utility.o zlib_
adapter.o
ranlib .libs/libgnashbase.a
creating libgnashbase.la
/usr/bin/sed: can't read /usr/lib64/libXrandr.la: No such file or directory
libtool: link: `/usr/lib64/libXrandr.la' is not a valid libtool archive
make[2]: *** [libgnashbase.la] Error 1
make[2]: Leaving directory `/mywork/downloads/Firefox/Firefox2/gnash-0.7.1/gnash-0.7.1/libbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mywork/downloads/Firefox/Firefox2/gnash-0.7.1/gnash-0.7.1'
make: *** [all] Error 2
[/code]
It's 04:29:48 CDT (UTC-0500) on Thu Oct 12, week 41 in 2006.
/usr/lib64/libXrandr* does not exist. On this system, libXrandr* files are in /usr/X11R6/lib/ and /usr/X11R6/lib64/ :
#> locate libXrandr
/usr/X11R6/lib/libXrandr.a
/usr/X11R6/lib/libXrandr.so
/usr/X11R6/lib/libXrandr.so.2
/usr/X11R6/lib/libXrandr.so.2.0
/usr/X11R6/lib64/libXrandr.a
/usr/X11R6/lib64/libXrandr.so
/usr/X11R6/lib64/libXrandr.so.2
/usr/X11R6/lib64/libXrandr.so.2.0
I rummaged around in the build dir, tried sub'ing links but did not find a working solution(i.e., a way I could patch ... sorry.)
If that is some kind of known issue, I could not find it. I do hope there is an easy fix.
(2)
I accessed CVS today and tried again(./autogen.sh then ./configure and then make ).
It looked good, then started generating a bunch of errors around the aforementioned GL (Mesa) files:
[code] ...
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -g -O2 -march=opteron -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
In file included from ../libbase/tu_opengl_includes.h:71,
from render_handler_ogl.cpp:15:
/usr/include/GL/glx.h:25:22: error: X11/Xlib.h: No such file or directory
/usr/include/GL/glx.h:26:23: error: X11/Xutil.h: No such file or directory
render_handler.h:213: warning: unused parameter 'bounds'
/usr/include/GL/glx.h:139: error: 'XID' does not name a type
/usr/include/GL/glx.h:140: error: 'XID' does not name a type
/usr/include/GL/glx.h:141: error: 'XID' does not name a type
/usr/include/GL/glx.h:142: error: 'XID' does not name a type
/usr/include/GL/glx.h:143: error: 'XID' does not name a type
/usr/include/GL/glx.h:144: error: 'XID' does not name a type
/usr/include/GL/glx.h:162: error: expected initializer before '*' token
/usr/include/GL/glx.h:165: error: variable or field 'glXCopyContext' declared void
/usr/include/GL/glx.h:165: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:165: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:165: error: expected primary-expression before 'src'
/usr/include/GL/glx.h:166: error: expected primary-expression before 'dst'
/usr/include/GL/glx.h:166: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:166: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:168: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:168: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:168: error: 'XVisualInfo' was not declared in this scope
/usr/include/GL/glx.h:168: error: 'vis' was not declared in this scope
/usr/include/GL/glx.h:169: error: expected primary-expression before 'share_list'
/usr/include/GL/glx.h:169: error: 'Bool' was not declared in this scope
/usr/include/GL/glx.h:169: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:171: error: 'GLXPixmap' does not name a type
/usr/include/GL/glx.h:174: error: variable or field 'glXDestroyContext' declared void
/usr/include/GL/glx.h:174: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:174: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:174: error: expected primary-expression before 'ctx'
/usr/include/GL/glx.h:174: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:176: error: variable or field 'glXDestroyGLXPixmap' declared void
/usr/include/GL/glx.h:176: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:176: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:176: error: 'GLXPixmap' was not declared in this scope
/usr/include/GL/glx.h:176: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:178: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:178: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:178: error: 'XVisualInfo' was not declared in this scope
/usr/include/GL/glx.h:178: error: 'vis' was not declared in this scope
/usr/include/GL/glx.h:179: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:179: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:179: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:183: error: 'GLXDrawable' does not name a type
/usr/include/GL/glx.h:185: error: 'Bool' does not name a type
/usr/include/GL/glx.h:187: error: 'Bool' does not name a type
/usr/include/GL/glx.h:190: error: 'Bool' does not name a type
/usr/include/GL/glx.h:192: error: 'Bool' does not name a type
/usr/include/GL/glx.h:194: error: variable or field 'glXSwapBuffers' declared void
/usr/include/GL/glx.h:194: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:194: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:194: error: 'GLXDrawable' was not declared in this scope
/usr/include/GL/glx.h:194: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:196: error: variable or field 'glXUseXFont' declared void
/usr/include/GL/glx.h:196: error: 'Font' was not declared in this scope
/usr/include/GL/glx.h:196: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:196: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:196: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:196: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:208: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:208: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:208: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:208: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:210: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:210: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:210: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:210: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:210: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:212: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:212: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:212: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:212: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:221: error: expected initializer before '*' token
/usr/include/GL/glx.h:229: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:229: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:229: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:230: error: expected primary-expression before 'const'
/usr/include/GL/glx.h:230: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:230: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:232: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:232: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:232: error: expected primary-expression before 'config'
/usr/include/GL/glx.h:233: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:233: error: expected primary-expression before 'share_list'
/usr/include/GL/glx.h:234: error: 'Bool' was not declared in this scope
/usr/include/GL/glx.h:234: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:236: error: 'GLXPbuffer' does not name a type
/usr/include/GL/glx.h:239: error: 'GLXPixmap' does not name a type
/usr/include/GL/glx.h:242: error: 'GLXWindow' does not name a type
/usr/include/GL/glx.h:245: error: variable or field 'glXDestroyPbuffer' declared void
/usr/include/GL/glx.h:245: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:245: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:245: error: 'GLXPbuffer' was not declared in this scope
/usr/include/GL/glx.h:245: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:247: error: variable or field 'glXDestroyPixmap' declared void
/usr/include/GL/glx.h:247: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:247: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:247: error: 'GLXPixmap' was not declared in this scope
/usr/include/GL/glx.h:247: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:249: error: variable or field 'glXDestroyWindow' declared void
/usr/include/GL/glx.h:249: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:249: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:249: error: 'GLXWindow' was not declared in this scope
/usr/include/GL/glx.h:249: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:251: error: 'GLXDrawable' does not name a type
/usr/include/GL/glx.h:253: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:253: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:253: error: expected primary-expression before 'config'
/usr/include/GL/glx.h:254: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:254: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:254: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:256: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:256: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:256: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:256: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:256: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:258: error: variable or field 'glXGetSelectedEvent' declared void
/usr/include/GL/glx.h:258: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:258: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:258: error: 'GLXDrawable' was not declared in this scope
/usr/include/GL/glx.h:259: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:259: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:261: error: expected initializer before '*' token
/usr/include/GL/glx.h:263: error: 'Bool' does not name a type
/usr/include/GL/glx.h:266: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:266: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:266: error: expected primary-expression before 'ctx'
/usr/include/GL/glx.h:267: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:267: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:267: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:269: error: variable or field 'glXQueryDrawable' declared void
/usr/include/GL/glx.h:269: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:269: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:269: error: 'GLXDrawable' was not declared in this scope
/usr/include/GL/glx.h:270: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:270: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:270: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:272: error: variable or field 'glXSelectEvent' declared void
/usr/include/GL/glx.h:272: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:272: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:272: error: 'GLXDrawable' was not declared in this scope
/usr/include/GL/glx.h:273: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:273: error: initializer expression list treated as compound expression
/usr/include/GL/glx.h:275: error: typedef 'PFNGLXGETFBCONFIGSPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:275: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:275: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:275: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:275: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:276: error: typedef 'PFNGLXCHOOSEFBCONFIGPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:276: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:276: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:276: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:276: error: expected primary-expression before 'const'
/usr/include/GL/glx.h:276: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:277: error: typedef 'PFNGLXGETFBCONFIGATTRIBPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:277: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:277: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:277: error: expected primary-expression before 'config'
/usr/include/GL/glx.h:277: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:277: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:278: error: expected initializer before '*' token
/usr/include/GL/glx.h:279: error: typedef 'GLXWindow' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:279: error: 'PFNGLXCREATEWINDOWPROC' was not declared in this scope
/usr/include/GL/glx.h:279: error: expected ',' or ';' before '(' token
/usr/include/GL/glx.h:280: error: typedef 'PFNGLXDESTROYWINDOWPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:280: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:280: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:280: error: expected primary-expression before 'win'
/usr/include/GL/glx.h:281: error: typedef 'GLXPixmap' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:281: error: 'PFNGLXCREATEPIXMAPPROC' was not declared in this scope
/usr/include/GL/glx.h:281: error: expected ',' or ';' before '(' token
/usr/include/GL/glx.h:282: error: typedef 'PFNGLXDESTROYPIXMAPPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:282: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:282: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:282: error: expected primary-expression before 'pixmap'
/usr/include/GL/glx.h:283: error: typedef 'GLXPbuffer' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:283: error: 'PFNGLXCREATEPBUFFERPROC' was not declared in this scope
/usr/include/GL/glx.h:283: error: expected ',' or ';' before '(' token
/usr/include/GL/glx.h:284: error: typedef 'PFNGLXDESTROYPBUFFERPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:284: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:284: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:284: error: expected primary-expression before 'pbuf'
/usr/include/GL/glx.h:285: error: typedef 'PFNGLXQUERYDRAWABLEPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:285: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:285: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:285: error: 'GLXDrawable' was not declared in this scope
/usr/include/GL/glx.h:285: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:285: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:286: error: typedef 'PFNGLXCREATENEWCONTEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:286: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:286: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:286: error: expected primary-expression before 'config'
/usr/include/GL/glx.h:286: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:286: error: expected primary-expression before 'share_list'
/usr/include/GL/glx.h:286: error: 'Bool' was not declared in this scope
/usr/include/GL/glx.h:287: error: typedef 'Bool' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:287: error: 'PFNGLXMAKECONTEXTCURRENTPROC' was not declared in this scope
/usr/include/GL/glx.h:287: error: expected ',' or ';' before '(' token
/usr/include/GL/glx.h:288: error: typedef 'GLXDrawable' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:288: error: 'PFNGLXGETCURRENTREADDRAWABLEPROC' was not declared in this scope
/usr/include/GL/glx.h:288: error: expected ',' or ';' before '(' token
/usr/include/GL/glx.h:289: error: expected initializer before '*' token
/usr/include/GL/glx.h:290: error: typedef 'PFNGLXQUERYCONTEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:290: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:290: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:290: error: expected primary-expression before 'ctx'
/usr/include/GL/glx.h:290: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:290: error: expected primary-expression before 'int'
/usr/include/GL/glx.h:291: error: typedef 'PFNGLXSELECTEVENTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:291: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:291: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:291: error: expected primary-expression before 'draw'
/usr/include/GL/glx.h:291: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:292: error: typedef 'PFNGLXGETSELECTEDEVENTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glx.h:292: error: 'Display' was not declared in this scope
/usr/include/GL/glx.h:292: error: 'dpy' was not declared in this scope
/usr/include/GL/glx.h:292: error: expected primary-expression before 'draw'
/usr/include/GL/glx.h:292: error: expected primary-expression before 'unsigned'
/usr/include/GL/glx.h:330: error: expected ';' before '*' token
/usr/include/GL/glxext.h:262: error: 'XID' does not name a type
/usr/include/GL/glxext.h:266: error: 'XID' does not name a type
/usr/include/GL/glxext.h:271: error: 'XID' does not name a type
/usr/include/GL/glxext.h:276: error: expected ';' before '*' token
/usr/include/GL/glxext.h:424: error: typedef 'PFNGLXMAKECURRENTREADSGIPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:424: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:424: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:424: error: expected primary-expression before 'draw'
/usr/include/GL/glxext.h:424: error: expected primary-expression before 'read'
/usr/include/GL/glxext.h:424: error: expected primary-expression before 'ctx'
/usr/include/GL/glxext.h:453: error: expected initializer before '*' token
/usr/include/GL/glxext.h:454: error: typedef 'PFNGLXQUERYCONTEXTINFOEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:454: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:454: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:454: error: expected primary-expression before 'context'
/usr/include/GL/glxext.h:454: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:454: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:455: error: typedef 'GLXContextID' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:455: error: 'PFNGLXGETCONTEXTIDEXTPROC' was not declared in this scope
/usr/include/GL/glxext.h:455: error: expected ',' or ';' before '(' token
/usr/include/GL/glxext.h:456: error: typedef 'PFNGLXIMPORTCONTEXTEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:456: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:456: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:456: error: expected primary-expression before 'contextID'
/usr/include/GL/glxext.h:457: error: typedef 'PFNGLXFREECONTEXTEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:457: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:457: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:457: error: expected primary-expression before 'context'
/usr/include/GL/glxext.h:470: error: typedef 'PFNGLXGETFBCONFIGATTRIBSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:470: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:470: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:470: error: expected primary-expression before 'config'
/usr/include/GL/glxext.h:470: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:470: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:471: error: typedef 'PFNGLXCHOOSEFBCONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:471: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:471: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:471: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:471: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:471: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:472: error: typedef 'PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:472: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:472: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:472: error: expected primary-expression before 'config'
/usr/include/GL/glxext.h:472: error: 'Pixmap' was not declared in this scope
/usr/include/GL/glxext.h:473: error: typedef 'PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:473: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:473: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:473: error: expected primary-expression before 'config'
/usr/include/GL/glxext.h:473: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:473: error: expected primary-expression before 'share_list'
/usr/include/GL/glxext.h:473: error: expected primary-expression before 'direct'
/usr/include/GL/glxext.h:474: error: expected initializer before '*' token
/usr/include/GL/glxext.h:475: error: typedef 'PFNGLXGETFBCONFIGFROMVISUALSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:475: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:475: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:475: error: 'XVisualInfo' was not declared in this scope
/usr/include/GL/glxext.h:475: error: 'vis' was not declared in this scope
/usr/include/GL/glxext.h:487: error: typedef 'GLXPbufferSGIX' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:487: error: 'PFNGLXCREATEGLXPBUFFERSGIXPROC' was not declared in this scope
/usr/include/GL/glxext.h:487: error: expected ',' or ';' before '(' token
/usr/include/GL/glxext.h:488: error: typedef 'PFNGLXDESTROYGLXPBUFFERSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:488: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:488: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:488: error: expected primary-expression before 'pbuf'
/usr/include/GL/glxext.h:489: error: typedef 'PFNGLXQUERYGLXPBUFFERSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:489: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:489: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:489: error: expected primary-expression before 'pbuf'
/usr/include/GL/glxext.h:489: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:489: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:490: error: typedef 'PFNGLXSELECTEVENTSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:490: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:490: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:490: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:490: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:491: error: typedef 'PFNGLXGETSELECTEDEVENTSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:491: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:491: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:491: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:491: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:499: error: typedef 'PFNGLXCUSHIONSGIPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:499: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:499: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:499: error: 'Window' was not declared in this scope
/usr/include/GL/glxext.h:499: error: expected primary-expression before 'float'
/usr/include/GL/glxext.h:511: error: typedef 'PFNGLXBINDCHANNELTOWINDOWSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:511: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:511: error: 'display' was not declared in this scope
/usr/include/GL/glxext.h:511: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:511: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:511: error: 'Window' was not declared in this scope
/usr/include/GL/glxext.h:512: error: typedef 'PFNGLXCHANNELRECTSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:512: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:512: error: 'display' was not declared in this scope
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:512: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: typedef 'PFNGLXQUERYCHANNELRECTSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:513: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:513: error: 'display' was not declared in this scope
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:513: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: typedef 'PFNGLXQUERYCHANNELDELTASSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:514: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:514: error: 'display' was not declared in this scope
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:514: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:515: error: typedef 'PFNGLXCHANNELRECTSYNCSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:515: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:515: error: 'display' was not declared in this scope
/usr/include/GL/glxext.h:515: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:515: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:515: error: expected primary-expression before 'synctype'
/usr/include/GL/glxext.h:533: error: typedef 'PFNGLXJOINSWAPGROUPSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:533: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:533: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:533: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:533: error: expected primary-expression before 'member'
/usr/include/GL/glxext.h:542: error: typedef 'PFNGLXBINDSWAPBARRIERSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:542: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:542: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:542: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:542: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:543: error: typedef 'PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:543: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:543: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:543: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:543: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:551: error: typedef 'Status' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:551: error: 'PFNGLXGETTRANSPARENTINDEXSUNPROC' was not declared in this scope
/usr/include/GL/glxext.h:551: error: expected ',' or ';' before '(' token
/usr/include/GL/glxext.h:559: error: typedef 'PFNGLXCOPYSUBBUFFERMESAPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:559: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:559: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:559: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:559: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:559: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:559: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:559: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:567: error: typedef 'PFNGLXCREATEGLXPIXMAPMESAPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:567: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:567: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:567: error: 'XVisualInfo' was not declared in this scope
/usr/include/GL/glxext.h:567: error: 'visual' was not declared in this scope
/usr/include/GL/glxext.h:567: error: 'Pixmap' was not declared in this scope
/usr/include/GL/glxext.h:567: error: 'Colormap' was not declared in this scope
/usr/include/GL/glxext.h:575: error: typedef 'PFNGLXRELEASEBUFFERSMESAPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:575: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:575: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:575: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:603: error: typedef 'PFNGLXGETSYNCVALUESOMLPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:603: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:603: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:603: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:603: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:603: error: 'ust' was not declared in this scope
/usr/include/GL/glxext.h:603: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:603: error: 'msc' was not declared in this scope
/usr/include/GL/glxext.h:603: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:603: error: 'sbc' was not declared in this scope
/usr/include/GL/glxext.h:604: error: typedef 'PFNGLXGETMSCRATEOMLPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:604: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:604: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:604: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:604: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:604: error: 'numerator' was not declared in this scope
/usr/include/GL/glxext.h:604: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:604: error: 'denominator' was not declared in this scope
/usr/include/GL/glxext.h:605: error: typedef 'PFNGLXSWAPBUFFERSMSCOMLPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:605: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:605: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:605: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:605: error: expected primary-expression before 'target_msc'
/usr/include/GL/glxext.h:605: error: expected primary-expression before 'divisor'
/usr/include/GL/glxext.h:605: error: expected primary-expression before 'remainder'
/usr/include/GL/glxext.h:606: error: typedef 'PFNGLXWAITFORMSCOMLPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:606: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:606: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:606: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:606: error: expected primary-expression before 'target_msc'
/usr/include/GL/glxext.h:606: error: expected primary-expression before 'divisor'
/usr/include/GL/glxext.h:606: error: expected primary-expression before 'remainder'
/usr/include/GL/glxext.h:606: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:606: error: 'ust' was not declared in this scope
/usr/include/GL/glxext.h:606: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:606: error: 'msc' was not declared in this scope
/usr/include/GL/glxext.h:606: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:606: error: 'sbc' was not declared in this scope
/usr/include/GL/glxext.h:607: error: typedef 'PFNGLXWAITFORSBCOMLPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:607: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:607: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:607: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:607: error: expected primary-expression before 'target_sbc'
/usr/include/GL/glxext.h:607: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:607: error: 'ust' was not declared in this scope
/usr/include/GL/glxext.h:607: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:607: error: 'msc' was not declared in this scope
/usr/include/GL/glxext.h:607: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:607: error: 'sbc' was not declared in this scope
/usr/include/GL/glxext.h:651: error: typedef 'PFNGLXQUERYHYPERPIPENETWORKSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:651: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:651: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:651: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:652: error: typedef 'PFNGLXHYPERPIPECONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:652: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:652: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:652: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:652: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:652: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:652: error: 'cfg' was not declared in this scope
/usr/include/GL/glxext.h:652: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:653: error: typedef 'PFNGLXQUERYHYPERPIPECONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:653: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:653: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:653: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:653: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:654: error: typedef 'PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:654: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:654: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:654: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:655: error: typedef 'PFNGLXBINDHYPERPIPESGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:655: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:655: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:655: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:656: error: typedef 'PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:656: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:656: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:656: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:656: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:656: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:656: error: expected primary-expression before 'void'
/usr/include/GL/glxext.h:656: error: expected primary-expression before 'void'
/usr/include/GL/glxext.h:657: error: typedef 'PFNGLXHYPERPIPEATTRIBSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:657: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:657: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:657: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:657: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:657: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:657: error: expected primary-expression before 'void'
/usr/include/GL/glxext.h:658: error: typedef 'PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:658: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:658: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:658: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:658: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:658: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:658: error: expected primary-expression before 'void'
/usr/include/GL/glxext.h:706: error: typedef 'PFNGLXJOINSWAPGROUPNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:706: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:706: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:707: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:708: error: expected primary-expression before 'group'
/usr/include/GL/glxext.h:710: error: typedef 'PFNGLXBINDSWAPBARRIERNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:710: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:710: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:711: error: expected primary-expression before 'group'
/usr/include/GL/glxext.h:712: error: expected primary-expression before 'barrier'
/usr/include/GL/glxext.h:714: error: typedef 'PFNGLXQUERYSWAPGROUPNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:714: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:714: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:715: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:716: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:716: error: 'group' was not declared in this scope
/usr/include/GL/glxext.h:717: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:717: error: 'barrier' was not declared in this scope
/usr/include/GL/glxext.h:719: error: typedef 'PFNGLXQUERYMAXSWAPGROUPSNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:719: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:719: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:720: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:721: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:721: error: 'maxGroups' was not declared in this scope
/usr/include/GL/glxext.h:722: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:722: error: 'maxBarriers' was not declared in this scope
/usr/include/GL/glxext.h:724: error: typedef 'PFNGLXQUERYFRAMECOUNTNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:724: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:724: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:725: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:726: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:726: error: 'count' was not declared in this scope
/usr/include/GL/glxext.h:728: error: typedef 'PFNGLXRESETFRAMECOUNTNVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:728: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:728: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:728: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:755: error: typedef 'PFNGLXGETVIDEODEVICENVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:755: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:755: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:756: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:757: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:758: error: expected primary-expression before '*' token
/usr/include/GL/glxext.h:758: error: 'pVideoDevice' was not declared in this scope
/usr/include/GL/glxext.h:760: error: typedef 'PFNGLXRELEASEVIDEODEVICENVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:760: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:760: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:761: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:762: error: expected primary-expression before 'VideoDevice'
/usr/include/GL/glxext.h:764: error: typedef 'PFNGLXBINDVIDEOIMAGENVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:764: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:764: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:765: error: expected primary-expression before 'VideoDevice'
/usr/include/GL/glxext.h:766: error: expected primary-expression before 'pbuf'
/usr/include/GL/glxext.h:767: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:769: error: typedef 'PFNGLXRELEASEVIDEOIMAGENVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:769: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:769: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:770: error: expected primary-expression before 'pbuf'
/usr/include/GL/glxext.h:772: error: typedef 'PFNGLXSENDPBUFFERTOVIDEONVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:772: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:772: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:773: error: expected primary-expression before 'pbuf'
/usr/include/GL/glxext.h:774: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:775: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:776: error: expected primary-expression before 'bBlock'
/usr/include/GL/glxext.h:778: error: typedef 'PFNGLXGETVIDEOINFONVPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:778: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:778: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:778: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:779: error: expected primary-expression before 'VideoDevice'
/usr/include/GL/glxext.h:780: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:781: error: expected primary-expression before 'unsigned'
/usr/include/GL/glxext.h:792: error: typedef 'PFNGLXBINDTEXIMAGEEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:792: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:792: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:793: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:794: error: expected primary-expression before 'int'
/usr/include/GL/glxext.h:795: error: expected primary-expression before 'const'
/usr/include/GL/glxext.h:796: error: typedef 'PFNGLXRELEASETEXIMAGEEXTPROC' is initialized (use _typeof_ instead)
/usr/include/GL/glxext.h:796: error: 'Display' was not declared in this scope
/usr/include/GL/glxext.h:796: error: 'dpy' was not declared in this scope
/usr/include/GL/glxext.h:797: error: expected primary-expression before 'drawable'
/usr/include/GL/glxext.h:798: error: expected primary-expression before 'int'
make[2]: *** [render_handler_ogl.lo] Error 1
make[2]: Leaving directory `/mywork/downloads/Firefox/Firefox2/gnash/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mywork/downloads/Firefox/Firefox2/gnash'
make: *** [all] Error 2
[/code]
It's 16:40:59 CDT (UTC-0500) on Thu Oct 12, week 41 in 2006.
---
Okay so I don't know if this is gnash coding or something here but it does look like coding issue.
Beyond testing, not much I can do right now. But I will check back and will test again if/when you want.
Thanks for your efforts for GNU Gnash. I am really glad to see that a flash player has been put on the hot list.
...
|