[MacPorts] #23720: kdeedu4: framework not found -lOpenGL (was: Kdeedu4 fails to build on Snow Leopard)
MacPorts
noreply at macports.org
Sat Feb 20 18:31:36 PST 2010
#23720: kdeedu4: framework not found -lOpenGL
---------------------------------+------------------------------------------
Reporter: djackan@… | Owner: snc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: kdeedu4
---------------------------------+------------------------------------------
Changes (by ryandesign@…):
* cc: ryandesign@… (added)
Comment:
I just got this too on a MacBookPro3,1 with Mac OS X 10.6.2 and Xcode
3.2.1. The error message "ld: framework not found -lOpenGL" is correct:
there is no framework called "-lOpenGL", nor would one expect there to be
one. There is a framework "OpenGL" but that is not what the software asked
for. The software should use "-framework OpenGL" if it wants to link to
OpenGL as a framework, or "-lOpenGL" if it wants to link to it as a
library, but "-framework -lOpenGL" does not make sense.
--
Ticket URL: <http://trac.macports.org/ticket/23720#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list