[MacPorts] #53384: Jasper 2.0.10 fails to build on macOS Sierra
MacPorts
noreply at macports.org
Thu Jan 26 00:56:22 UTC 2017
#53384: Jasper 2.0.10 fails to build on macOS Sierra
-----------------------+----------------------
Reporter: wojtekcz | Owner: jmroot
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: jasper |
-----------------------+----------------------
Comment (by jmroot):
Can't reproduce. My configure output is the same as yours until this
point:
{{{
JAS_HAVE_JPEGLIB_H: 1
JAS_HAVE_LIBJPEG: 1
-- Found OpenGL: //System/Library/Frameworks/OpenGL.framework
JAS_ENABLE_OPENGL: ON
OpenGL library found: TRUE
OpenGL include directory: //System/Library/Frameworks/OpenGL.framework
OpenGL libraries: //System/Library/Frameworks/OpenGL.framework
}}}
FindOpenGL.cmake uses a very simple check for OPENGL_INCLUDE_DIR:
{{{
find_path(OPENGL_INCLUDE_DIR OpenGL/gl.h DOC "Include for OpenGL on OS X")
}}}
Do you in fact have this header?
--
Ticket URL: <https://trac.macports.org/ticket/53384#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list