[MacPorts] #41910: qgle build fails on mavericks: "'glu.h' file not found"

MacPorts noreply at macports.org
Tue Dec 24 11:01:56 PST 2013


#41910: qgle build fails on mavericks: "'glu.h' file not found"
-------------------------+-----------------------
  Reporter:  hal.dace@…  |      Owner:  john@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.2.1
Resolution:              |   Keywords:  mavericks
      Port:  qgle        |
-------------------------+-----------------------

Comment (by john@…):

 You shouldn't be getting `glu.h` from Mesa, but rather from the system
 OpenGL framework.

 Per your log, your build includes the line
 `-I/System/Library/Frameworks/OpenGL.framework/Headers`. On my system:

 {{{
 $ ls -l /System/Library/Frameworks/OpenGL.framework/Headers/glu.h
 -rw-r--r-- 1 root wheel 18745 Oct 24 09:52
 /System/Library/Frameworks/OpenGL.framework/Headers/glu.h
 }}}

 (This appears to be identical to the `glu.h` that ships with XCode as part
 of `MacOSX10.9.sdk`, but it's not actually the same file -- I don't know
 if it was installed by XCode or shipped already on the system.)

 Anyway, for me QGLE builds based on the above include, with no Mesa
 installed and no extra symlinking. Can you check and see if the OpenGL
 framework is installed on your system?

-- 
Ticket URL: <https://trac.macports.org/ticket/41910#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list