Opened 15 years ago
Closed 15 years ago
#24739 closed defect (fixed)
grass fails at configure step with opengl
Reported by: | dmmonarres@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | grass |
Description
grass 6.3.0 fails to configure due to missing gl.h
checking whether to use OpenGL... yes checking for location of OpenGL includes... checking for GL/gl.h... no configure: error: *** Unable to locate OpenGL includes.
Either
Change History (3)
comment:1 Changed 15 years ago by dmmonarres@…
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r67185. Thanks for catching that.
Note: See
TracTickets for help on using
tickets.
Configure step passes when mesa port is installed. Suggest either adding mesa as a dependency or find a way to disable gl in the configure step.