View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003107 | DarkRadiant | Design/Coding | public | 03.05.2012 18:09 | 27.08.2013 14:32 |
| Reporter | salamanderrake | Assigned To | orbweaver | ||
| Priority | normal | Severity | normal | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | AMD64 | OS | Gentoo | OS Version | 10.1 |
| Product Version | 1.7.0 | ||||
| Summary | 0003107: patch iglrender.h RENDER_COLORWRITE no declared in this scope. | ||||
| Description | Compiler 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 Information | Making 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 | ||||
| Tags | No 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" | ||||
| 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 |