libGLU and mesa

Marko Käning MK-MacPorts at techno.ms
Wed Feb 11 12:06:26 PST 2015


Hi Jeremy,

On 11 Feb 2015, at 20:22 , Jeremy Huddleston Sequoia <jeremyhu at apple.com> wrote:
> I've updated the few ports that I'm aware of that use libGLU and will be trying to build other ports that depend on mesa to determine if they need libGLU or not.  If you run into any build failures in ports because GL/glu.h can't be found or because libGLU can't be found, please add a new dependency on port:libGLU.

I am running into problems building port fox:
---
:info:build FXGLCylinder.cpp:111:3: error: FXGLCone.cppunknown type name 'GLUquadric'
:info:build :110:3: error: unknown type name 'GLUquadric'
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build   ^
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build   ^
:info:build FXGLCylinder.cpp:52FXGLCone.cpp:51:23: note: expanded from macro 'GLUquadricObj'
:info:build :23: note: expanded from macro 'GLUquadricObj'
:info:build #define GLUquadricObj GLUquadric
:info:build                       ^
:info:build #define GLUquadricObj GLUquadric
:info:build                       ^
:info:build FXGLSphere.cpp:111:3: error: unknown type name 'GLUquadric'
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build   ^
:info:build FXGLSphere.cpp:52:23: note: expanded from macro 'GLUquadricObj'
:info:build #define GLUquadricObj GLUquadric
:info:build                       ^
.
.
.
:info:build FXGLCylinder.cpp:111:23: error: use of undeclared identifier 'gluNewQuadric'
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build                       ^
:info:build FXGLCone.cpp:110:23: error: use of undeclared identifier 'gluNewQuadric'
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build                       ^
:info:build FXGLSphere.cpp:111:23: error: use of undeclared identifier 'gluNewQuadric'
:info:build   GLUquadricObj* quad=gluNewQuadric();
:info:build                       ^
:info:build 2 errors generated.
:info:build 2 errors generated.
:info:build 2 errors generated.
:info:build mv -f .deps/FXGLVisual.Tpo .deps/FXGLVisual.Plo
:info:build make[1]: *** [FXGLCone.lo] Error 1
:info:build make[1]: *** Waiting for unfinished jobs....
:info:build make[1]: *** [FXGLCylinder.lo] Error 1
:info:build make[1]: *** [FXGLSphere.lo] Error 1
---

Could that be related?

Yes, I have libGLU installed by now.

Regards,
Marko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150211/bd288826/attachment.sig>


More information about the macports-dev mailing list