Opened 13 years ago

Last modified 12 years ago

#31610 new defect

PlasmaShop GL confusion

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
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 (1)

comment:1 Changed 12 years ago by jmroot (Joshua Root)

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

Note: See TracTickets for help on using tickets.