This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = HURACAN uname -m = x86_64 uname -r = 2.6.17-5mdv uname -s = Linux uname -v = #1 SMP Wed Sep 13 14:28:02 EDT 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/intel/fc/9.1.040/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /opt/intel/fc/9.1.040/bin PATH: /usr/lib/qt3//bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1374: checking for gcc configure:1390: found /usr/bin/gcc configure:1400: result: gcc configure:1644: checking for C compiler version configure:1647: gcc --version &5 gcc (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1650: $? = 0 configure:1652: gcc -v &5 Using built-in specs. Target: x86_64-mandriva-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo --enable-ssp --disable-libssp Thread model: posix gcc version 4.1.1 20060724 (prerelease) (4.1.1-3mdk) configure:1655: $? = 0 configure:1657: gcc -V &5 gcc: '-V' option must have argument configure:1660: $? = 1 configure:1684: checking for C compiler default output configure:1687: gcc conftest.c >&5 configure:1690: $? = 0 configure:1736: result: a.out configure:1741: checking whether the C compiler works configure:1747: ./a.out configure:1750: $? = 0 configure:1767: result: yes configure:1774: checking whether we are cross compiling configure:1776: result: no configure:1779: checking for suffix of executables configure:1781: gcc -o conftest conftest.c >&5 configure:1784: $? = 0 configure:1809: result: configure:1815: checking for suffix of object files configure:1837: gcc -c conftest.c >&5 configure:1840: $? = 0 configure:1862: result: o configure:1866: checking whether we are using the GNU C compiler configure:1891: gcc -c conftest.c >&5 configure:1894: $? = 0 configure:1897: test -s conftest.o configure:1900: $? = 0 configure:1913: result: yes configure:1919: checking whether gcc accepts -g configure:1941: gcc -c -g conftest.c >&5 configure:1944: $? = 0 configure:1947: test -s conftest.o configure:1950: $? = 0 configure:1961: result: yes configure:1978: checking for gcc option to accept ANSI C configure:2039: gcc -c -g -O2 conftest.c >&5 configure:2042: $? = 0 configure:2045: test -s conftest.o configure:2048: $? = 0 configure:2066: result: none needed configure:2084: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2087: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2201: checking how to run the C preprocessor configure:2237: gcc -E conftest.c configure:2243: $? = 0 configure:2275: gcc -E conftest.c configure:2274:28: error: ac_nonexistent.h: No such file or directory configure:2281: $? = 1 configure: failed program was: | #line 2266 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2319: result: gcc -E configure:2344: gcc -E conftest.c configure:2350: $? = 0 configure:2382: gcc -E conftest.c configure:2381:28: error: ac_nonexistent.h: No such file or directory configure:2388: $? = 1 configure: failed program was: | #line 2373 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2482: checking for g++ configure:2498: found /usr/bin/g++ configure:2508: result: g++ configure:2524: checking for C++ compiler version configure:2527: g++ --version &5 g++ (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2530: $? = 0 configure:2532: g++ -v &5 Using built-in specs. Target: x86_64-mandriva-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --host=x86_64-mandriva-linux-gnu --with-cpu=generic --with-system-zlib --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo --enable-ssp --disable-libssp Thread model: posix gcc version 4.1.1 20060724 (prerelease) (4.1.1-3mdk) configure:2535: $? = 0 configure:2537: g++ -V &5 g++: '-V' option must have argument configure:2540: $? = 1 configure:2543: checking whether we are using the GNU C++ compiler configure:2568: g++ -c conftest.cc >&5 configure:2571: $? = 0 configure:2574: test -s conftest.o configure:2577: $? = 0 configure:2590: result: yes configure:2596: checking whether g++ accepts -g configure:2618: g++ -c -g conftest.cc >&5 configure:2621: $? = 0 configure:2624: test -s conftest.o configure:2627: $? = 0 configure:2638: result: yes configure:2682: g++ -c -g -O2 conftest.cc >&5 configure:2685: $? = 0 configure:2688: test -s conftest.o configure:2691: $? = 0 configure:2718: g++ -c -g -O2 conftest.cc >&5 configure: In function 'int main()': configure:2713: error: 'exit' was not declared in this scope configure:2721: $? = 1 configure: failed program was: | #line 2701 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2682: g++ -c -g -O2 conftest.cc >&5 configure:2685: $? = 0 configure:2688: test -s conftest.o configure:2691: $? = 0 configure:2718: g++ -c -g -O2 conftest.cc >&5 configure:2721: $? = 0 configure:2724: test -s conftest.o configure:2727: $? = 0 configure:2755: checking how to run the C++ preprocessor configure:2787: g++ -E conftest.cc configure:2793: $? = 0 configure:2825: g++ -E conftest.cc configure:2827:28: error: ac_nonexistent.h: No such file or directory configure:2831: $? = 1 configure: failed program was: | #line 2816 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:2869: result: g++ -E configure:2894: g++ -E conftest.cc configure:2900: $? = 0 configure:2932: g++ -E conftest.cc configure:2934:28: error: ac_nonexistent.h: No such file or directory configure:2938: $? = 1 configure: failed program was: | #line 2923 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:3021: checking for ranlib configure:3037: found /usr/bin/ranlib configure:3048: result: ranlib configure:3068: checking for rm configure:3086: found /bin/rm configure:3098: result: /bin/rm configure:3107: checking for fltk-config configure:3123: found /usr/bin/fltk-config configure:3134: result: fltk-config configure:3156: checking for sqrt in -lm configure:3187: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:3190: $? = 0 configure:3193: test -s conftest configure:3196: $? = 0 configure:3208: result: yes configure:3230: checking for zlibVersion in -lz configure:3261: g++ -o conftest -g -O2 conftest.cc -lz -lm >&5 configure:3264: $? = 0 configure:3267: test -s conftest configure:3270: $? = 0 configure:3282: result: yes configure:3293: checking for jpeg_start_compress in -ljpeg configure:3324: g++ -o conftest -g -O2 conftest.cc -ljpeg -lz -lm >&5 configure:3327: $? = 0 configure:3330: test -s conftest configure:3333: $? = 0 configure:3345: result: yes configure:3356: checking for TIFFOpen in -ltiff configure:3387: g++ -o conftest -g -O2 conftest.cc -ltiff -lz -ljpeg -lm >&5 configure:3390: $? = 0 configure:3393: test -s conftest configure:3396: $? = 0 configure:3408: result: yes configure:3419: checking for png_read_image in -lpng configure:3450: g++ -o conftest -g -O2 conftest.cc -lpng -lz -ljpeg -ltiff -lm >&5 configure:3453: $? = 0 configure:3456: test -s conftest configure:3459: $? = 0 configure:3471: result: yes configure:3532: checking for X configure:3638: g++ -E conftest.cc configure:3644: $? = 0 configure:3694: g++ -o conftest -g -O2 conftest.cc -lXt -lm >&5 configure:3697: $? = 0 configure:3700: test -s conftest configure:3703: $? = 0 configure:3752: result: libraries , headers configure:3905: g++ -o conftest -g -O2 conftest.cc -lm -lX11 >&5 configure:3908: $? = 0 configure:3911: test -s conftest configure:3914: $? = 0 configure:4051: checking for gethostbyname configure:4101: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:4104: $? = 0 configure:4107: test -s conftest configure:4110: $? = 0 configure:4121: result: yes configure:4252: checking for connect configure:4302: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:4305: $? = 0 configure:4308: test -s conftest configure:4311: $? = 0 configure:4322: result: yes configure:4387: checking for remove configure:4437: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:4440: $? = 0 configure:4443: test -s conftest configure:4446: $? = 0 configure:4457: result: yes configure:4522: checking for shmat configure:4572: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:4575: $? = 0 configure:4578: test -s conftest configure:4581: $? = 0 configure:4592: result: yes configure:4666: checking for IceConnectionNumber in -lICE configure:4697: g++ -o conftest -g -O2 conftest.cc -lICE -lm >&5 configure:4700: $? = 0 configure:4703: test -s conftest configure:4706: $? = 0 configure:4718: result: yes configure:4738: checking for glBegin in -lGL configure:4769: g++ -o conftest -g -O2 conftest.cc -lGL -lX11 -lXext -lSM -lICE -lX11 -lm >&5 configure:4772: $? = 0 configure:4775: test -s conftest configure:4778: $? = 0 configure:4790: result: yes configure:4868: checking for glPolygonOffset configure:4918: g++ -o conftest -g -O2 conftest.cc -lGL -lGLU -lX11 -lXext >&5 configure:4921: $? = 0 configure:4924: test -s conftest configure:4927: $? = 0 configure:4938: result: yes configure:4947: checking for glPolygonOffsetEXT configure:4997: g++ -o conftest -g -O2 conftest.cc -lGL -lGLU -lX11 -lXext >&5 configure:5000: $? = 0 configure:5003: test -s conftest configure:5006: $? = 0 configure:5017: result: yes configure:5036: checking for FLTK library configure:5057: g++ -o conftest -g -O2 conftest.cc -lfltk -lX11 -lXext -lGL -lGLU -lX11 -lXext >&5 configure:5060: $? = 0 configure:5063: test -s conftest configure:5066: $? = 0 configure:5072: result: yes configure:5085: checking for FLTK GL support configure:5107: g++ -o conftest -g -O2 conftest.cc -lfltk -lGL -lGLU -lX11 -lXext -lGL -lGLU -lX11 -lXext >&5 /root/tmp/ccUlwwlt.o: In function `Fl_Gl_Window': /usr/include/FL/Fl_Gl_Window.H:87: undefined reference to `vtable for Fl_Gl_Window' /usr/include/FL/Fl_Gl_Window.H:87: undefined reference to `Fl_Gl_Window::init()' /root/tmp/ccUlwwlt.o: In function `main': /usr/local/qslim-2.1/libgfx/configure:5116: undefined reference to `Fl_Gl_Window::~Fl_Gl_Window()' collect2: ld returned 1 exit status configure:5110: $? = 1 configure: failed program was: | #line 5089 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | Fl_Gl_Window win(640,480); | ; | return 0; | } configure:5148: g++ -o conftest -g -O2 conftest.cc -lfltk_gl -lfltk -lGL -lGLU -lX11 -lXext -lGL -lGLU -lX11 -lXext >&5 configure:5151: $? = 0 configure:5154: test -s conftest configure:5157: $? = 0 configure:5163: result: in libfltk_gl configure:5186: checking for egrep configure:5196: result: grep -E configure:5201: checking for ANSI C header files configure:5227: g++ -c -g -O2 conftest.cc >&5 configure:5230: $? = 0 configure:5233: test -s conftest.o configure:5236: $? = 0 configure:5328: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:5331: $? = 0 configure:5333: ./conftest configure:5336: $? = 0 configure:5351: result: yes configure:5375: checking for sys/types.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for sys/stat.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for stdlib.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for string.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for memory.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for strings.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for inttypes.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for stdint.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5375: checking for unistd.h configure:5392: g++ -c -g -O2 conftest.cc >&5 configure:5395: $? = 0 configure:5398: test -s conftest.o configure:5401: $? = 0 configure:5412: result: yes configure:5438: checking limits.h usability configure:5451: g++ -c -g -O2 conftest.cc >&5 configure:5454: $? = 0 configure:5457: test -s conftest.o configure:5460: $? = 0 configure:5470: result: yes configure:5474: checking limits.h presence configure:5485: g++ -E conftest.cc configure:5491: $? = 0 configure:5510: result: yes configure:5546: checking for limits.h configure:5553: result: yes configure:5571: checking for unistd.h configure:5576: result: yes configure:5723: checking GL/glext.h usability configure:5736: g++ -c -g -O2 conftest.cc >&5 /usr/include/GL/glext.h:3119: error: typedef 'PFNGLBLENDCOLORPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3119: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3119: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3119: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3119: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3120: error: typedef 'PFNGLBLENDEQUATIONPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3120: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3121: error: typedef 'PFNGLDRAWRANGEELEMENTSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3121: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3121: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3121: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3121: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3121: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3121: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3122: error: typedef 'PFNGLCOLORTABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3122: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3122: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3122: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3122: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3122: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3122: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3123: error: typedef 'PFNGLCOLORTABLEPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3123: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3123: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3123: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3124: error: typedef 'PFNGLCOLORTABLEPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3124: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3124: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3124: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3125: error: typedef 'PFNGLCOPYCOLORTABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3125: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3125: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3125: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3125: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3125: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3126: error: typedef 'PFNGLGETCOLORTABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3126: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3126: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3126: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3126: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3126: error: 'table' was not declared in this scope /usr/include/GL/glext.h:3127: error: typedef 'PFNGLGETCOLORTABLEPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3127: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3127: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3127: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3127: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3128: error: typedef 'PFNGLGETCOLORTABLEPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3128: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3128: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3128: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3128: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3129: error: typedef 'PFNGLCOLORSUBTABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3129: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3129: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3129: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3129: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3129: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3129: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3130: error: typedef 'PFNGLCOPYCOLORSUBTABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3130: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3130: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3130: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3130: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3130: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3131: error: typedef 'PFNGLCONVOLUTIONFILTER1DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3131: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3131: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3131: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3131: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3131: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3131: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3132: error: typedef 'PFNGLCONVOLUTIONFILTER2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3132: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3132: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3132: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3132: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3132: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3132: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3132: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3133: error: typedef 'PFNGLCONVOLUTIONPARAMETERFPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3133: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3133: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3133: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3134: error: typedef 'PFNGLCONVOLUTIONPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3134: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3134: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3134: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3135: error: typedef 'PFNGLCONVOLUTIONPARAMETERIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3135: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3135: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3135: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3136: error: typedef 'PFNGLCONVOLUTIONPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3136: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3136: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3136: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3137: error: typedef 'PFNGLCOPYCONVOLUTIONFILTER1DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3137: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3137: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3137: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3137: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3137: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3138: error: typedef 'PFNGLCOPYCONVOLUTIONFILTER2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3138: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3138: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3138: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3138: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3138: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3138: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3139: error: typedef 'PFNGLGETCONVOLUTIONFILTERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3139: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3139: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3139: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3139: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3139: error: 'image' was not declared in this scope /usr/include/GL/glext.h:3140: error: typedef 'PFNGLGETCONVOLUTIONPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3140: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3140: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3140: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3140: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3141: error: typedef 'PFNGLGETCONVOLUTIONPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3141: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3141: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3141: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3141: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3142: error: typedef 'PFNGLGETSEPARABLEFILTERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3142: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'row' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'column' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3142: error: 'span' was not declared in this scope /usr/include/GL/glext.h:3143: error: typedef 'PFNGLSEPARABLEFILTER2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3143: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3143: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3143: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3143: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3143: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3143: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3143: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3143: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3144: error: typedef 'PFNGLGETHISTOGRAMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3144: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3144: error: 'GLboolean' was not declared in this scope /usr/include/GL/glext.h:3144: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3144: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3144: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3144: error: 'values' was not declared in this scope /usr/include/GL/glext.h:3145: error: typedef 'PFNGLGETHISTOGRAMPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3145: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3145: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3145: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3145: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3146: error: typedef 'PFNGLGETHISTOGRAMPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3146: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3146: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3146: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3146: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3147: error: typedef 'PFNGLGETMINMAXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3147: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3147: error: 'GLboolean' was not declared in this scope /usr/include/GL/glext.h:3147: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3147: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3147: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3147: error: 'values' was not declared in this scope /usr/include/GL/glext.h:3148: error: typedef 'PFNGLGETMINMAXPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3148: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3148: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3148: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3148: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3149: error: typedef 'PFNGLGETMINMAXPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3149: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3149: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3149: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3149: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3150: error: typedef 'PFNGLHISTOGRAMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3150: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3150: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3150: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3150: error: 'GLboolean' was not declared in this scope /usr/include/GL/glext.h:3151: error: typedef 'PFNGLMINMAXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3151: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3151: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3151: error: 'GLboolean' was not declared in this scope /usr/include/GL/glext.h:3152: error: typedef 'PFNGLRESETHISTOGRAMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3152: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3153: error: typedef 'PFNGLRESETMINMAXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3153: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3154: error: typedef 'PFNGLTEXIMAGE3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3154: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3154: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3154: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3155: error: typedef 'PFNGLTEXSUBIMAGE3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3155: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3155: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3155: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3156: error: typedef 'PFNGLCOPYTEXSUBIMAGE3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3156: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3156: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3209: error: typedef 'PFNGLACTIVETEXTUREPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3209: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3210: error: typedef 'PFNGLCLIENTACTIVETEXTUREPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3210: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3211: error: typedef 'PFNGLMULTITEXCOORD1DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3211: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3211: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3212: error: typedef 'PFNGLMULTITEXCOORD1DVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3212: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3212: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3213: error: typedef 'PFNGLMULTITEXCOORD1FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3213: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3213: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3214: error: typedef 'PFNGLMULTITEXCOORD1FVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3214: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3214: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3215: error: typedef 'PFNGLMULTITEXCOORD1IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3215: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3215: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3216: error: typedef 'PFNGLMULTITEXCOORD1IVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3216: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3216: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3217: error: typedef 'PFNGLMULTITEXCOORD1SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3217: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3217: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3218: error: typedef 'PFNGLMULTITEXCOORD1SVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3218: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3218: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3219: error: typedef 'PFNGLMULTITEXCOORD2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3219: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3219: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3219: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3220: error: typedef 'PFNGLMULTITEXCOORD2DVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3220: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3220: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3221: error: typedef 'PFNGLMULTITEXCOORD2FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3221: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3221: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3221: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3222: error: typedef 'PFNGLMULTITEXCOORD2FVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3222: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3222: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3223: error: typedef 'PFNGLMULTITEXCOORD2IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3223: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3223: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3223: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3224: error: typedef 'PFNGLMULTITEXCOORD2IVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3224: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3224: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3225: error: typedef 'PFNGLMULTITEXCOORD2SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3225: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3225: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3225: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3226: error: typedef 'PFNGLMULTITEXCOORD2SVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3226: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3226: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3227: error: typedef 'PFNGLMULTITEXCOORD3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3227: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3227: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3227: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3227: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3228: error: typedef 'PFNGLMULTITEXCOORD3DVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3228: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3228: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3229: error: typedef 'PFNGLMULTITEXCOORD3FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3229: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3229: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3229: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3229: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3230: error: typedef 'PFNGLMULTITEXCOORD3FVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3230: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3230: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3231: error: typedef 'PFNGLMULTITEXCOORD3IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3231: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3231: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3231: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3231: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3232: error: typedef 'PFNGLMULTITEXCOORD3IVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3232: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3232: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3233: error: typedef 'PFNGLMULTITEXCOORD3SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3233: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3233: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3233: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3233: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3234: error: typedef 'PFNGLMULTITEXCOORD3SVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3234: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3234: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3235: error: typedef 'PFNGLMULTITEXCOORD4DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3235: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3235: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3235: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3235: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3235: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3236: error: typedef 'PFNGLMULTITEXCOORD4DVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3236: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3236: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3237: error: typedef 'PFNGLMULTITEXCOORD4FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3237: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3237: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3237: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3237: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3237: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3238: error: typedef 'PFNGLMULTITEXCOORD4FVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3238: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3238: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3239: error: typedef 'PFNGLMULTITEXCOORD4IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3239: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3239: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3239: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3239: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3239: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3240: error: typedef 'PFNGLMULTITEXCOORD4IVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3240: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3240: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3241: error: typedef 'PFNGLMULTITEXCOORD4SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3241: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3241: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3241: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3241: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3241: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3242: error: typedef 'PFNGLMULTITEXCOORD4SVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3242: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3242: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3243: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3244: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3245: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3246: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3247: error: typedef 'PFNGLSAMPLECOVERAGEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3247: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3247: error: 'GLboolean' was not declared in this scope /usr/include/GL/glext.h:3248: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3248: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3248: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3248: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3249: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3249: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3249: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3249: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3250: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE1DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3250: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3250: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3250: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3250: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3250: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3250: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3250: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3251: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3251: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3251: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3251: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3252: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3252: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3252: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3252: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3253: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3253: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3253: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3253: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3253: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3253: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3253: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3253: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3254: error: typedef 'PFNGLGETCOMPRESSEDTEXIMAGEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3254: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3254: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3254: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3254: error: 'img' was not declared in this scope /usr/include/GL/glext.h:3306: error: typedef 'PFNGLBLENDFUNCSEPARATEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3307: error: typedef 'PFNGLFOGCOORDFPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3307: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3308: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3309: error: typedef 'PFNGLFOGCOORDDPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3309: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3310: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3311: error: typedef 'PFNGLFOGCOORDPOINTERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3311: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3311: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3312: error: typedef 'PFNGLMULTIDRAWARRAYSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3312: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3312: error: 'first' was not declared in this scope /usr/include/GL/glext.h:3312: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3312: error: 'count' was not declared in this scope /usr/include/GL/glext.h:3312: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3313: error: typedef 'PFNGLMULTIDRAWELEMENTSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3313: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3313: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3313: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3314: error: typedef 'PFNGLPOINTPARAMETERFPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3314: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3314: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3315: error: typedef 'PFNGLPOINTPARAMETERFVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3315: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3316: error: typedef 'PFNGLPOINTPARAMETERIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3316: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3316: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3317: error: typedef 'PFNGLPOINTPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3317: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3317: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3318: error: typedef 'PFNGLSECONDARYCOLOR3BPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3318: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:3318: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:3318: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:3319: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3320: error: typedef 'PFNGLSECONDARYCOLOR3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3320: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3320: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3320: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3321: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3322: error: typedef 'PFNGLSECONDARYCOLOR3FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3322: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3322: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3322: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3323: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3324: error: typedef 'PFNGLSECONDARYCOLOR3IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3324: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3324: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3324: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3325: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3326: error: typedef 'PFNGLSECONDARYCOLOR3SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3326: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3326: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3326: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3327: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3328: error: typedef 'PFNGLSECONDARYCOLOR3UBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3328: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:3328: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:3328: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:3329: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3330: error: typedef 'PFNGLSECONDARYCOLOR3UIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3330: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3330: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3330: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3331: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3332: error: typedef 'PFNGLSECONDARYCOLOR3USPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3332: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:3332: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:3332: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:3333: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3334: error: typedef 'PFNGLSECONDARYCOLORPOINTERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3334: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3334: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3334: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3334: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3335: error: typedef 'PFNGLWINDOWPOS2DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3335: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3335: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3336: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3337: error: typedef 'PFNGLWINDOWPOS2FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3337: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3337: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3338: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3339: error: typedef 'PFNGLWINDOWPOS2IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3339: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3339: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3340: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3341: error: typedef 'PFNGLWINDOWPOS2SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3341: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3341: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3342: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3343: error: typedef 'PFNGLWINDOWPOS3DPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3343: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3343: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3343: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3344: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3345: error: typedef 'PFNGLWINDOWPOS3FPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3345: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3345: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3345: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3346: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3347: error: typedef 'PFNGLWINDOWPOS3IPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3347: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3347: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3347: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3348: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3349: error: typedef 'PFNGLWINDOWPOS3SPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3349: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3349: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3349: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3350: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3376: error: typedef 'PFNGLGENQUERIESPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3376: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3376: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3376: error: 'ids' was not declared in this scope /usr/include/GL/glext.h:3377: error: typedef 'PFNGLDELETEQUERIESPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3377: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3377: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3378: error: typedef 'GLboolean' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3378: error: 'PFNGLISQUERYPROC' was not declared in this scope /usr/include/GL/glext.h:3378: error: expected ',' or ';' before '(' token /usr/include/GL/glext.h:3379: error: typedef 'PFNGLBEGINQUERYPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3379: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3379: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3380: error: typedef 'PFNGLENDQUERYPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3380: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3381: error: typedef 'PFNGLGETQUERYIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3381: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3381: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3381: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3381: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3382: error: typedef 'PFNGLGETQUERYOBJECTIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3382: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3382: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3382: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3382: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3383: error: typedef 'PFNGLGETQUERYOBJECTUIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3383: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3383: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3383: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3383: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3384: error: typedef 'PFNGLBINDBUFFERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3384: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3384: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3385: error: typedef 'PFNGLDELETEBUFFERSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3385: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3385: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3386: error: typedef 'PFNGLGENBUFFERSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3386: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3386: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3386: error: 'buffers' was not declared in this scope /usr/include/GL/glext.h:3387: error: typedef 'PFNGLISBUFFERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3387: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3388: error: typedef 'PFNGLBUFFERDATAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3388: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3388: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3388: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3388: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3389: error: typedef 'PFNGLBUFFERSUBDATAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3389: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3389: error: expected primary-expression before 'offset' /usr/include/GL/glext.h:3389: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3389: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3390: error: typedef 'PFNGLGETBUFFERSUBDATAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3390: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3390: error: expected primary-expression before 'offset' /usr/include/GL/glext.h:3390: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3390: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3390: error: 'data' was not declared in this scope /usr/include/GL/glext.h:3391: error: expected initializer before '*' token /usr/include/GL/glext.h:3392: error: typedef 'PFNGLUNMAPBUFFERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3392: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3393: error: typedef 'PFNGLGETBUFFERPARAMETERIVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3393: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3393: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3393: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3393: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3394: error: typedef 'PFNGLGETBUFFERPOINTERVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3394: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3394: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3394: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3394: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3494: error: typedef 'PFNGLBLENDEQUATIONSEPARATEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3494: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3494: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3495: error: typedef 'PFNGLDRAWBUFFERSPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3495: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3495: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3496: error: typedef 'PFNGLSTENCILOPSEPARATEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3496: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3496: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3496: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3496: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3497: error: typedef 'PFNGLSTENCILFUNCSEPARATEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3497: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3497: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3497: error: 'GLint' was not declared in this scope /usr/include/GL/glext.h:3497: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3498: error: typedef 'PFNGLSTENCILMASKSEPARATEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3498: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3498: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3499: error: typedef 'PFNGLATTACHSHADERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3499: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3499: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3500: error: typedef 'PFNGLBINDATTRIBLOCATIONPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3500: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3500: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3500: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3501: error: typedef 'PFNGLCOMPILESHADERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3501: error: 'GLuint' was not declared in this scope /usr/include/GL/glext.h:3502: error: typedef 'GLuint' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3502: error: 'PFNGLCREATEPROGRAMPROC' was not declared in this scope /usr/include/GL/glext.h:3502: error: expected ',' or ';' before '(' token /usr/include/GL/glext.h:3503: error: typedef 'PFNGLCREATESHADERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3503: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3509: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3509: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3509: error: 'GLint' has not been declared /usr/include/GL/glext.h:3509: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3510: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3510: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3510: error: 'GLint' has not been declared /usr/include/GL/glext.h:3510: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3511: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3511: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3512: error: typedef 'GLint' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3512: error: 'PFNGLGETATTRIBLOCATIONPROC' was not declared in this scope /usr/include/GL/glext.h:3512: error: expected ',' or ';' before '(' token /usr/include/GL/glext.h:3513: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3514: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3514: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3515: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3516: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3516: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3517: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3517: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3519: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3521: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3521: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3522: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3522: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3523: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3524: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3524: error: 'GLvoid' has not been declared /usr/include/GL/glext.h:3528: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3530: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3531: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3531: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3532: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3532: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3532: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3533: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3533: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3533: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3533: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3538: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3538: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3539: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3539: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3540: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3540: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3541: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3541: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3542: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3543: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3544: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3545: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3546: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3546: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3547: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3547: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3548: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3548: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3550: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3551: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3552: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3553: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3554: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3555: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3556: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3556: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3557: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3558: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3558: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3559: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3560: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3560: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3561: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3562: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3562: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3562: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3563: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3564: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3564: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3564: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3565: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3566: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3566: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3566: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3567: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3568: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3570: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3571: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3571: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3571: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3571: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3572: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3574: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3575: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3576: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3576: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3576: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3576: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3577: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3578: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3578: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3578: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3578: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3579: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3581: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3581: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3581: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3581: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3582: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3583: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3585: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3586: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3586: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3586: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3627: error: typedef 'PFNGLACTIVETEXTUREARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3627: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3628: error: typedef 'PFNGLCLIENTACTIVETEXTUREARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3628: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3629: error: typedef 'PFNGLMULTITEXCOORD1DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3629: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3629: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3630: error: typedef 'PFNGLMULTITEXCOORD1DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3630: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3630: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3631: error: typedef 'PFNGLMULTITEXCOORD1FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3631: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3631: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3632: error: typedef 'PFNGLMULTITEXCOORD1FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3632: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3632: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3633: error: typedef 'PFNGLMULTITEXCOORD1IARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3633: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3633: error: expected primary-expression before 's' /usr/include/GL/glext.h:3634: error: typedef 'PFNGLMULTITEXCOORD1IVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3634: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3634: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3635: error: typedef 'PFNGLMULTITEXCOORD1SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3635: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3635: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3636: error: typedef 'PFNGLMULTITEXCOORD1SVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3636: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3636: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3637: error: typedef 'PFNGLMULTITEXCOORD2DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3637: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3637: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3637: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3638: error: typedef 'PFNGLMULTITEXCOORD2DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3638: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3638: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3639: error: typedef 'PFNGLMULTITEXCOORD2FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3639: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3639: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3639: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3640: error: typedef 'PFNGLMULTITEXCOORD2FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3640: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3640: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3641: error: typedef 'PFNGLMULTITEXCOORD2IARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3641: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3641: error: expected primary-expression before 's' /usr/include/GL/glext.h:3641: error: expected primary-expression before 't' /usr/include/GL/glext.h:3642: error: typedef 'PFNGLMULTITEXCOORD2IVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3642: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3642: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3643: error: typedef 'PFNGLMULTITEXCOORD2SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3643: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3643: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3643: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3644: error: typedef 'PFNGLMULTITEXCOORD2SVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3644: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3644: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3645: error: typedef 'PFNGLMULTITEXCOORD3DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3645: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3645: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3645: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3645: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3646: error: typedef 'PFNGLMULTITEXCOORD3DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3646: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3646: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3647: error: typedef 'PFNGLMULTITEXCOORD3FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3647: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3647: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3647: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3647: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3648: error: typedef 'PFNGLMULTITEXCOORD3FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3648: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3648: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3649: error: typedef 'PFNGLMULTITEXCOORD3IARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3649: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3649: error: expected primary-expression before 's' /usr/include/GL/glext.h:3649: error: expected primary-expression before 't' /usr/include/GL/glext.h:3649: error: expected primary-expression before 'r' /usr/include/GL/glext.h:3650: error: typedef 'PFNGLMULTITEXCOORD3IVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3650: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3650: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3651: error: typedef 'PFNGLMULTITEXCOORD3SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3651: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3651: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3651: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3651: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3652: error: typedef 'PFNGLMULTITEXCOORD3SVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3652: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3652: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3653: error: typedef 'PFNGLMULTITEXCOORD4DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3653: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3653: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3653: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3653: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3653: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3654: error: typedef 'PFNGLMULTITEXCOORD4DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3654: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3654: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3655: error: typedef 'PFNGLMULTITEXCOORD4FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3655: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3655: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3655: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3655: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3655: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3656: error: typedef 'PFNGLMULTITEXCOORD4FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3656: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3656: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3657: error: typedef 'PFNGLMULTITEXCOORD4IARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3657: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3657: error: expected primary-expression before 's' /usr/include/GL/glext.h:3657: error: expected primary-expression before 't' /usr/include/GL/glext.h:3657: error: expected primary-expression before 'r' /usr/include/GL/glext.h:3657: error: expected primary-expression before 'q' /usr/include/GL/glext.h:3658: error: typedef 'PFNGLMULTITEXCOORD4IVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3658: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3658: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3659: error: typedef 'PFNGLMULTITEXCOORD4SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3659: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3659: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3659: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3659: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3659: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3660: error: typedef 'PFNGLMULTITEXCOORD4SVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3660: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3660: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3671: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3672: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3673: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3674: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3682: error: typedef 'PFNGLSAMPLECOVERAGEARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3682: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:3682: error: expected primary-expression before 'invert' /usr/include/GL/glext.h:3704: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE3DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3704: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3704: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3704: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3704: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3704: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3704: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3704: error: expected primary-expression before 'border' /usr/include/GL/glext.h:3704: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3704: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3705: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE2DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3705: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3705: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3705: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3705: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3705: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3705: error: expected primary-expression before 'border' /usr/include/GL/glext.h:3705: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3705: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3706: error: typedef 'PFNGLCOMPRESSEDTEXIMAGE1DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3706: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3706: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3706: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3706: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3706: error: expected primary-expression before 'border' /usr/include/GL/glext.h:3706: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3706: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3707: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3707: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3707: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3707: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:3707: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:3707: error: expected primary-expression before 'zoffset' /usr/include/GL/glext.h:3707: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3707: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3707: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3707: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3707: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3707: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3708: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE2DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3708: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3708: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3708: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:3708: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:3708: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3708: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3708: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3708: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3708: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3709: error: typedef 'PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3709: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3709: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3709: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:3709: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3709: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3709: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3709: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3710: error: typedef 'PFNGLGETCOMPRESSEDTEXIMAGEARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3710: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3710: error: expected primary-expression before 'level' /usr/include/GL/glext.h:3710: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3710: error: 'img' was not declared in this scope /usr/include/GL/glext.h:3723: error: typedef 'PFNGLPOINTPARAMETERFARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3723: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3723: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3724: error: typedef 'PFNGLPOINTPARAMETERFVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3724: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3724: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3741: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3742: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3744: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3745: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3746: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3747: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3749: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3749: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3749: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3763: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3764: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3766: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3766: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3766: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3817: error: typedef 'PFNGLWINDOWPOS2DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3817: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3817: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3818: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3819: error: typedef 'PFNGLWINDOWPOS2FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3819: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3819: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3820: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3823: error: typedef 'PFNGLWINDOWPOS2SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3823: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3823: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3824: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3825: error: typedef 'PFNGLWINDOWPOS3DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3825: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3825: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3825: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3826: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3827: error: typedef 'PFNGLWINDOWPOS3FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3827: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3827: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3827: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3828: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3831: error: typedef 'PFNGLWINDOWPOS3SARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3831: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3831: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3831: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:3832: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3901: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3902: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3903: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3904: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3905: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3906: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3907: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3907: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3908: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3909: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3909: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3910: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3911: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3911: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3912: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3913: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3913: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3913: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3914: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3915: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3915: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3915: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3916: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3917: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3917: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3917: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3918: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3919: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3921: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3922: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3922: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3922: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3922: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:3923: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3925: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3926: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3927: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3927: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3927: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3927: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3928: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3929: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3929: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3929: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3929: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3930: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3932: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3932: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3932: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3932: error: 'GLshort' has not been declared /usr/include/GL/glext.h:3933: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3934: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3936: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3937: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3937: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:3937: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:3940: error: typedef 'PFNGLPROGRAMSTRINGARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3940: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3940: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3940: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3940: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3941: error: typedef 'PFNGLBINDPROGRAMARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3941: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3941: error: expected primary-expression before 'program' /usr/include/GL/glext.h:3942: error: typedef 'PFNGLDELETEPROGRAMSARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3942: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3942: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3943: error: typedef 'PFNGLGENPROGRAMSARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3943: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3943: error: expected primary-expression before '*' token /usr/include/GL/glext.h:3943: error: 'programs' was not declared in this scope /usr/include/GL/glext.h:3944: error: typedef 'PFNGLPROGRAMENVPARAMETER4DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3944: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3944: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3944: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3944: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3944: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3944: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3945: error: typedef 'PFNGLPROGRAMENVPARAMETER4DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3945: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3945: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3945: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3946: error: typedef 'PFNGLPROGRAMENVPARAMETER4FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3946: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3946: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3946: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3946: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3946: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3946: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3947: error: typedef 'PFNGLPROGRAMENVPARAMETER4FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3947: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3947: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3947: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3948: error: typedef 'PFNGLPROGRAMLOCALPARAMETER4DARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3948: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3948: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3948: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3948: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3948: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3948: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3949: error: typedef 'PFNGLPROGRAMLOCALPARAMETER4DVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3949: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3949: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3949: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3950: error: typedef 'PFNGLPROGRAMLOCALPARAMETER4FARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3950: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3950: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3950: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3950: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3950: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3950: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3951: error: typedef 'PFNGLPROGRAMLOCALPARAMETER4FVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3951: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3951: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3951: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3952: error: typedef 'PFNGLGETPROGRAMENVPARAMETERDVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3952: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3952: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3952: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3952: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3953: error: typedef 'PFNGLGETPROGRAMENVPARAMETERFVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3953: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3953: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3953: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3953: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3954: error: typedef 'PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3954: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3954: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3954: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:3954: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3955: error: typedef 'PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3955: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3955: error: expected primary-expression before 'index' /usr/include/GL/glext.h:3955: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:3955: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3956: error: typedef 'PFNGLGETPROGRAMIVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3956: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3956: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3956: error: expected primary-expression before '*' token /usr/include/GL/glext.h:3956: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3957: error: typedef 'PFNGLGETPROGRAMSTRINGARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3957: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3957: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3957: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3957: error: 'string' was not declared in this scope /usr/include/GL/glext.h:3958: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3958: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:3959: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3959: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:3960: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3961: error: 'GLenum' has not been declared /usr/include/GL/glext.h:3961: error: 'GLvoid' has not been declared /usr/include/GL/glext.h:3985: error: typedef 'PFNGLBINDBUFFERARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3985: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3985: error: expected primary-expression before 'buffer' /usr/include/GL/glext.h:3986: error: typedef 'PFNGLDELETEBUFFERSARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3986: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3986: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3987: error: typedef 'PFNGLGENBUFFERSARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3987: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:3987: error: expected primary-expression before '*' token /usr/include/GL/glext.h:3987: error: 'buffers' was not declared in this scope /usr/include/GL/glext.h:3989: error: typedef 'PFNGLBUFFERDATAARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3989: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3989: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3989: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3989: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3990: error: typedef 'PFNGLBUFFERSUBDATAARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3990: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3990: error: expected primary-expression before 'offset' /usr/include/GL/glext.h:3990: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3990: error: expected primary-expression before 'const' /usr/include/GL/glext.h:3991: error: typedef 'PFNGLGETBUFFERSUBDATAARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3991: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3991: error: expected primary-expression before 'offset' /usr/include/GL/glext.h:3991: error: expected primary-expression before 'size' /usr/include/GL/glext.h:3991: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3991: error: 'data' was not declared in this scope /usr/include/GL/glext.h:3992: error: expected initializer before '*' token /usr/include/GL/glext.h:3993: error: typedef 'PFNGLUNMAPBUFFERARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3993: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3994: error: typedef 'PFNGLGETBUFFERPARAMETERIVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3994: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3994: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3994: error: expected primary-expression before '*' token /usr/include/GL/glext.h:3994: error: 'params' was not declared in this scope /usr/include/GL/glext.h:3995: error: typedef 'PFNGLGETBUFFERPOINTERVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:3995: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3995: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:3995: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:3995: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4010: error: typedef 'PFNGLGENQUERIESARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4010: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4010: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4010: error: 'ids' was not declared in this scope /usr/include/GL/glext.h:4011: error: typedef 'PFNGLDELETEQUERIESARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4011: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4011: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4013: error: typedef 'PFNGLBEGINQUERYARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4013: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4013: error: expected primary-expression before 'id' /usr/include/GL/glext.h:4014: error: typedef 'PFNGLENDQUERYARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4014: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4015: error: typedef 'PFNGLGETQUERYIVARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4015: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4015: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4015: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4015: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4016: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4017: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4064: error: typedef 'PFNGLGETHANDLEARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4064: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4066: error: typedef 'PFNGLCREATESHADEROBJECTARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4066: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4067: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4074: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4075: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4075: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4076: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4076: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4076: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4077: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4077: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4077: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4077: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4082: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4082: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4083: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4083: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4084: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4084: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4085: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4085: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4086: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4087: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4088: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4089: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4090: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4090: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4091: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4091: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4092: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4092: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4093: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4093: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4094: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4095: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4095: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4096: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4096: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4098: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4098: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4098: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4099: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4101: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4101: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4112: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4112: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4112: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4141: error: typedef 'PFNGLDRAWBUFFERSARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4141: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4141: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4153: error: typedef 'PFNGLCLAMPCOLORARBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4153: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4153: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4177: error: typedef 'PFNGLBLENDCOLOREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4177: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4177: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4177: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4177: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4185: error: typedef 'PFNGLPOLYGONOFFSETEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4185: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4185: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4198: error: typedef 'PFNGLTEXIMAGE3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4198: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4198: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4198: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4198: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4198: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4198: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4198: error: expected primary-expression before 'border' /usr/include/GL/glext.h:4198: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4198: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4198: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4199: error: typedef 'PFNGLTEXSUBIMAGE3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4199: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4199: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4199: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4199: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:4199: error: expected primary-expression before 'zoffset' /usr/include/GL/glext.h:4199: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4199: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4199: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4199: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4199: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4199: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4208: error: typedef 'PFNGLGETTEXFILTERFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4208: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4208: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4208: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4208: error: 'weights' was not declared in this scope /usr/include/GL/glext.h:4209: error: typedef 'PFNGLTEXFILTERFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4209: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4209: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4209: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4209: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4218: error: typedef 'PFNGLTEXSUBIMAGE1DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4218: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4218: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4218: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4218: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4218: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4218: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4218: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4219: error: typedef 'PFNGLTEXSUBIMAGE2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4219: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4219: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4219: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4219: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:4219: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4219: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4219: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4219: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4219: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4231: error: typedef 'PFNGLCOPYTEXIMAGE1DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4231: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4231: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4231: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4231: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4231: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4231: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4231: error: expected primary-expression before 'border' /usr/include/GL/glext.h:4232: error: typedef 'PFNGLCOPYTEXIMAGE2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4232: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4232: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4232: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4232: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4232: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4232: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4232: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4232: error: expected primary-expression before 'border' /usr/include/GL/glext.h:4233: error: typedef 'PFNGLCOPYTEXSUBIMAGE1DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4233: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4233: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4233: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4233: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4233: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4233: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4234: error: typedef 'PFNGLCOPYTEXSUBIMAGE2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4234: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4234: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4234: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4234: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:4234: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4234: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4234: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4234: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4235: error: typedef 'PFNGLCOPYTEXSUBIMAGE3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4235: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4235: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4235: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4235: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:4235: error: expected primary-expression before 'zoffset' /usr/include/GL/glext.h:4235: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4235: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4235: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4235: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4252: error: typedef 'PFNGLGETHISTOGRAMEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4252: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4252: error: expected primary-expression before 'reset' /usr/include/GL/glext.h:4252: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4252: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4252: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4252: error: 'values' was not declared in this scope /usr/include/GL/glext.h:4253: error: typedef 'PFNGLGETHISTOGRAMPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4253: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4253: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4253: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4253: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4254: error: typedef 'PFNGLGETHISTOGRAMPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4254: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4254: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4254: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4254: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4255: error: typedef 'PFNGLGETMINMAXEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4255: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4255: error: expected primary-expression before 'reset' /usr/include/GL/glext.h:4255: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4255: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4255: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4255: error: 'values' was not declared in this scope /usr/include/GL/glext.h:4256: error: typedef 'PFNGLGETMINMAXPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4256: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4256: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4256: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4256: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4257: error: typedef 'PFNGLGETMINMAXPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4257: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4257: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4257: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4257: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4258: error: typedef 'PFNGLHISTOGRAMEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4258: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4258: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4258: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4258: error: expected primary-expression before 'sink' /usr/include/GL/glext.h:4259: error: typedef 'PFNGLMINMAXEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4259: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4259: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4259: error: expected primary-expression before 'sink' /usr/include/GL/glext.h:4260: error: typedef 'PFNGLRESETHISTOGRAMEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4260: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4261: error: typedef 'PFNGLRESETMINMAXEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4261: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4281: error: typedef 'PFNGLCONVOLUTIONFILTER1DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4281: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4281: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4281: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4281: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4281: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4281: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4282: error: typedef 'PFNGLCONVOLUTIONFILTER2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4282: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4282: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4282: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4282: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4282: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4282: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4282: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4283: error: typedef 'PFNGLCONVOLUTIONPARAMETERFEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4283: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4283: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4283: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4284: error: typedef 'PFNGLCONVOLUTIONPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4284: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4284: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4284: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4285: error: typedef 'PFNGLCONVOLUTIONPARAMETERIEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4285: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4285: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4285: error: expected primary-expression before 'params' /usr/include/GL/glext.h:4286: error: typedef 'PFNGLCONVOLUTIONPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4286: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4286: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4286: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4287: error: typedef 'PFNGLCOPYCONVOLUTIONFILTER1DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4287: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4287: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4287: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4287: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4287: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4288: error: typedef 'PFNGLCOPYCONVOLUTIONFILTER2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4288: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4288: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4288: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4288: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4288: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4288: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4289: error: typedef 'PFNGLGETCONVOLUTIONFILTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4289: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4289: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4289: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4289: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4289: error: 'image' was not declared in this scope /usr/include/GL/glext.h:4290: error: typedef 'PFNGLGETCONVOLUTIONPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4290: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4290: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4290: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4290: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4291: error: typedef 'PFNGLGETCONVOLUTIONPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4291: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4291: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4291: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4291: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4292: error: typedef 'PFNGLGETSEPARABLEFILTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4292: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'row' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'column' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4292: error: 'span' was not declared in this scope /usr/include/GL/glext.h:4293: error: typedef 'PFNGLSEPARABLEFILTER2DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4293: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4293: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4293: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4293: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4293: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4293: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4293: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4293: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4311: error: typedef 'PFNGLCOLORTABLESGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4311: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4311: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4312: error: typedef 'PFNGLCOLORTABLEPARAMETERFVSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4312: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4313: error: typedef 'PFNGLCOLORTABLEPARAMETERIVSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4313: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4314: error: typedef 'PFNGLCOPYCOLORTABLESGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4314: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4314: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4314: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4314: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4314: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4315: error: typedef 'PFNGLGETCOLORTABLESGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4315: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4315: error: 'table' was not declared in this scope /usr/include/GL/glext.h:4316: error: typedef 'PFNGLGETCOLORTABLEPARAMETERFVSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4316: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4316: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4316: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4316: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4317: error: typedef 'PFNGLGETCOLORTABLEPARAMETERIVSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4317: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4317: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4317: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4317: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4325: error: typedef 'PFNGLPIXELTEXGENSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4325: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4338: error: typedef 'PFNGLPIXELTEXGENPARAMETERISGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4338: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4338: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4339: error: typedef 'PFNGLPIXELTEXGENPARAMETERIVSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4339: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4339: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4340: error: typedef 'PFNGLPIXELTEXGENPARAMETERFSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4340: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4340: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4341: error: typedef 'PFNGLPIXELTEXGENPARAMETERFVSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4341: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4341: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4342: error: typedef 'PFNGLGETPIXELTEXGENPARAMETERIVSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4342: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4342: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4342: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4343: error: typedef 'PFNGLGETPIXELTEXGENPARAMETERFVSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4343: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4343: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4343: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4352: error: typedef 'PFNGLTEXIMAGE4DSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4352: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4352: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4352: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4352: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4352: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4352: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4352: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4352: error: expected primary-expression before 'border' /usr/include/GL/glext.h:4352: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4352: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4352: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4353: error: typedef 'PFNGLTEXSUBIMAGE4DSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4353: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4353: error: expected primary-expression before 'level' /usr/include/GL/glext.h:4353: error: expected primary-expression before 'xoffset' /usr/include/GL/glext.h:4353: error: expected primary-expression before 'yoffset' /usr/include/GL/glext.h:4353: error: expected primary-expression before 'zoffset' /usr/include/GL/glext.h:4353: error: expected primary-expression before 'woffset' /usr/include/GL/glext.h:4353: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4353: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4353: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4353: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4353: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4353: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4353: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4374: error: typedef 'PFNGLARETEXTURESRESIDENTEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4374: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4374: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4374: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4374: error: 'residences' was not declared in this scope /usr/include/GL/glext.h:4375: error: typedef 'PFNGLBINDTEXTUREEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4375: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4375: error: expected primary-expression before 'texture' /usr/include/GL/glext.h:4376: error: typedef 'PFNGLDELETETEXTURESEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4376: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4376: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4377: error: typedef 'PFNGLGENTEXTURESEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4377: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4377: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4377: error: 'textures' was not declared in this scope /usr/include/GL/glext.h:4379: error: typedef 'PFNGLPRIORITIZETEXTURESEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4379: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4379: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4379: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4388: error: typedef 'PFNGLDETAILTEXFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4388: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4388: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4388: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4389: error: typedef 'PFNGLGETDETAILTEXFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4389: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4389: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4389: error: 'points' was not declared in this scope /usr/include/GL/glext.h:4398: error: typedef 'PFNGLSHARPENTEXFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4398: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4398: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4398: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4399: error: typedef 'PFNGLGETSHARPENTEXFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4399: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4399: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4399: error: 'points' was not declared in this scope /usr/include/GL/glext.h:4416: error: typedef 'PFNGLSAMPLEMASKSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4416: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4416: error: expected primary-expression before 'invert' /usr/include/GL/glext.h:4417: error: typedef 'PFNGLSAMPLEPATTERNSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4417: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4438: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4438: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4438: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4438: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4439: error: typedef 'PFNGLDRAWARRAYSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4439: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4439: error: expected primary-expression before 'first' /usr/include/GL/glext.h:4439: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4440: error: typedef 'PFNGLEDGEFLAGPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4440: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4440: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4440: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4441: error: typedef 'PFNGLGETPOINTERVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4441: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4441: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4441: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4442: error: typedef 'PFNGLINDEXPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4442: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4442: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4442: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4442: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4443: error: typedef 'PFNGLNORMALPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4443: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4443: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4443: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4443: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4444: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4444: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4444: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4444: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4445: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4445: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4445: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4445: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4477: error: typedef 'PFNGLBLENDEQUATIONEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4477: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4508: error: typedef 'PFNGLSPRITEPARAMETERFSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4508: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4508: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4509: error: typedef 'PFNGLSPRITEPARAMETERFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4509: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4509: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4510: error: typedef 'PFNGLSPRITEPARAMETERISGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4510: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4510: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4511: error: typedef 'PFNGLSPRITEPARAMETERIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4511: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4511: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4524: error: typedef 'PFNGLPOINTPARAMETERFEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4524: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4524: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4525: error: typedef 'PFNGLPOINTPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4525: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4525: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4534: error: typedef 'PFNGLPOINTPARAMETERFSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4534: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4534: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4535: error: typedef 'PFNGLPOINTPARAMETERFVSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4535: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4535: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4549: error: typedef 'PFNGLINSTRUMENTSBUFFERSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4549: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4549: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4549: error: 'buffer' was not declared in this scope /usr/include/GL/glext.h:4584: error: typedef 'PFNGLDEFORMATIONMAP3DSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4584: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: expected primary-expression before 'ustride' /usr/include/GL/glext.h:4584: error: expected primary-expression before 'uorder' /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: expected primary-expression before 'vstride' /usr/include/GL/glext.h:4584: error: expected primary-expression before 'vorder' /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4584: error: expected primary-expression before 'wstride' /usr/include/GL/glext.h:4584: error: expected primary-expression before 'worder' /usr/include/GL/glext.h:4584: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4585: error: typedef 'PFNGLDEFORMATIONMAP3FSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4585: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: expected primary-expression before 'ustride' /usr/include/GL/glext.h:4585: error: expected primary-expression before 'uorder' /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: expected primary-expression before 'vstride' /usr/include/GL/glext.h:4585: error: expected primary-expression before 'vorder' /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4585: error: expected primary-expression before 'wstride' /usr/include/GL/glext.h:4585: error: expected primary-expression before 'worder' /usr/include/GL/glext.h:4585: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4586: error: typedef 'PFNGLDEFORMSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4586: error: 'GLbitfield' was not declared in this scope /usr/include/GL/glext.h:4587: error: typedef 'PFNGLLOADIDENTITYDEFORMATIONMAPSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4587: error: 'GLbitfield' was not declared in this scope /usr/include/GL/glext.h:4595: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4616: error: typedef 'PFNGLFOGFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4616: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4616: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4617: error: typedef 'PFNGLGETFOGFUNCSGISPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4617: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4617: error: 'points' was not declared in this scope /usr/include/GL/glext.h:4634: error: typedef 'PFNGLIMAGETRANSFORMPARAMETERIHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4634: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4634: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4634: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4635: error: typedef 'PFNGLIMAGETRANSFORMPARAMETERFHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4635: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4635: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4635: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4636: error: typedef 'PFNGLIMAGETRANSFORMPARAMETERIVHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4636: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4636: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4636: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4637: error: typedef 'PFNGLIMAGETRANSFORMPARAMETERFVHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4637: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4637: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4637: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4638: error: typedef 'PFNGLGETIMAGETRANSFORMPARAMETERIVHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4638: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4638: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4638: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4638: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4639: error: typedef 'PFNGLGETIMAGETRANSFORMPARAMETERFVHPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4639: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4639: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4639: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4639: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4656: error: typedef 'PFNGLCOLORSUBTABLEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4656: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4656: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4656: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4656: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4656: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4656: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4657: error: typedef 'PFNGLCOPYCOLORSUBTABLEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4657: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4657: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4657: error: expected primary-expression before 'x' /usr/include/GL/glext.h:4657: error: expected primary-expression before 'y' /usr/include/GL/glext.h:4657: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4669: error: typedef 'PFNGLHINTPGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4669: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4669: error: expected primary-expression before 'mode' /usr/include/GL/glext.h:4680: error: typedef 'PFNGLCOLORTABLEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4680: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4680: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4680: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4680: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4680: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4680: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4681: error: typedef 'PFNGLGETCOLORTABLEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4681: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4681: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4681: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4681: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:4681: error: 'data' was not declared in this scope /usr/include/GL/glext.h:4682: error: typedef 'PFNGLGETCOLORTABLEPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4682: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4682: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4682: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4682: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4683: error: typedef 'PFNGLGETCOLORTABLEPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4683: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4683: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4683: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4683: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4700: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4700: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4701: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4702: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4702: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:4703: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4703: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4704: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4705: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4733: error: typedef 'PFNGLINDEXMATERIALEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4733: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4733: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4741: error: typedef 'PFNGLINDEXFUNCEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4741: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4741: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:4754: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4764: error: typedef 'PFNGLCULLPARAMETERDVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4764: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4764: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4764: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4765: error: typedef 'PFNGLCULLPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4765: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4765: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4765: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4794: error: typedef 'PFNGLFRAGMENTCOLORMATERIALSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4794: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4794: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4795: error: typedef 'PFNGLFRAGMENTLIGHTFSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4795: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4795: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4795: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4796: error: typedef 'PFNGLFRAGMENTLIGHTFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4796: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4796: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4796: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4797: error: typedef 'PFNGLFRAGMENTLIGHTISGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4797: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4797: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4797: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4798: error: typedef 'PFNGLFRAGMENTLIGHTIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4798: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4798: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4798: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4799: error: typedef 'PFNGLFRAGMENTLIGHTMODELFSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4799: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4799: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4800: error: typedef 'PFNGLFRAGMENTLIGHTMODELFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4800: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4800: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4801: error: typedef 'PFNGLFRAGMENTLIGHTMODELISGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4801: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4801: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4802: error: typedef 'PFNGLFRAGMENTLIGHTMODELIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4802: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4802: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4803: error: typedef 'PFNGLFRAGMENTMATERIALFSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4803: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4803: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4803: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4804: error: typedef 'PFNGLFRAGMENTMATERIALFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4804: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4804: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4804: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4805: error: typedef 'PFNGLFRAGMENTMATERIALISGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4805: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4805: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4805: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4806: error: typedef 'PFNGLFRAGMENTMATERIALIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4806: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4806: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4806: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4807: error: typedef 'PFNGLGETFRAGMENTLIGHTFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4807: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4807: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4807: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4807: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4808: error: typedef 'PFNGLGETFRAGMENTLIGHTIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4808: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4808: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4808: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4808: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4809: error: typedef 'PFNGLGETFRAGMENTMATERIALFVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4809: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4809: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4809: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4809: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4810: error: typedef 'PFNGLGETFRAGMENTMATERIALIVSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4810: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4810: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4810: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4810: error: 'params' was not declared in this scope /usr/include/GL/glext.h:4811: error: typedef 'PFNGLLIGHTENVISGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4811: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4811: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4827: error: typedef 'PFNGLDRAWRANGEELEMENTSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4827: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4827: error: expected primary-expression before 'start' /usr/include/GL/glext.h:4827: error: expected primary-expression before 'end' /usr/include/GL/glext.h:4827: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4827: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4827: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4845: error: typedef 'PFNGLAPPLYTEXTUREEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4845: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4846: error: typedef 'PFNGLTEXTURELIGHTEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4846: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4847: error: typedef 'PFNGLTEXTUREMATERIALEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4847: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4847: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4871: error: typedef 'PFNGLGENASYNCMARKERSSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4871: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4872: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4892: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4892: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4893: error: typedef 'PFNGLNORMALPOINTERVINTELPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4893: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4893: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4894: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4894: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4895: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4895: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4910: error: typedef 'PFNGLPIXELTRANSFORMPARAMETERIEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4910: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4910: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4910: error: expected primary-expression before 'param' /usr/include/GL/glext.h:4911: error: typedef 'PFNGLPIXELTRANSFORMPARAMETERFEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4911: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4911: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4911: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4912: error: typedef 'PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4912: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4912: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4912: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4913: error: typedef 'PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4913: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4913: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4913: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4949: error: typedef 'PFNGLSECONDARYCOLOR3BEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4949: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:4949: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:4949: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:4950: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4951: error: typedef 'PFNGLSECONDARYCOLOR3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4951: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4951: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4951: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4952: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4953: error: typedef 'PFNGLSECONDARYCOLOR3FEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4953: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4953: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4953: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4954: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4957: error: typedef 'PFNGLSECONDARYCOLOR3SEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4957: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:4957: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:4957: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:4958: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4959: error: typedef 'PFNGLSECONDARYCOLOR3UBEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4959: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:4959: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:4959: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:4960: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4963: error: typedef 'PFNGLSECONDARYCOLOR3USEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4963: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:4963: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:4963: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:4964: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4965: error: 'GLenum' has not been declared /usr/include/GL/glext.h:4965: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:4965: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4973: error: typedef 'PFNGLTEXTURENORMALEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4973: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4982: error: typedef 'PFNGLMULTIDRAWARRAYSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4982: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4982: error: expected primary-expression before '*' token /usr/include/GL/glext.h:4982: error: 'first' was not declared in this scope /usr/include/GL/glext.h:4982: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4982: error: 'count' was not declared in this scope /usr/include/GL/glext.h:4982: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4983: error: typedef 'PFNGLMULTIDRAWELEMENTSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4983: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4983: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4983: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4983: error: expected primary-expression before 'const' /usr/include/GL/glext.h:4983: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4995: error: typedef 'PFNGLFOGCOORDFEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4995: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:4996: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4997: error: typedef 'PFNGLFOGCOORDDEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4997: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:4998: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:4999: error: typedef 'PFNGLFOGCOORDPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:4999: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:4999: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:4999: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5032: error: typedef 'PFNGLTANGENT3BEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5032: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5032: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5032: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5033: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5034: error: typedef 'PFNGLTANGENT3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5034: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5034: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5034: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5035: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5036: error: typedef 'PFNGLTANGENT3FEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5036: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5036: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5036: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5037: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5040: error: typedef 'PFNGLTANGENT3SEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5040: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5040: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5040: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5041: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5042: error: typedef 'PFNGLBINORMAL3BEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5042: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5042: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5042: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5043: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5044: error: typedef 'PFNGLBINORMAL3DEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5044: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5044: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5044: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5045: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5046: error: typedef 'PFNGLBINORMAL3FEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5046: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5046: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5046: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5047: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5050: error: typedef 'PFNGLBINORMAL3SEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5050: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5050: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5050: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5051: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5052: error: typedef 'PFNGLTANGENTPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5052: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5052: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5052: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5053: error: typedef 'PFNGLBINORMALPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5053: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5053: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5053: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5092: error: typedef 'PFNGLGLOBALALPHAFACTORBSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5092: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:5093: error: typedef 'PFNGLGLOBALALPHAFACTORSSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5093: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5095: error: typedef 'PFNGLGLOBALALPHAFACTORFSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5095: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5096: error: typedef 'PFNGLGLOBALALPHAFACTORDSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5096: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5097: error: typedef 'PFNGLGLOBALALPHAFACTORUBSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5097: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5098: error: typedef 'PFNGLGLOBALALPHAFACTORUSSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5098: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:5114: error: typedef 'PFNGLREPLACEMENTCODEUSSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5114: error: 'GLushort' was not declared in this scope /usr/include/GL/glext.h:5115: error: typedef 'PFNGLREPLACEMENTCODEUBSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5115: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5117: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5118: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5119: error: typedef 'PFNGLREPLACEMENTCODEPOINTERSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5119: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5119: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5119: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5166: error: typedef 'PFNGLCOLOR4UBVERTEX2FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5166: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5166: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5166: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5166: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5166: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5166: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5167: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5168: error: typedef 'PFNGLCOLOR4UBVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5168: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5168: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5169: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5170: error: typedef 'PFNGLCOLOR3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5170: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5171: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5172: error: typedef 'PFNGLNORMAL3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5172: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5173: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5174: error: typedef 'PFNGLCOLOR4FNORMAL3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5174: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5175: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5176: error: typedef 'PFNGLTEXCOORD2FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5176: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5176: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5176: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5176: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5176: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5177: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5178: error: typedef 'PFNGLTEXCOORD4FVERTEX4FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5178: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5179: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5180: error: typedef 'PFNGLTEXCOORD2FCOLOR4UBVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5180: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLubyte' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5180: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5181: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5182: error: typedef 'PFNGLTEXCOORD2FCOLOR3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5182: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5183: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5184: error: typedef 'PFNGLTEXCOORD2FNORMAL3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5184: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5185: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5186: error: typedef 'PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5186: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5187: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5188: error: typedef 'PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5188: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5189: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5190: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5190: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5190: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5191: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5192: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5192: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5192: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5192: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5192: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5192: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5192: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5193: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5194: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5195: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5196: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5197: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5198: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5199: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5200: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5200: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5200: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5200: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5200: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5201: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5202: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5203: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5204: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5205: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5213: error: typedef 'PFNGLBLENDFUNCSEPARATEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5213: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5213: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5213: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5213: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5221: error: typedef 'PFNGLBLENDFUNCSEPARATEINGRPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5221: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5221: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5221: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5221: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5267: error: typedef 'PFNGLVERTEXWEIGHTFEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5267: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5268: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5269: error: typedef 'PFNGLVERTEXWEIGHTPOINTEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5269: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5269: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5269: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5269: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5283: error: typedef 'PFNGLVERTEXARRAYRANGENVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5283: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5283: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5303: error: typedef 'PFNGLCOMBINERPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5303: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5303: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5304: error: typedef 'PFNGLCOMBINERPARAMETERFNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5304: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5304: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5305: error: typedef 'PFNGLCOMBINERPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5305: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5305: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5306: error: typedef 'PFNGLCOMBINERPARAMETERINVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5306: error: expected primary-expression before 'param' /usr/include/GL/glext.h:5307: error: typedef 'PFNGLCOMBINERINPUTNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: typedef 'PFNGLCOMBINEROUTPUTNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5308: error: expected primary-expression before 'abDotProduct' /usr/include/GL/glext.h:5308: error: expected primary-expression before 'cdDotProduct' /usr/include/GL/glext.h:5308: error: expected primary-expression before 'muxSum' /usr/include/GL/glext.h:5309: error: typedef 'PFNGLFINALCOMBINERINPUTNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5309: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5309: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5309: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5309: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5310: error: typedef 'PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5310: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5310: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5310: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5310: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5310: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5310: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5311: error: typedef 'PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5311: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5311: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5311: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5312: error: typedef 'PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5312: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5312: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5312: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5313: error: typedef 'PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5313: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5313: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5313: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5314: error: typedef 'PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5314: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5314: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5314: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5314: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5315: error: typedef 'PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5315: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5315: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5315: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5370: error: typedef 'PFNGLWINDOWPOS2DMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5370: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5370: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5371: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5372: error: typedef 'PFNGLWINDOWPOS2FMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5372: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5372: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5373: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5376: error: typedef 'PFNGLWINDOWPOS2SMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5376: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5376: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5377: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5378: error: typedef 'PFNGLWINDOWPOS3DMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5378: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5378: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5378: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5379: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5380: error: typedef 'PFNGLWINDOWPOS3FMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5380: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5380: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5380: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5381: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5384: error: typedef 'PFNGLWINDOWPOS3SMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5384: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5384: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5384: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5385: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5386: error: typedef 'PFNGLWINDOWPOS4DMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5386: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5386: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5386: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5386: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5387: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5388: error: typedef 'PFNGLWINDOWPOS4FMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5388: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5388: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5388: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5388: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5389: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5392: error: typedef 'PFNGLWINDOWPOS4SMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5392: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5392: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5392: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5392: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5393: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5406: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5407: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5422: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5422: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5423: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5423: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5425: error: typedef 'PFNGLFOGCOORDPOINTERLISTIBMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5425: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5425: error: expected primary-expression before 'stride' /usr/include/GL/glext.h:5425: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5425: error: expected primary-expression before 'ptrstride' /usr/include/GL/glext.h:5426: error: typedef 'PFNGLINDEXPOINTERLISTIBMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5426: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5426: error: expected primary-expression before 'stride' /usr/include/GL/glext.h:5426: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5426: error: expected primary-expression before 'ptrstride' /usr/include/GL/glext.h:5427: error: typedef 'PFNGLNORMALPOINTERLISTIBMPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5427: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5427: error: expected primary-expression before 'stride' /usr/include/GL/glext.h:5427: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5427: error: expected primary-expression before 'ptrstride' /usr/include/GL/glext.h:5428: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5428: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5429: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5429: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5470: error: typedef 'PFNGLSAMPLEMASKEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5470: error: 'GLclampf' was not declared in this scope /usr/include/GL/glext.h:5470: error: expected primary-expression before 'invert' /usr/include/GL/glext.h:5471: error: typedef 'PFNGLSAMPLEPATTERNEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5471: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5503: error: typedef 'PFNGLIGLOOINTERFACESGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5503: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5503: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5525: error: typedef 'PFNGLDELETEFENCESNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5525: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5525: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5526: error: typedef 'PFNGLGENFENCESNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5526: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5526: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5526: error: 'fences' was not declared in this scope /usr/include/GL/glext.h:5529: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5531: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5547: error: typedef 'PFNGLMAPCONTROLPOINTSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5547: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5547: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5547: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5547: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5547: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5547: error: expected primary-expression before 'uorder' /usr/include/GL/glext.h:5547: error: expected primary-expression before 'vorder' /usr/include/GL/glext.h:5547: error: expected primary-expression before 'packed' /usr/include/GL/glext.h:5547: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5548: error: typedef 'PFNGLMAPPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5548: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5548: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5548: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5549: error: typedef 'PFNGLMAPPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5549: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5549: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5549: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5550: error: typedef 'PFNGLGETMAPCONTROLPOINTSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5550: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5550: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5550: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5550: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5550: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5550: error: expected primary-expression before 'packed' /usr/include/GL/glext.h:5550: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:5550: error: 'points' was not declared in this scope /usr/include/GL/glext.h:5551: error: typedef 'PFNGLGETMAPPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5551: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5551: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5551: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5551: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5552: error: typedef 'PFNGLGETMAPPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5552: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5552: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5552: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5552: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5553: error: typedef 'PFNGLGETMAPATTRIBPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5553: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5553: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5553: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5553: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5553: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5554: error: typedef 'PFNGLGETMAPATTRIBPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5554: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5554: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5554: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5554: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5554: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5555: error: typedef 'PFNGLEVALMAPSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5555: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5555: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5568: error: typedef 'PFNGLCOMBINERSTAGEPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5568: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5568: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5568: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5569: error: typedef 'PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5569: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5569: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5569: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5569: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5660: error: typedef 'PFNGLAREPROGRAMSRESIDENTNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5660: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5660: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5660: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5660: error: 'residences' was not declared in this scope /usr/include/GL/glext.h:5661: error: typedef 'PFNGLBINDPROGRAMNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5661: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5661: error: expected primary-expression before 'id' /usr/include/GL/glext.h:5662: error: typedef 'PFNGLDELETEPROGRAMSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5662: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5662: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5663: error: typedef 'PFNGLEXECUTEPROGRAMNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5663: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5663: error: expected primary-expression before 'id' /usr/include/GL/glext.h:5663: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5664: error: typedef 'PFNGLGENPROGRAMSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5664: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5664: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5664: error: 'programs' was not declared in this scope /usr/include/GL/glext.h:5665: error: typedef 'PFNGLGETPROGRAMPARAMETERDVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5665: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5665: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5665: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5665: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5665: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5666: error: typedef 'PFNGLGETPROGRAMPARAMETERFVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5666: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5666: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5666: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5666: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5666: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5667: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5668: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5668: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5669: error: typedef 'PFNGLGETTRACKMATRIXIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5669: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5669: error: expected primary-expression before 'address' /usr/include/GL/glext.h:5669: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5669: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5669: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5670: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5670: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5671: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5671: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5672: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5673: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5673: error: 'GLvoid' has not been declared /usr/include/GL/glext.h:5675: error: typedef 'PFNGLLOADPROGRAMNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5675: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5675: error: expected primary-expression before 'id' /usr/include/GL/glext.h:5675: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5675: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5676: error: typedef 'PFNGLPROGRAMPARAMETER4DNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5676: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5676: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5676: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5676: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5676: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5676: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5677: error: typedef 'PFNGLPROGRAMPARAMETER4DVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5677: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5677: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5677: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5678: error: typedef 'PFNGLPROGRAMPARAMETER4FNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5678: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5678: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5678: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5678: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5678: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5678: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5679: error: typedef 'PFNGLPROGRAMPARAMETER4FVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5679: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5679: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5679: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5680: error: typedef 'PFNGLPROGRAMPARAMETERS4DVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5680: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5680: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5680: error: expected primary-expression before 'count' /usr/include/GL/glext.h:5680: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5681: error: typedef 'PFNGLPROGRAMPARAMETERS4FVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5681: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5681: error: expected primary-expression before 'index' /usr/include/GL/glext.h:5681: error: expected primary-expression before 'count' /usr/include/GL/glext.h:5681: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5682: error: typedef 'PFNGLREQUESTRESIDENTPROGRAMSNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5682: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5682: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5683: error: typedef 'PFNGLTRACKMATRIXNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5683: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5683: error: expected primary-expression before 'address' /usr/include/GL/glext.h:5683: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5683: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5684: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5684: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5684: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5685: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5686: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5687: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5688: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5689: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5690: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5691: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5691: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5692: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5693: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5693: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5694: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5695: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5695: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5696: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5697: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5697: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5697: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5698: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5699: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5699: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5699: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5700: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5701: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5701: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5701: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5702: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5703: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5703: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5703: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5703: error: 'GLdouble' has not been declared /usr/include/GL/glext.h:5704: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5705: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5705: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5705: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5705: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5706: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5707: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5707: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5707: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5707: error: 'GLshort' has not been declared /usr/include/GL/glext.h:5708: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5709: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5709: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5709: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5709: error: 'GLubyte' has not been declared /usr/include/GL/glext.h:5710: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5711: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5711: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5712: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5712: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5713: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5713: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5714: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5714: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5715: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5715: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5716: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5716: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5717: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5717: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5718: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5718: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5719: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5719: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5720: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5720: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5721: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5721: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5722: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5722: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5723: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5723: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5758: error: typedef 'PFNGLTEXBUMPPARAMETERIVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5758: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5758: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5759: error: typedef 'PFNGLTEXBUMPPARAMETERFVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5759: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5759: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5760: error: typedef 'PFNGLGETTEXBUMPPARAMETERIVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5760: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5760: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5760: error: 'param' was not declared in this scope /usr/include/GL/glext.h:5761: error: typedef 'PFNGLGETTEXBUMPPARAMETERFVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5761: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5761: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5761: error: 'param' was not declared in this scope /usr/include/GL/glext.h:5787: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5788: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5789: error: typedef 'PFNGLCOLORFRAGMENTOP1ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5789: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5789: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5789: error: expected primary-expression before 'dstMask' /usr/include/GL/glext.h:5789: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5789: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5789: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5789: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5790: error: typedef 'PFNGLCOLORFRAGMENTOP2ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5790: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5790: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'dstMask' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg2Rep' /usr/include/GL/glext.h:5790: error: expected primary-expression before 'arg2Mod' /usr/include/GL/glext.h:5791: error: typedef 'PFNGLCOLORFRAGMENTOP3ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5791: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5791: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'dstMask' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg2Rep' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg2Mod' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg3' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg3Rep' /usr/include/GL/glext.h:5791: error: expected primary-expression before 'arg3Mod' /usr/include/GL/glext.h:5792: error: typedef 'PFNGLALPHAFRAGMENTOP1ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5792: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5792: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5792: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5792: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5792: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5792: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5793: error: typedef 'PFNGLALPHAFRAGMENTOP2ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5793: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5793: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg2Rep' /usr/include/GL/glext.h:5793: error: expected primary-expression before 'arg2Mod' /usr/include/GL/glext.h:5794: error: typedef 'PFNGLALPHAFRAGMENTOP3ATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5794: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5794: error: expected primary-expression before 'dst' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'dstMod' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg1Rep' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg1Mod' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg2Rep' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg2Mod' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg3' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg3Rep' /usr/include/GL/glext.h:5794: error: expected primary-expression before 'arg3Mod' /usr/include/GL/glext.h:5795: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5804: error: typedef 'PFNGLPNTRIANGLESIATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5804: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5804: error: expected primary-expression before 'param' /usr/include/GL/glext.h:5805: error: typedef 'PFNGLPNTRIANGLESFATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5805: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5805: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5824: error: typedef 'PFNGLNEWOBJECTBUFFERATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5824: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5824: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5824: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5826: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5826: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5827: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5827: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5828: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5830: error: typedef 'PFNGLARRAYOBJECTATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5830: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5830: error: expected primary-expression before 'size' /usr/include/GL/glext.h:5830: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5830: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:5830: error: expected primary-expression before 'buffer' /usr/include/GL/glext.h:5830: error: expected primary-expression before 'offset' /usr/include/GL/glext.h:5831: error: typedef 'PFNGLGETARRAYOBJECTFVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5831: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5831: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5831: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5831: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5832: error: typedef 'PFNGLGETARRAYOBJECTIVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5832: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5832: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5832: error: expected primary-expression before '*' token /usr/include/GL/glext.h:5832: error: 'params' was not declared in this scope /usr/include/GL/glext.h:5833: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5833: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:5834: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5834: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5835: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5889: error: typedef 'PFNGLSHADEROP1EXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5889: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5889: error: expected primary-expression before 'res' /usr/include/GL/glext.h:5889: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5890: error: typedef 'PFNGLSHADEROP2EXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5890: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5890: error: expected primary-expression before 'res' /usr/include/GL/glext.h:5890: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5890: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5891: error: typedef 'PFNGLSHADEROP3EXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5891: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5891: error: expected primary-expression before 'res' /usr/include/GL/glext.h:5891: error: expected primary-expression before 'arg1' /usr/include/GL/glext.h:5891: error: expected primary-expression before 'arg2' /usr/include/GL/glext.h:5891: error: expected primary-expression before 'arg3' /usr/include/GL/glext.h:5892: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5892: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5892: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5892: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5893: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5893: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5893: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5893: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5896: error: typedef 'PFNGLGENSYMBOLSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5896: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5896: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5896: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5896: error: expected primary-expression before 'components' /usr/include/GL/glext.h:5897: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5897: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5898: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5898: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5899: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5900: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5902: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5903: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5904: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5905: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5907: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5907: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:5910: error: typedef 'PFNGLBINDLIGHTPARAMETEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5910: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5910: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5911: error: typedef 'PFNGLBINDMATERIALPARAMETEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5911: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5911: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5912: error: typedef 'PFNGLBINDTEXGENPARAMETEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5912: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5912: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5912: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5913: error: typedef 'PFNGLBINDTEXTUREUNITPARAMETEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5913: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5913: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5914: error: typedef 'PFNGLBINDPARAMETEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5914: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5915: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5916: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5917: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5918: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5918: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5919: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5919: error: 'GLvoid' has not been declared /usr/include/GL/glext.h:5920: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5921: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5922: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5922: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5923: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5924: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5925: error: 'GLenum' has not been declared /usr/include/GL/glext.h:5925: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:5977: error: typedef 'PFNGLVERTEXSTREAM1SATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5977: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5977: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5978: error: typedef 'PFNGLVERTEXSTREAM1SVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5978: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5978: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5979: error: typedef 'PFNGLVERTEXSTREAM1IATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5979: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5979: error: expected primary-expression before 'x' /usr/include/GL/glext.h:5980: error: typedef 'PFNGLVERTEXSTREAM1IVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5980: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5980: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5981: error: typedef 'PFNGLVERTEXSTREAM1FATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5981: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5981: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5982: error: typedef 'PFNGLVERTEXSTREAM1FVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5982: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5982: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5983: error: typedef 'PFNGLVERTEXSTREAM1DATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5983: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5983: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5984: error: typedef 'PFNGLVERTEXSTREAM1DVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5984: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5984: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5985: error: typedef 'PFNGLVERTEXSTREAM2SATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5985: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5985: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5985: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5986: error: typedef 'PFNGLVERTEXSTREAM2SVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5986: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5986: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5987: error: typedef 'PFNGLVERTEXSTREAM2IATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5987: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5987: error: expected primary-expression before 'x' /usr/include/GL/glext.h:5987: error: expected primary-expression before 'y' /usr/include/GL/glext.h:5988: error: typedef 'PFNGLVERTEXSTREAM2IVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5988: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5988: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5989: error: typedef 'PFNGLVERTEXSTREAM2FATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5989: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5989: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5989: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5990: error: typedef 'PFNGLVERTEXSTREAM2FVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5990: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5990: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5991: error: typedef 'PFNGLVERTEXSTREAM2DATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5991: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5991: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5991: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5992: error: typedef 'PFNGLVERTEXSTREAM2DVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5992: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5992: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5993: error: typedef 'PFNGLVERTEXSTREAM3SATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5993: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5993: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5993: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5993: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:5994: error: typedef 'PFNGLVERTEXSTREAM3SVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5994: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5994: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5995: error: typedef 'PFNGLVERTEXSTREAM3IATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5995: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5995: error: expected primary-expression before 'x' /usr/include/GL/glext.h:5995: error: expected primary-expression before 'y' /usr/include/GL/glext.h:5995: error: expected primary-expression before 'z' /usr/include/GL/glext.h:5996: error: typedef 'PFNGLVERTEXSTREAM3IVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5996: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5996: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5997: error: typedef 'PFNGLVERTEXSTREAM3FATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5997: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5997: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5997: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5997: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:5998: error: typedef 'PFNGLVERTEXSTREAM3FVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5998: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5998: error: expected primary-expression before 'const' /usr/include/GL/glext.h:5999: error: typedef 'PFNGLVERTEXSTREAM3DATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:5999: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:5999: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5999: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:5999: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6000: error: typedef 'PFNGLVERTEXSTREAM3DVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6000: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6000: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6001: error: typedef 'PFNGLVERTEXSTREAM4SATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6001: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6001: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6001: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6001: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6001: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6002: error: typedef 'PFNGLVERTEXSTREAM4SVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6002: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6002: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6003: error: typedef 'PFNGLVERTEXSTREAM4IATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6003: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6003: error: expected primary-expression before 'x' /usr/include/GL/glext.h:6003: error: expected primary-expression before 'y' /usr/include/GL/glext.h:6003: error: expected primary-expression before 'z' /usr/include/GL/glext.h:6003: error: expected primary-expression before 'w' /usr/include/GL/glext.h:6004: error: typedef 'PFNGLVERTEXSTREAM4IVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6004: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6004: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6005: error: typedef 'PFNGLVERTEXSTREAM4FATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6005: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6005: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6005: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6005: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6005: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6006: error: typedef 'PFNGLVERTEXSTREAM4FVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6006: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6006: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6007: error: typedef 'PFNGLVERTEXSTREAM4DATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6007: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6007: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6007: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6007: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6007: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6008: error: typedef 'PFNGLVERTEXSTREAM4DVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6008: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6008: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6009: error: typedef 'PFNGLNORMALSTREAM3BATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6009: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6009: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:6009: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:6009: error: 'GLbyte' was not declared in this scope /usr/include/GL/glext.h:6010: error: typedef 'PFNGLNORMALSTREAM3BVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6010: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6010: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6011: error: typedef 'PFNGLNORMALSTREAM3SATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6011: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6011: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6011: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6011: error: 'GLshort' was not declared in this scope /usr/include/GL/glext.h:6012: error: typedef 'PFNGLNORMALSTREAM3SVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6012: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6012: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6013: error: typedef 'PFNGLNORMALSTREAM3IATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6013: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6013: error: expected primary-expression before 'nx' /usr/include/GL/glext.h:6013: error: expected primary-expression before 'ny' /usr/include/GL/glext.h:6013: error: expected primary-expression before 'nz' /usr/include/GL/glext.h:6014: error: typedef 'PFNGLNORMALSTREAM3IVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6014: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6014: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6015: error: typedef 'PFNGLNORMALSTREAM3FATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6015: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6015: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6015: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6015: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6016: error: typedef 'PFNGLNORMALSTREAM3FVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6016: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6016: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6017: error: typedef 'PFNGLNORMALSTREAM3DATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6017: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6017: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6017: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6017: error: 'GLdouble' was not declared in this scope /usr/include/GL/glext.h:6018: error: typedef 'PFNGLNORMALSTREAM3DVATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6018: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6018: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6019: error: typedef 'PFNGLCLIENTACTIVEVERTEXSTREAMATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6019: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6020: error: typedef 'PFNGLVERTEXBLENDENVIATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6020: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6020: error: expected primary-expression before 'param' /usr/include/GL/glext.h:6021: error: typedef 'PFNGLVERTEXBLENDENVFATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6021: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6021: error: 'GLfloat' was not declared in this scope /usr/include/GL/glext.h:6031: error: typedef 'PFNGLELEMENTPOINTERATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6031: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6031: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6032: error: typedef 'PFNGLDRAWELEMENTARRAYATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6032: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6032: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6033: error: typedef 'PFNGLDRAWRANGEELEMENTARRAYATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6033: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6033: error: expected primary-expression before 'start' /usr/include/GL/glext.h:6033: error: expected primary-expression before 'end' /usr/include/GL/glext.h:6033: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6041: error: typedef 'PFNGLDRAWMESHARRAYSSUNPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6041: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6041: error: expected primary-expression before 'first' /usr/include/GL/glext.h:6041: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6041: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6067: error: typedef 'PFNGLGENOCCLUSIONQUERIESNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6067: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6067: error: expected primary-expression before '*' token /usr/include/GL/glext.h:6067: error: 'ids' was not declared in this scope /usr/include/GL/glext.h:6068: error: typedef 'PFNGLDELETEOCCLUSIONQUERIESNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6068: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6068: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6072: error: 'GLenum' has not been declared /usr/include/GL/glext.h:6073: error: 'GLenum' has not been declared /usr/include/GL/glext.h:6082: error: typedef 'PFNGLPOINTPARAMETERINVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6082: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6082: error: expected primary-expression before 'param' /usr/include/GL/glext.h:6083: error: typedef 'PFNGLPOINTPARAMETERIVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6083: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6083: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6103: error: typedef 'PFNGLACTIVESTENCILFACEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6103: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6123: error: typedef 'PFNGLELEMENTPOINTERAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6123: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6123: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6124: error: typedef 'PFNGLDRAWELEMENTARRAYAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6124: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6124: error: expected primary-expression before 'first' /usr/include/GL/glext.h:6124: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6125: error: typedef 'PFNGLDRAWRANGEELEMENTARRAYAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6125: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6125: error: expected primary-expression before 'start' /usr/include/GL/glext.h:6125: error: expected primary-expression before 'end' /usr/include/GL/glext.h:6125: error: expected primary-expression before 'first' /usr/include/GL/glext.h:6125: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6126: error: typedef 'PFNGLMULTIDRAWELEMENTARRAYAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6126: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6126: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6126: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6126: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6127: error: typedef 'PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6127: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6127: error: expected primary-expression before 'start' /usr/include/GL/glext.h:6127: error: expected primary-expression before 'end' /usr/include/GL/glext.h:6127: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6127: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6127: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6142: error: typedef 'PFNGLGENFENCESAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6142: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6142: error: expected primary-expression before '*' token /usr/include/GL/glext.h:6142: error: 'fences' was not declared in this scope /usr/include/GL/glext.h:6143: error: typedef 'PFNGLDELETEFENCESAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6143: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6143: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6148: error: typedef 'PFNGLTESTOBJECTAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6148: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6148: error: expected primary-expression before 'name' /usr/include/GL/glext.h:6149: error: typedef 'PFNGLFINISHOBJECTAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6149: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6149: error: expected primary-expression before 'name' /usr/include/GL/glext.h:6161: error: typedef 'PFNGLDELETEVERTEXARRAYSAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6161: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6161: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6162: error: typedef 'PFNGLGENVERTEXARRAYSAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6162: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6162: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6173: error: typedef 'PFNGLVERTEXARRAYRANGEAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6173: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6173: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:6173: error: 'pointer' was not declared in this scope /usr/include/GL/glext.h:6174: error: typedef 'PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6174: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6174: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:6174: error: 'pointer' was not declared in this scope /usr/include/GL/glext.h:6175: error: typedef 'PFNGLVERTEXARRAYPARAMETERIAPPLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6175: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6175: error: expected primary-expression before 'param' /usr/include/GL/glext.h:6191: error: typedef 'PFNGLDRAWBUFFERSATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6191: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6191: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6224: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6224: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6225: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6225: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6226: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6226: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6227: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6227: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6228: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6228: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6229: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6229: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:6302: error: typedef 'PFNGLMULTITEXCOORD1HNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6302: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6302: error: expected primary-expression before 's' /usr/include/GL/glext.h:6303: error: typedef 'PFNGLMULTITEXCOORD1HVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6303: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6303: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6304: error: typedef 'PFNGLMULTITEXCOORD2HNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6304: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6304: error: expected primary-expression before 's' /usr/include/GL/glext.h:6304: error: expected primary-expression before 't' /usr/include/GL/glext.h:6305: error: typedef 'PFNGLMULTITEXCOORD2HVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6305: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6305: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6306: error: typedef 'PFNGLMULTITEXCOORD3HNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6306: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6306: error: expected primary-expression before 's' /usr/include/GL/glext.h:6306: error: expected primary-expression before 't' /usr/include/GL/glext.h:6306: error: expected primary-expression before 'r' /usr/include/GL/glext.h:6307: error: typedef 'PFNGLMULTITEXCOORD3HVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6307: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6307: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6308: error: typedef 'PFNGLMULTITEXCOORD4HNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6308: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6308: error: expected primary-expression before 's' /usr/include/GL/glext.h:6308: error: expected primary-expression before 't' /usr/include/GL/glext.h:6308: error: expected primary-expression before 'r' /usr/include/GL/glext.h:6308: error: expected primary-expression before 'q' /usr/include/GL/glext.h:6309: error: typedef 'PFNGLMULTITEXCOORD4HVNVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6309: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6309: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6324: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6325: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6326: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6327: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6336: error: typedef 'PFNGLPIXELDATARANGENVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6336: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6336: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6336: error: 'GLvoid' was not declared in this scope /usr/include/GL/glext.h:6336: error: 'pointer' was not declared in this scope /usr/include/GL/glext.h:6337: error: typedef 'PFNGLFLUSHPIXELDATARANGENVPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6337: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6364: error: expected initializer before '*' token /usr/include/GL/glext.h:6374: error: typedef 'PFNGLSTENCILOPSEPARATEATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6374: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6374: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6374: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6374: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6375: error: typedef 'PFNGLSTENCILFUNCSEPARATEATIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6375: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6375: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6375: error: expected primary-expression before 'ref' /usr/include/GL/glext.h:6375: error: expected primary-expression before 'mask' /usr/include/GL/glext.h:6385: error: 'GLenum' has not been declared /usr/include/GL/glext.h:6385: error: 'GLsizei' has not been declared /usr/include/GL/glext.h:6386: error: 'GLenum' has not been declared /usr/include/GL/glext.h:6386: error: 'GLfloat' has not been declared /usr/include/GL/glext.h:6387: error: 'GLenum' has not been declared /usr/include/GL/glext.h:6399: error: typedef 'PFNGLDEPTHBOUNDSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6399: error: 'GLclampd' was not declared in this scope /usr/include/GL/glext.h:6399: error: 'GLclampd' was not declared in this scope /usr/include/GL/glext.h:6411: error: typedef 'PFNGLBLENDEQUATIONSEPARATEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6411: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6411: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6464: error: typedef 'PFNGLBINDRENDERBUFFEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6464: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6464: error: expected primary-expression before 'renderbuffer' /usr/include/GL/glext.h:6465: error: typedef 'PFNGLDELETERENDERBUFFERSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6465: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6465: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6466: error: typedef 'PFNGLGENRENDERBUFFERSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6466: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6466: error: expected primary-expression before '*' token /usr/include/GL/glext.h:6466: error: 'renderbuffers' was not declared in this scope /usr/include/GL/glext.h:6467: error: typedef 'PFNGLRENDERBUFFERSTORAGEEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6467: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6467: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6467: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6467: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6468: error: typedef 'PFNGLGETRENDERBUFFERPARAMETERIVEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6468: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6468: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6468: error: expected primary-expression before '*' token /usr/include/GL/glext.h:6468: error: 'params' was not declared in this scope /usr/include/GL/glext.h:6470: error: typedef 'PFNGLBINDFRAMEBUFFEREXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6470: error: 'GLenum' was not declared in this scope /usr/include/GL/glext.h:6470: error: expected primary-expression before 'framebuffer' /usr/include/GL/glext.h:6471: error: typedef 'PFNGLDELETEFRAMEBUFFERSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6471: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6471: error: expected primary-expression before 'const' /usr/include/GL/glext.h:6472: error: typedef 'PFNGLGENFRAMEBUFFERSEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6472: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6472: error: expected primary-expression before '*' token /usr/include/GL/glext.h:6472: error: 'framebuffers' was not declared in this scope /usr/include/GL/glext.h:6473: error: typedef 'GLenum' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6473: error: 'PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC' was not declared in this scope /usr/include/GL/glext.h:6473: error: expected ',' or ';' before '(' token /usr/include/GL/glext.h:6487: error: typedef 'PFNGLSTRINGMARKERGREMEDYPROC' is initialized (use __typeof__ instead) /usr/include/GL/glext.h:6487: error: 'GLsizei' was not declared in this scope /usr/include/GL/glext.h:6487: error: expected primary-expression before 'const' configure:5739: $? = 1 configure: failed program was: | #line 5725 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5755: result: no configure:5759: checking GL/glext.h presence configure:5770: g++ -E conftest.cc configure:5776: $? = 0 configure:5795: result: yes configure:5815: WARNING: GL/glext.h: present but cannot be compiled configure:5817: WARNING: GL/glext.h: check for missing prerequisite headers? configure:5819: WARNING: GL/glext.h: proceeding with the preprocessor's result configure:5831: checking for GL/glext.h configure:5838: result: yes configure:5865: checking GL/glxext.h usability configure:5878: g++ -c -g -O2 conftest.cc >&5 /usr/include/GL/glxext.h:309: error: 'XID' does not name a type /usr/include/GL/glxext.h:313: error: 'XID' does not name a type /usr/include/GL/glxext.h:318: error: 'XID' does not name a type /usr/include/GL/glxext.h:322: error: 'Bool' does not name a type /usr/include/GL/glxext.h:323: error: expected ';' before '*' token /usr/include/GL/glxext.h:324: error: 'GLXDrawable' does not name a type /usr/include/GL/glxext.h:376: error: expected initializer before '*' token /usr/include/GL/glxext.h:377: error: expected initializer before '*' token /usr/include/GL/glxext.h:378: error: typedef 'PFNGLXGETFBCONFIGATTRIBPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:378: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:378: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:378: error: 'GLXFBConfig' was not declared in this scope /usr/include/GL/glxext.h:378: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:378: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:379: error: expected initializer before '*' token /usr/include/GL/glxext.h:380: error: typedef 'GLXWindow' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:380: error: 'PFNGLXCREATEWINDOWPROC' was not declared in this scope /usr/include/GL/glxext.h:380: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:381: error: typedef 'PFNGLXDESTROYWINDOWPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:381: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:381: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:381: error: expected primary-expression before 'win' /usr/include/GL/glxext.h:382: error: typedef 'GLXPixmap' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:382: error: 'PFNGLXCREATEPIXMAPPROC' was not declared in this scope /usr/include/GL/glxext.h:382: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:383: error: typedef 'PFNGLXDESTROYPIXMAPPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:383: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:383: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:383: error: expected primary-expression before 'pixmap' /usr/include/GL/glxext.h:384: error: typedef 'GLXPbuffer' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:384: error: 'PFNGLXCREATEPBUFFERPROC' was not declared in this scope /usr/include/GL/glxext.h:384: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:385: error: typedef 'PFNGLXDESTROYPBUFFERPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:385: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:385: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:385: error: expected primary-expression before 'pbuf' /usr/include/GL/glxext.h:386: error: typedef 'PFNGLXQUERYDRAWABLEPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:386: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:386: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:386: error: 'GLXDrawable' was not declared in this scope /usr/include/GL/glxext.h:386: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:386: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:387: error: typedef 'GLXContext' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:387: error: 'PFNGLXCREATENEWCONTEXTPROC' was not declared in this scope /usr/include/GL/glxext.h:387: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:388: error: typedef 'Bool' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:388: error: 'PFNGLXMAKECONTEXTCURRENTPROC' was not declared in this scope /usr/include/GL/glxext.h:388: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:389: error: typedef 'GLXDrawable' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:389: error: 'PFNGLXGETCURRENTREADDRAWABLEPROC' was not declared in this scope /usr/include/GL/glxext.h:389: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:390: error: expected initializer before '*' token /usr/include/GL/glxext.h:391: error: typedef 'PFNGLXQUERYCONTEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:391: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:391: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:391: error: expected primary-expression before 'ctx' /usr/include/GL/glxext.h:391: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:391: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:392: error: typedef 'PFNGLXSELECTEVENTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:392: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:392: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:392: error: expected primary-expression before 'draw' /usr/include/GL/glxext.h:392: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:393: error: typedef 'PFNGLXGETSELECTEDEVENTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:393: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:393: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:393: error: expected primary-expression before 'draw' /usr/include/GL/glxext.h:393: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:401: error: expected ',' or '...' before '*' token /usr/include/GL/glxext.h:409: error: expected ',' or '...' before '*' token /usr/include/GL/glxext.h:448: error: typedef 'PFNGLXMAKECURRENTREADSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:448: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:448: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:448: error: expected primary-expression before 'draw' /usr/include/GL/glxext.h:448: error: expected primary-expression before 'read' /usr/include/GL/glxext.h:448: error: expected primary-expression before 'ctx' /usr/include/GL/glxext.h:477: error: expected initializer before '*' token /usr/include/GL/glxext.h:478: error: typedef 'PFNGLXQUERYCONTEXTINFOEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:478: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:478: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:478: error: expected primary-expression before 'context' /usr/include/GL/glxext.h:478: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:478: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:479: error: typedef 'GLXContextID' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:479: error: 'PFNGLXGETCONTEXTIDEXTPROC' was not declared in this scope /usr/include/GL/glxext.h:479: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:480: error: typedef 'PFNGLXIMPORTCONTEXTEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:480: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:480: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:480: error: expected primary-expression before 'contextID' /usr/include/GL/glxext.h:481: error: typedef 'PFNGLXFREECONTEXTEXTPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:481: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:481: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:481: error: expected primary-expression before 'context' /usr/include/GL/glxext.h:494: error: typedef 'PFNGLXGETFBCONFIGATTRIBSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:494: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:494: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:494: error: expected primary-expression before 'config' /usr/include/GL/glxext.h:494: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:494: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:495: error: typedef 'PFNGLXCHOOSEFBCONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:495: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:495: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:495: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:495: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:495: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:496: error: typedef 'PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:496: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:496: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:496: error: expected primary-expression before 'config' /usr/include/GL/glxext.h:496: error: 'Pixmap' was not declared in this scope /usr/include/GL/glxext.h:497: error: typedef 'PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:497: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:497: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:497: error: expected primary-expression before 'config' /usr/include/GL/glxext.h:497: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:497: error: expected primary-expression before 'share_list' /usr/include/GL/glxext.h:497: error: expected primary-expression before 'direct' /usr/include/GL/glxext.h:498: error: expected initializer before '*' token /usr/include/GL/glxext.h:499: error: typedef 'PFNGLXGETFBCONFIGFROMVISUALSGIXPROC' 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: 'XVisualInfo' was not declared in this scope /usr/include/GL/glxext.h:499: error: 'vis' was not declared in this scope /usr/include/GL/glxext.h:511: error: typedef 'GLXPbufferSGIX' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:511: error: 'PFNGLXCREATEGLXPBUFFERSGIXPROC' was not declared in this scope /usr/include/GL/glxext.h:511: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:512: error: typedef 'PFNGLXDESTROYGLXPBUFFERSGIXPROC' 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: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:512: error: expected primary-expression before 'pbuf' /usr/include/GL/glxext.h:513: error: typedef 'PFNGLXQUERYGLXPBUFFERSGIXPROC' 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: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:513: error: expected primary-expression before 'pbuf' /usr/include/GL/glxext.h:513: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:513: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:514: error: typedef 'PFNGLXSELECTEVENTSGIXPROC' 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: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:514: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:514: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:515: error: typedef 'PFNGLXGETSELECTEDEVENTSGIXPROC' 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: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:515: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:515: error: expected primary-expression before 'unsigned' /usr/include/GL/glxext.h:523: error: typedef 'PFNGLXCUSHIONSGIPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:523: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:523: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:523: error: 'Window' was not declared in this scope /usr/include/GL/glxext.h:523: error: expected primary-expression before 'float' /usr/include/GL/glxext.h:535: error: typedef 'PFNGLXBINDCHANNELTOWINDOWSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:535: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:535: error: 'display' was not declared in this scope /usr/include/GL/glxext.h:535: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:535: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:535: error: 'Window' was not declared in this scope /usr/include/GL/glxext.h:536: error: typedef 'PFNGLXCHANNELRECTSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:536: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:536: error: 'display' was not declared in this scope /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:536: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: typedef 'PFNGLXQUERYCHANNELRECTSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:537: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:537: error: 'display' was not declared in this scope /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:537: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: typedef 'PFNGLXQUERYCHANNELDELTASSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:538: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:538: error: 'display' was not declared in this scope /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:538: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:539: error: typedef 'PFNGLXCHANNELRECTSYNCSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:539: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:539: error: 'display' was not declared in this scope /usr/include/GL/glxext.h:539: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:539: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:539: error: 'GLenum' was not declared in this scope /usr/include/GL/glxext.h:557: error: typedef 'PFNGLXJOINSWAPGROUPSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:557: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:557: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:557: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:557: error: expected primary-expression before 'member' /usr/include/GL/glxext.h:566: error: typedef 'PFNGLXBINDSWAPBARRIERSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:566: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:566: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:566: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:566: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:567: error: typedef 'PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC' 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: expected primary-expression before 'int' /usr/include/GL/glxext.h:567: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:575: error: typedef 'Status' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:575: error: 'PFNGLXGETTRANSPARENTINDEXSUNPROC' was not declared in this scope /usr/include/GL/glxext.h:575: error: expected ',' or ';' before '(' token /usr/include/GL/glxext.h:583: error: typedef 'PFNGLXCOPYSUBBUFFERMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:583: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:583: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:583: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:583: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:583: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:583: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:583: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:591: error: typedef 'PFNGLXCREATEGLXPIXMAPMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:591: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:591: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:591: error: 'XVisualInfo' was not declared in this scope /usr/include/GL/glxext.h:591: error: 'visual' was not declared in this scope /usr/include/GL/glxext.h:591: error: 'Pixmap' was not declared in this scope /usr/include/GL/glxext.h:591: error: 'Colormap' was not declared in this scope /usr/include/GL/glxext.h:599: error: typedef 'PFNGLXRELEASEBUFFERSMESAPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:599: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:599: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:599: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:627: error: typedef 'PFNGLXGETSYNCVALUESOMLPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:627: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:627: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:627: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:627: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:627: error: 'ust' was not declared in this scope /usr/include/GL/glxext.h:627: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:627: error: 'msc' was not declared in this scope /usr/include/GL/glxext.h:627: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:627: error: 'sbc' was not declared in this scope /usr/include/GL/glxext.h:628: error: typedef 'PFNGLXGETMSCRATEOMLPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:628: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:628: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:628: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:628: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:628: error: 'numerator' was not declared in this scope /usr/include/GL/glxext.h:628: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:628: error: 'denominator' was not declared in this scope /usr/include/GL/glxext.h:629: error: typedef 'PFNGLXSWAPBUFFERSMSCOMLPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:629: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:629: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:629: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:629: error: expected primary-expression before 'target_msc' /usr/include/GL/glxext.h:629: error: expected primary-expression before 'divisor' /usr/include/GL/glxext.h:629: error: expected primary-expression before 'remainder' /usr/include/GL/glxext.h:630: error: typedef 'PFNGLXWAITFORMSCOMLPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:630: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:630: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:630: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:630: error: expected primary-expression before 'target_msc' /usr/include/GL/glxext.h:630: error: expected primary-expression before 'divisor' /usr/include/GL/glxext.h:630: error: expected primary-expression before 'remainder' /usr/include/GL/glxext.h:630: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:630: error: 'ust' was not declared in this scope /usr/include/GL/glxext.h:630: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:630: error: 'msc' was not declared in this scope /usr/include/GL/glxext.h:630: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:630: error: 'sbc' was not declared in this scope /usr/include/GL/glxext.h:631: error: typedef 'PFNGLXWAITFORSBCOMLPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:631: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:631: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:631: error: expected primary-expression before 'drawable' /usr/include/GL/glxext.h:631: error: expected primary-expression before 'target_sbc' /usr/include/GL/glxext.h:631: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:631: error: 'ust' was not declared in this scope /usr/include/GL/glxext.h:631: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:631: error: 'msc' was not declared in this scope /usr/include/GL/glxext.h:631: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:631: error: 'sbc' was not declared in this scope /usr/include/GL/glxext.h:671: error: typedef 'PFNGLXQUERYHYPERPIPENETWORKSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:671: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:671: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:671: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:672: error: typedef 'PFNGLXHYPERPIPECONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:672: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:672: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:672: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:672: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:672: error: expected primary-expression before '*' token /usr/include/GL/glxext.h:672: error: 'cfg' was not declared in this scope /usr/include/GL/glxext.h:672: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:673: error: typedef 'PFNGLXQUERYHYPERPIPECONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:673: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:673: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:673: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:673: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:674: error: typedef 'PFNGLXDESTROYHYPERPIPECONFIGSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:674: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:674: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:674: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:675: error: typedef 'PFNGLXBINDHYPERPIPESGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:675: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:675: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:675: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:676: error: typedef 'PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:676: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:676: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:676: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:676: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:676: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:676: error: expected primary-expression before 'void' /usr/include/GL/glxext.h:676: error: expected primary-expression before 'void' /usr/include/GL/glxext.h:677: error: typedef 'PFNGLXHYPERPIPEATTRIBSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:677: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:677: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:677: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:677: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:677: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:677: error: expected primary-expression before 'void' /usr/include/GL/glxext.h:678: error: typedef 'PFNGLXQUERYHYPERPIPEATTRIBSGIXPROC' is initialized (use __typeof__ instead) /usr/include/GL/glxext.h:678: error: 'Display' was not declared in this scope /usr/include/GL/glxext.h:678: error: 'dpy' was not declared in this scope /usr/include/GL/glxext.h:678: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:678: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:678: error: expected primary-expression before 'int' /usr/include/GL/glxext.h:678: error: expected primary-expression before 'void' configure:5881: $? = 1 configure: failed program was: | #line 5867 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5897: result: no configure:5901: checking GL/glxext.h presence configure:5912: g++ -E conftest.cc configure:5918: $? = 0 configure:5937: result: yes configure:5957: WARNING: GL/glxext.h: present but cannot be compiled configure:5959: WARNING: GL/glxext.h: check for missing prerequisite headers? configure:5961: WARNING: GL/glxext.h: proceeding with the preprocessor's result configure:5973: checking for GL/glxext.h configure:5980: result: yes configure:6007: checking GL/wglext.h usability configure:6020: g++ -c -g -O2 conftest.cc >&5 configure:6078:23: error: GL/wglext.h: No such file or directory configure:6023: $? = 1 configure: failed program was: | #line 6009 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6039: result: no configure:6043: checking GL/wglext.h presence configure:6054: g++ -E conftest.cc configure:6080:23: error: GL/wglext.h: No such file or directory configure:6060: $? = 1 configure: failed program was: | #line 6045 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include configure:6079: result: no configure:6115: checking for GL/wglext.h configure:6122: result: no configure:6150: checking hash_map usability configure:6163: g++ -c -g -O2 conftest.cc >&5 configure:6221:20: error: hash_map: No such file or directory configure:6166: $? = 1 configure: failed program was: | #line 6152 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6182: result: no configure:6186: checking hash_map presence configure:6197: g++ -E conftest.cc configure:6223:20: error: hash_map: No such file or directory configure:6203: $? = 1 configure: failed program was: | #line 6188 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include configure:6222: result: no configure:6258: checking for hash_map configure:6265: result: no configure:6292: checking hash_set usability configure:6305: g++ -c -g -O2 conftest.cc >&5 configure:6363:20: error: hash_set: No such file or directory configure:6308: $? = 1 configure: failed program was: | #line 6294 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6324: result: no configure:6328: checking hash_set presence configure:6339: g++ -E conftest.cc configure:6365:20: error: hash_set: No such file or directory configure:6345: $? = 1 configure: failed program was: | #line 6330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | /* end confdefs.h. */ | #include configure:6364: result: no configure:6400: checking for hash_set configure:6407: result: no configure:6434: checking ext/hash_map usability configure:6447: g++ -c -g -O2 conftest.cc >&5 configure:6450: $? = 0 configure:6453: test -s conftest.o configure:6456: $? = 0 configure:6466: result: yes configure:6470: checking ext/hash_map presence configure:6481: g++ -E conftest.cc configure:6487: $? = 0 configure:6506: result: yes configure:6542: checking for ext/hash_map configure:6549: result: yes configure:6576: checking ext/hash_set usability configure:6589: g++ -c -g -O2 conftest.cc >&5 configure:6592: $? = 0 configure:6595: test -s conftest.o configure:6598: $? = 0 configure:6608: result: yes configure:6612: checking ext/hash_set presence configure:6623: g++ -E conftest.cc configure:6629: $? = 0 configure:6648: result: yes configure:6684: checking for ext/hash_set configure:6691: result: yes configure:6718: checking valarray usability configure:6731: g++ -c -g -O2 conftest.cc >&5 configure:6734: $? = 0 configure:6737: test -s conftest.o configure:6740: $? = 0 configure:6750: result: yes configure:6754: checking valarray presence configure:6765: g++ -E conftest.cc configure:6771: $? = 0 configure:6790: result: yes configure:6826: checking for valarray configure:6833: result: yes configure:6860: checking sstream usability configure:6873: g++ -c -g -O2 conftest.cc >&5 configure:6876: $? = 0 configure:6879: test -s conftest.o configure:6882: $? = 0 configure:6892: result: yes configure:6896: checking sstream presence configure:6907: g++ -E conftest.cc configure:6913: $? = 0 configure:6932: result: yes configure:6968: checking for sstream configure:6975: result: yes configure:7002: checking strstream usability configure:7015: g++ -c -g -O2 conftest.cc >&5 In file included from /usr/lib/gcc/x86_64-mandriva-linux-gnu/4.1.1/../../../../include/c++/4.1.1/backward/strstream:51, from configure:7077: /usr/lib/gcc/x86_64-mandriva-linux-gnu/4.1.1/../../../../include/c++/4.1.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure:7018: $? = 0 configure:7021: test -s conftest.o configure:7024: $? = 0 configure:7034: result: yes configure:7038: checking strstream presence configure:7049: g++ -E conftest.cc In file included from /usr/lib/gcc/x86_64-mandriva-linux-gnu/4.1.1/../../../../include/c++/4.1.1/backward/strstream:51, from configure:7079: /usr/lib/gcc/x86_64-mandriva-linux-gnu/4.1.1/../../../../include/c++/4.1.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure:7055: $? = 0 configure:7074: result: yes configure:7110: checking for strstream configure:7117: result: yes configure:7132: checking for an ANSI C-conforming const configure:7200: g++ -c -g -O2 conftest.cc >&5 configure:7203: $? = 0 configure:7206: test -s conftest.o configure:7209: $? = 0 configure:7220: result: yes configure:7230: checking for inline configure:7252: g++ -c -g -O2 conftest.cc >&5 configure:7255: $? = 0 configure:7258: test -s conftest.o configure:7261: $? = 0 configure:7273: result: inline configure:7289: checking for type bool configure:7308: g++ -c -g -O2 conftest.cc >&5 configure:7311: $? = 0 configure:7314: test -s conftest.o configure:7317: $? = 0 configure:7319: result: yes configure:7337: checking for working alloca.h configure:7359: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7362: $? = 0 configure:7365: test -s conftest configure:7368: $? = 0 configure:7379: result: yes configure:7389: checking for alloca configure:7431: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7437:1: warning: "alloca" redefined In file included from /usr/include/stdlib.h:612, from configure:7402: /usr/include/alloca.h:36:1: warning: this is the location of the previous definition configure:7434: $? = 0 configure:7437: test -s conftest configure:7440: $? = 0 configure:7451: result: yes configure:7667: checking for rint configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7720: $? = 0 configure:7723: test -s conftest configure:7726: $? = 0 configure:7737: result: yes configure:7667: checking for getrusage configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7720: $? = 0 configure:7723: test -s conftest configure:7726: $? = 0 configure:7737: result: yes configure:7667: checking for times configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7720: $? = 0 configure:7723: test -s conftest configure:7726: $? = 0 configure:7737: result: yes configure:7667: checking for random configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7734: error: declaration of C function 'char random()' conflicts with /usr/include/stdlib.h:445: error: previous declaration 'long int random()' here configure:7720: $? = 1 configure: failed program was: | #line 7672 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBPNG 1 | #define HAVE_OPENGL "OpenGL" | #define HAVE_POLYOFFSET 1 | #define HAVE_POLYOFFSET_EXT 1 | #define HAVE_FLTK 1 | #define HAVE_FLTK_GL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GL_GLEXT_H 1 | #define HAVE_GL_GLXEXT_H 1 | #define HAVE_EXT_HASH_MAP 1 | #define HAVE_EXT_HASH_SET 1 | #define HAVE_VALARRAY 1 | #define HAVE_SSTREAM 1 | #define HAVE_STRSTREAM 1 | #define HAVE_BOOL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_RINT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_TIMES 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char random (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char random (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_random) || defined (__stub___random) | choke me | #else | char (*f) () = random; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != random; | ; | return 0; | } configure:7737: result: no configure:7667: checking for getopt configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7720: $? = 0 configure:7723: test -s conftest configure:7726: $? = 0 configure:7737: result: yes configure:7667: checking for getopt_long configure:7717: g++ -o conftest -g -O2 conftest.cc -lm >&5 configure:7720: $? = 0 configure:7723: test -s conftest configure:7726: $? = 0 configure:7737: result: yes configure:7852: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on HURACAN config.status:627: creating gfx-config config.status:730: creating include/gfx/config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_alloca_works=yes ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getrusage=yes ac_cv_func_glPolygonOffset=yes ac_cv_func_glPolygonOffsetEXT=yes ac_cv_func_random=no ac_cv_func_remove=yes ac_cv_func_rint=yes ac_cv_func_shmat=yes ac_cv_func_times=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' ac_cv_header_GL_glext_h=yes ac_cv_header_GL_glxext_h=yes ac_cv_header_GL_wglext_h=no ac_cv_header_ext_hash_map=yes ac_cv_header_ext_hash_set=yes ac_cv_header_hash_map=no ac_cv_header_hash_set=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_sstream=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_strstream=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valarray=yes ac_cv_lib_GL_glBegin=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_jpeg_jpeg_start_compress=yes ac_cv_lib_m_sqrt=yes ac_cv_lib_png_png_read_image=yes ac_cv_lib_tiff_TIFFOpen=yes ac_cv_lib_z_zlibVersion=yes ac_cv_objext=o ac_cv_path_RM=/bin/rm ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_FLTKCONFIG=fltk-config ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_working_alloca_h=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' CC='gcc' CC_DEPEND='$(CC) -M' CFLAGS='-g -O2 -I/usr/local/qslim-2.1/libgfx/include -DHAVE_CONFIG_H' CPP='gcc -E' CPPFLAGS=' -I/usr/local/qslim-2.1/libgfx/include -DHAVE_CONFIG_H' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2 -I/usr/local/qslim-2.1/libgfx/include -DHAVE_CONFIG_H' CXX_DEPEND='$(CXX) -M' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FLTKCONFIG='fltk-config' FLTK_LIBS='-lfltk_gl -lfltk' GL_LIBS='-lGL -lGLU' IMG_LIBS=' -lz -ljpeg -ltiff -lpng' LDFLAGS=' -L/usr/local/qslim-2.1/libgfx/src' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RM='/bin/rm' SHELL='/bin/sh' X_CFLAGS='' X_CORE='-lX11 -lXext' X_DCORE='-lX11 -lXext' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_BOOL 1 #define HAVE_EXT_HASH_MAP 1 #define HAVE_EXT_HASH_SET 1 #define HAVE_FLTK 1 #define HAVE_FLTK_GL 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETRUSAGE 1 #define HAVE_GL_GLEXT_H 1 #define HAVE_GL_GLXEXT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBM 1 #define HAVE_LIBPNG 1 #define HAVE_LIBTIFF 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_OPENGL "OpenGL" #define HAVE_POLYOFFSET 1 #define HAVE_POLYOFFSET_EXT 1 #define HAVE_RINT 1 #define HAVE_SSTREAM 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSTREAM 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIMES 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VALARRAY 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #endif #ifdef __cplusplus #include configure: exit 0