![]() |
r2926 won't build - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: r2926 won't build (/showthread.php?tid=1370) |
r2926 won't build - a_m0d - 11-22-2010 I just downloaded r2926 and tried to build it on my Fedora box, but I got a couple of errors re: undefined constants. I managed to fix them (only 3 places) by replacing Code: GL_TEXTURE_RECTANGLE Code: GL_TEXTURE_RECTANGLE_EXT Code: GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS Code: GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT Here is a patch if you want it (not sure if this is the correct way of doing things - let me know if there is a better way): Code: diff --git a/include/fbtexture.h b/include/fbtexture.h - NaN - 11-22-2010 GLEW >= 1.5.3 ? - a_m0d - 11-22-2010 Sorry, no. my GLEW is stuck on 1.5.1, and no update has been offered yet. I will have to wait till I get Fedora 14 on my box before I receive this update then, which will hopefully fix this problem. |