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

Author Topic: glew.h not found in latest svn  (Read 4242 times)

0 Members and 1 Guest are viewing this topic.

radar

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • http://pbox.radhuset.org/
glew.h not found in latest svn
« on: January 24, 2008, 07:03:31 pm »
Hi!

I'm using svn revision 434 and glew.h is not found in src/SFML/Window/glew/, only in include/SFML/Window/glew/. OpenGL.hpp and Window.hpp is trying to include it from src/SFML/Window/glew/.

Just so you now, everything else is working if I move the file, so you might update your header files or move/copy glew.h

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
glew.h not found in latest svn
« Reply #1 on: January 25, 2008, 03:07:09 am »
It's in include/SFML/Window/glew. Look at the SVN repository :
http://sfml.svn.sourceforge.net/viewvc/sfml/include/SFML/Window/glew/
Laurent Gomila - SFML developer

radar

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • http://pbox.radhuset.org/
glew.h not found in latest svn
« Reply #2 on: January 26, 2008, 02:38:14 pm »
Yes, but look here:

http://sfml.svn.sourceforge.net/viewvc/sfml/src/SFML/Graphics/OpenGL.hpp?revision=434&view=markup

When I'm compiling, the SFML/Window/glew/ folder it's looking for, is src/SFML/Window/glew/, and there is no glew.h there.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
glew.h not found in latest svn
« Reply #3 on: January 26, 2008, 04:17:06 pm »
Yup, sorry. It's fixed now.
Laurent Gomila - SFML developer

 

anything