GL/GL.h

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

GL/GL.h

Post by Jookia »

Where the hell is this GL/gl.h file i've been hearing about?
CuteAlien
Admin
Posts: 9721
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

It's part of the opengl development libraries. On debian you could install it for example with: apt-get install mesa-common-dev
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

I'm on win32 and I can't find it.
twilight17
Posts: 362
Joined: Sun Dec 16, 2007 9:25 pm

Post by twilight17 »

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\gl
Post this userbar I made on other websites to show your support for Irrlicht!
Image
http://img147.imageshack.us/img147/1261 ... wernq4.png
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

I have CodeBlocks. D:
abhishekdey1985
Posts: 102
Joined: Sat Jan 17, 2009 4:33 am
Location: Pune
Contact:

Post by abhishekdey1985 »

Then u must have installed MinGW or other GCC package. Go to MinGW Installation Directory /include/GL/gl.h . OpenGL Default comes with MinGW.
I work on "The Best Real-Time 3D Engine"
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

Thanks.

Code: Select all

Linking console executable: ..\bin\Vox.exe
..\..\lib\Win32-gcc\libIrrlicht.a(Irrlicht.o):Irrlicht.cpp:(.text+0x0): multiple definition of `_createDevice'
..\..\lib\Win32-gcc\libIrrlicht.a(d000012.o):(.text+0x0): first defined here
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 4 seconds)
0 errors, 1 warnings
Post Reply