Hi
I'm attempting to get irrCg_svn running in Linux with OpenGL
I've commented out //#define IrrCgD3D9 and #define IrrCgWin32 and // #define IrrCgSharedLib then uncommented #define IrrCgLinux in the IrrGc.cpp file
I have gc toolkit 2.2 installed in /usr
I'm using Irrlicht 1.5
but am getting the following compile errors:
/Software/irrlicht/irrcg/source> make
g++ IrrCg.cpp -static -c -o ../lib/Linux/libIrrCg.a -I"../../Irrlicht/include" -I"../../Irrlicht/source/Irrlicht" -I"../include" -L"/usr/X11R6/lib" -L"../../lib/Linux"
In file included from IrrCg.cpp:47:
../../Irrlicht/include/IrrCgExtensionHandler.h: In constructor ‘IrrCg::IrrCgExtensionHandler::IrrCgExtensionHandler()’:
../../Irrlicht/include/IrrCgExtensionHandler.h:25: error: ‘wglGetProcAddress’ was not declared in this scope
In file included from IrrCg.cpp:48:
../../Irrlicht/include/IrrCgMaterial.h: At global scope:
../../Irrlicht/include/IrrCgMaterial.h:10: error: use of enum ‘IRR_CG_TYPE’ without previous declaration
../../Irrlicht/include/IrrCgMaterial.h:11: error: use of enum ‘IRR_CG_TRANSFORM’ without previous declaration
../../Irrlicht/include/IrrCgMaterial.h:417: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:433: error: ‘IRR_CG_TRANSFORM’ does not name a type
../../Irrlicht/include/IrrCgMaterial.h:441: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:457: error: ‘IRR_CG_TRANSFORM’ does not name a type
../../Irrlicht/include/IrrCgMaterial.h:465: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:481: error: ‘IRR_CG_TRANSFORM’ does not name a type
../../Irrlicht/include/IrrCgMaterial.h:489: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:505: error: ‘IRR_CG_TRANSFORM’ does not name a type
../../Irrlicht/include/IrrCgMaterial.h:513: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:529: error: ‘IRR_CG_TRANSFORM’ does not name a type
../../Irrlicht/include/IrrCgMaterial.h:537: error: ‘IRR_CG_TRANSFORM’ has not been declared
../../Irrlicht/include/IrrCgMaterial.h:553: error: ‘IRR_CG_TRANSFORM’ does not name a type
make: *** [all] Error 1
Is ‘wglGetProcAddress’ a windows only extension loader?
what have I missed?
apologies if this is obvious but its almost 2:00am and I'm getting a little tired