FS#39506 - [supertuxkart] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 17 March 2014, 19:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 18 March 2014, 04:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -D_FORTIFY_SOURCE=2 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLParallaxMapRenderer.o COpenGLParallaxMapRenderer.cpp
In file included from COpenGLDriver.h:25:0,
from COpenGLParallaxMapRenderer.cpp:9:
COpenGLExtensionHandler.h:1237:3: error: 'PFNGLBLENDEQUATIONPROC' does not name a type
PFNGLBLENDEQUATIONPROC pGlBlendEquation;

^
In file included from COpenGLDriver.h:25:0,
from COpenGLNormalMapRenderer.cpp:13:
COpenGLExtensionHandler.h:1237:3: error: 'PFNGLBLENDEQUATIONPROC' does not name a type
PFNGLBLENDEQUATIONPROC pGlBlendEquation;

^
COpenGLExtensionHandler.h: In member function 'void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)':
COpenGLExtensionHandler.h:2571:6: error: 'pGlBlendEquation' was not declared in this scope
if (pGlBlendEquation)

^
COpenGLExtensionHandler.h: In member function 'void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)':
COpenGLExtensionHandler.h:2571:6: error: 'pGlBlendEquation' was not declared in this scope
if (pGlBlendEquation)

^
<builtin>: recipe for target 'COpenGLParallaxMapRenderer.o' failed
make: *** [COpenGLParallaxMapRenderer.o] Error 1
make: *** Waiting for unfinished jobs....
<builtin>: recipe for target 'COpenGLNormalMapRenderer.o' failed
make: *** [COpenGLNormalMapRenderer.o] Error 1
In file included from COpenGLDriver.h:25:0,
from COpenGLDriver.cpp:5:
COpenGLExtensionHandler.h:1237:3: error: 'PFNGLBLENDEQUATIONPROC' does not name a type
PFNGLBLENDEQUATIONPROC pGlBlendEquation;

^
COpenGLExtensionHandler.h: In member function 'void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)':
COpenGLExtensionHandler.h:2571:6: error: 'pGlBlendEquation' was not declared in this scope
if (pGlBlendEquation)

^
<builtin>: recipe for target 'COpenGLDriver.o' failed
make: *** [COpenGLDriver.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 18 March 2014, 04:39 GMT
Reason for closing:  Fixed

Loading...