SFML community forums

Help => General => Topic started by: klosa on November 25, 2013, 03:10:05 pm

Title: GL/glu.h fatal error
Post by: klosa on November 25, 2013, 03:10:05 pm
Hello im new in C++ im using fedora 19 and when i try somthing i get fatal error GL/glu.h someone help pls :D
Title: Re: GL/glu.h fatal error
Post by: eXpl0it3r on November 25, 2013, 03:17:02 pm
If you're new to C++, then you should first learn C++ properly, because it's a hard and complex language and  can't really be learnt with trial and error. Here (http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)'s a list of good C++ books.

Next you shouldn't post in the "General discussions" forum when you want help. The help sub-forums do exist for a reason. ;)

As for the post, you're missing important information, thus you should take a look at the General Rules (http://en.sfml-dev.org/forums/index.php?topic=5559.0) and probably this thread (http://en.sfml-dev.org/forums/index.php?topic=12552.0) as well - i.e. "fatal error" is not really a error description.

My first guess is, that you haven't installed the OpenGL dev headers.