#26355 closed defect (fixed)
grass @6.4.0RC6 (gis): Unable to locate OpenGL includes
Reported by: | lfpmelzi@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | tenomoto (Takeshi Enomoto), mf2k (Frank Schima), ben-macports@…, dmmonarres@…, ryandesign (Ryan Carsten Schmidt) | |
Port: | grass |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
:info:configure checking whether to use OpenGL... yes :info:configure checking for location of OpenGL includes... :info:configure checking for GL/gl.h... no :info:configure configure: error: *** Unable to locate OpenGL includes.
Attachments (2)
Change History (11)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | @6.4.0RC6 removed |
Summary: | grass @6.4.0RC6 (gis) - build error → grass @6.4.0RC6 (gis): Unable to locate OpenGL includes |
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
ticket summary converted to attachment
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Cc: | takeshi@… macsforever2000@… added |
---|
comment:3 follow-up: 6 Changed 14 years ago by raimue (Rainer Müller)
If -framework OpenGL
is intended to use the Apple OpenGL framework, then the includes need to read OpenGL
instead of just GL
.
Also for -framework OpenGL -framework Accelerate
, did you ensure that the configure script will not pick up mesa or atlas from MacPorts instead?
Changed 14 years ago by ben-macports@…
Attachment: | main.2.log added |
---|
main.log with newer versions of dependancies
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dmmonarres@… added |
---|
Has duplicate #27924.
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Since Takeshi isn't responding about why the mesa dependency was removed, and since the port does not build without mesa present, and does link with mesa's libraries, I re-added the mesa dependency in r74992.
comment:7 Changed 14 years ago by Veence (Vincent)
Grass 6.4RC_ is outdated, to be replaced by the 6.4 official version. I'm working on a way to use the Apple OpenGL framework on the 6.4 version, but it is still a bit remote, since I am quite busy elsewhere at this time. I hope to get something useful by the end of the month.
comment:8 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
In r74992 I also updated the port to 6.4.0 final.
comment:9 Changed 14 years ago by Veence (Vincent)
Nice move! Thanks a lot. That renders my work less urgent. I'll nonetheless try to get rid of that Mesa dependency in favor of the MacOS OpenGL framework. Thanks again!
I've converted your voluminous log into an attachment. Please also observe WikiFormatting rules.