Author Topic: gl.h not found  (Read 3692 times)

ZDearborn

  • Guest
gl.h not found
« on: 19 May 2008, 01:36:10 »
I've obtained the sources via SVN and followed the how-to on the compiling in VSC++2008, and there are 6 errors I get when I try to compile.

Error   3   fatal error C1083: Cannot open include file: 'gl.h': No such file or directory   c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h   17
Error   4   fatal error C1083: Cannot open include file: 'gl.h': No such file or directory   c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h   17
Error   5   fatal error C1083: Cannot open include file: 'gl.h': No such file or directory   c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h   17
Error   6   fatal error C1083: Cannot open include file: 'gl.h': No such file or directory   c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h   17
Error   7   fatal error C1083: Cannot open include file: 'gl.h': No such file or directory   c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h   17

I've downloaded the deps and put it in the folders, etc.

Anything I'm doing wrong?
« Last Edit: 1 January 1970, 00:00:00 by ZDearborn »

Duke

  • Guest
(No subject)
« Reply #1 on: 19 May 2008, 14:46:23 »
I'm no expert, but it look like he can't find OpenGL properly.
« Last Edit: 1 January 1970, 00:00:00 by Duke »

ZDearborn

  • Guest
(No subject)
« Reply #2 on: 20 May 2008, 02:56:30 »
Its weird though, because it can find all the other gl files.
« Last Edit: 1 January 1970, 00:00:00 by ZDearborn »

ZDearborn

  • Guest
(No subject)
« Reply #3 on: 23 May 2008, 21:51:04 »
Bump? :S
« Last Edit: 1 January 1970, 00:00:00 by ZDearborn »

hailstone

  • GAE Team
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
(No subject)
« Reply #4 on: 24 May 2008, 08:14:46 »
Have you found the file yourself?
« Last Edit: 1 January 1970, 00:00:00 by hailstone »
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

ZDearborn

  • Guest
(No subject)
« Reply #5 on: 25 May 2008, 00:43:46 »
Yes the file is there and visible..
« Last Edit: 1 January 1970, 00:00:00 by ZDearborn »

sallyxi

  • Guest
(No subject)
« Reply #6 on: 25 May 2008, 16:00:51 »
I`m not sure,but maybe reinstall it that can work.
« Last Edit: 1 January 1970, 00:00:00 by sallyxi »

ZDearborn

  • Guest
(No subject)
« Reply #7 on: 26 May 2008, 16:12:06 »
I've tried reinstalling many times, But it Doesnt work...
« Last Edit: 1 January 1970, 00:00:00 by ZDearborn »

orion

  • Guest
(No subject)
« Reply #8 on: 26 May 2008, 20:27:16 »
did you write:

#include 'gl.h'

or did you write: (this is the right way)

#include <gl.h>
-----------------------------------------------
try writing:

#include <gl/gl.h>
« Last Edit: 1 January 1970, 00:00:00 by orion »

quinnteh

  • Guest
(No subject)
« Reply #9 on: 2 June 2008, 14:35:55 »
Hi there, I intend to compile it in VS 2008 too, but haven't yet found the manual on how to do it. Would you mind linking it here so that if I figure it out I can let you know?

Thanks
« Last Edit: 1 January 1970, 00:00:00 by quinnteh »

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
(No subject)
« Reply #10 on: 1 July 2008, 15:22:42 »
Try unistalling it, redownloading it and installing once more. Make sure you have the right version (Windows or Linux)  :-[
« Last Edit: 1 January 1970, 00:00:00 by omega »
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

 

anything