Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Glu call compile errors on Qt 5.0.2 for Windows 32-bit (VS 2010, OpenGL)
Forum Updated to NodeBB v4.3 + New Features

Glu call compile errors on Qt 5.0.2 for Windows 32-bit (VS 2010, OpenGL)

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    matsutake
    wrote on last edited by
    #1

    I am migrating some Qt projects, that were built and run successfully on Qt 4.7.1 / Visual Studio 2008, to Qt 5.0.2 / Visual Studio 2010 environment.

    The projects generate compile errors like this:
    error C3861: 'gluUnProject': identifier not found
    error C2065: 'GLUquadricObj' : undeclared identifier
    error C2065: 'quadric' : undeclared identifier
    error C2065: 'quadric' : undeclared identifier
    error C3861: 'gluNewQuadric': identifier not found
    error C2065: 'quadric' : undeclared identifier
    error C2065: 'GLU_SMOOTH' : undeclared identifier
    error C3861: 'gluQuadricNormals': identifier not found
    etc.

    It appears that glu support was removed from the OpenGL version of the Qt 5.0.2 build.
    Did anyone run into the same issues, and resolved them successfully?

    Thanks in advance!

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bemol
      wrote on last edited by
      #2

      I ran into same problem and I just got rid of lines which used: gluUnProject, gluProject and smth like gluErrorString. I did it only to compile qwt3d. But when I checked simple example of qwt3d it worked so i dont know what is it for but maybe it's not used. However if you have problems with that check
      http://qt-project.org/forums/viewthread/30841

      PS i know that answer is a little bit late but maybe others will have same problem in the future.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved