View Issue Details

IDProjectCategoryView StatusLast Update
0001497FSSCPOpenGLpublic2007-10-04 20:47
ReporterSuperdreadnought Assigned Totaylor  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.9 
Fixed in Version3.6.10 
Summary0001497: Ubuntu Gutsy: GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT not declared
DescriptionSince i upgrade from ubuntu feisty to gutsy, fs2_open (version seems not to matter) compilation arborts with:

graphics/gropengltexture.cpp: In function ‘int opengl_check_framebuffer()’:
graphics/gropengltexture.cpp:1825: error: ‘GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT’ was not declared in this scope
make[1]: *** [gropengltexture.o] Error 1
Additional InformationChecked the corresponding source sections and reading sth about GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT not being included in mac os' headers i simply tried recompiling with that section being commented (worked).

Then, assuming it's the right file, i checked /usr/include/SDL/SDL_opengl.h and had to wonder about it including GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT.

Attached my configure-/compile-log and my SDL_opengl.h just for the case u need it.



As gutsy is still in alpha-phase and this bug might flush until its final version i wouldn't let this bug drag too much attention (just wanted to have it reported).
TagsNo tags attached.

Activities

2007-09-09 02:24

 

taylor

2007-09-09 02:57

administrator   ~0008514

Yeah, this should work itself out, I hope. I avoid test releases of OSes, but I'll upgrade to Gusty as soon as it's finalized and make sure to check this as the first thing I do when I've got it all running.

taylor

2007-09-24 22:22

administrator   ~0008540

It has been pointed out to me that this check has been removed from the spec, so it is in fact our bug. I'm going to get that fixed, and resolve this once the changes hit CVS.

taylor

2007-10-04 20:47

administrator   ~0008551

Fixered.

Issue History

Date Modified Username Field Change
2007-09-09 02:24 Superdreadnought New Issue
2007-09-09 02:24 Superdreadnought File Added: log+sdl_ogl_header.tar.bz2
2007-09-09 02:57 taylor Note Added: 0008514
2007-09-24 22:22 taylor Note Added: 0008540
2007-09-24 22:22 taylor Status new => assigned
2007-09-24 22:22 taylor Assigned To => taylor
2007-10-04 20:47 taylor Status assigned => resolved
2007-10-04 20:47 taylor Fixed in Version => 3.6.10
2007-10-04 20:47 taylor Resolution open => fixed
2007-10-04 20:47 taylor Note Added: 0008551