Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gmaj7

Pages: [1]
1
Graphics / undefined reference to `gluPerspective'
« on: November 28, 2009, 01:03:36 pm »
So what should I do?  :? I tried adding -lopengl32 -lglu32 , it couldnt find those, then tried searching for glu32.a , apparently there is no such a file on system..

Thanks.

2
Graphics / undefined reference to `gluPerspective'
« on: November 27, 2009, 03:29:41 pm »
I tried this tutorial

http://www.sfml-dev.org/tutorials/1.5/window-opengl.php

and somehow it showed this error message:
Quote
/home/hmh/Cpp/TEST-SFML/main.cpp|35|undefined reference to `gluPerspective'|


although as it says
Quote
To use OpenGL, you only have to include Window.hpp


I'm using Code::Blocks.. Ubuntu..

Thanks.

3
Graphics / can't include gl.h and glu.h [SOLVED]
« on: November 24, 2009, 07:14:14 pm »
I tried this tutorial http://www.sfml-dev.org/tutorials/1.5/window-window.php
and got following error.. what should I do?
I'm using Ubuntu 9.10 , Codeblocks

It seems to me that can't find opengl?

/home/laman/Cpp/SFML-1.5/include/SFML/Window/OpenGL.hpp|47|error: GL/gl.h: No such file or directory|
/home/laman/Cpp/SFML-1.5/include/SFML/Window/OpenGL.hpp|48|error: GL/glu.h: No such file or directory|

||=== Build finished: 2 errors, 0 warnings ===|

Pages: [1]