New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31610 (new defect)

Opened 20 months ago

Last modified 12 months ago

PlasmaShop GL confusion

Reported by: ryandesign@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: PlasmaShop

Description

PlasmaShop links with Apple's OpenGL framework... yet fails to build unless mesa's GL headers are there:

/opt/local/var/macports/build/_Volumes_work_mports_dports_devel_PlasmaShop/PlasmaShop/work/PlasmaShop-3.0-158/src/PrpShop/PRP/Render/QPlasmaRender.cpp:19:19: error: GL/gl.h: No such file or directory
/opt/local/var/macports/build/_Volumes_work_mports_dports_devel_PlasmaShop/PlasmaShop/work/PlasmaShop-3.0-158/src/PrpShop/PRP/Render/QPlasmaRender.cpp:20:20: error: GL/glu.h: No such file or directory

Change History

comment:1 Changed 12 months ago by jmr@…

To use the OpenGL.framework headers you would have to #include <OpenGL/gl.h> etc.

Note: See TracTickets for help on using tickets.