Results 1 to 4 of 4

Thread: GL/gl.h files are not found

  1. #1
    Join Date
    Dec 2009
    Beans
    17

    GL/gl.h files are not found

    I have Ubuntu 9.10 and I installed qt creator.
    I try to learn opengl and I have such an error
    Gl/gl.h files are not found.
    I have found thread with similar problems, but that actions did not help me.
    Thank you for help!

  2. #2
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: GL/gl.h files are not found

    Make sure you have #include <GL/gl.h> Note the uppercase GL.
    Also make sure you have the necessary dev packages installed. I think libgl1-mesa-dev, libglu1-mesa-dev are two that you need.

  3. #3
    Join Date
    May 2012
    Beans
    5

    Re: GL/gl.h files are not found

    2009
    pbrane,

    Thank you so much, the packages were missing. That solved my issue.


    Valid for Ubuntu 12.04.2 LTS

    Best regards,
    Semox78

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: GL/gl.h files are not found

    Closed, please don't bump old threads.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •