View Issue Details

IDProjectCategoryView StatusLast Update
0003107DarkRadiantDesign/Codingpublic27.08.2013 14:32
Reportersalamanderrake Assigned Toorbweaver  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionfixed 
PlatformAMD64OSGentooOS Version10.1
Product Version1.7.0 
Summary0003107: patch iglrender.h RENDER_COLORWRITE no declared in this scope.
DescriptionCompiler complaing about a flag not declared in this scope. exact message in additional information. So I made a patch to have iglrender.h include irender.h and that fixed the problem.

Additional InformationMaking all in radiant
make[2]: Entering directory `/home/salamanderrake/src/darkradiant/radiant'
  CXX darkradiant-ARBBumpProgram.o
In file included from ./render/backend/GLProgramFactory.h:4:0,
                 from render/backend/glprogram/ARBBumpProgram.cpp:2:
../include/iglrender.h: In constructor ‘OpenGLState::OpenGLState()’:
../include/iglrender.h:210:20: error: ‘RENDER_COLOURWRITE’ was not declared in this scope
make[2]: *** [darkradiant-ARBBumpProgram.o] Error 1
make[2]: Leaving directory `/home/salamanderrake/src/darkradiant/radiant'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/salamanderrake/src/darkradiant'
make: *** [all] Error 2
TagsNo tags attached.
Attached Files
not-inscope_RENDER_COLORWRITE.patch (277 bytes)   
diff --git a/include/iglrender.h b/include/iglrender.h
index a08eafe..14e249f 100644
--- a/include/iglrender.h
+++ b/include/iglrender.h
@@ -4,6 +4,7 @@
 #include "imodule.h"
 #include "ishaders.h"
 #include "ShaderLayer.h"
+#include "irender.h"
 
 #include "math/Vector4.h"
 

Activities

orbweaver

orbweaver

22.05.2012 15:41

developer   ~0004606

Already fixed in later revisions.

Issue History

Date Modified Username Field Change
03.05.2012 18:09 salamanderrake New Issue
03.05.2012 18:09 salamanderrake File Added: not-inscope_RENDER_COLORWRITE.patch
11.05.2012 09:21 orbweaver Assigned To => orbweaver
11.05.2012 09:21 orbweaver Status new => assigned
22.05.2012 15:41 orbweaver Note Added: 0004606
22.05.2012 15:41 orbweaver Status assigned => resolved
22.05.2012 15:41 orbweaver Resolution open => fixed
27.08.2013 14:32 greebo Status resolved => closed