#24300: OpenSceneGraph-devel 2.9.7 build error -------------------------------+-------------------------------------------- Reporter: yves@… | Owner: nox@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: OpenSceneGraph-devel -------------------------------+-------------------------------------------- Comment(by ryandesign@…): Ok, relevant the error in the log you attached is {{{ ReaderWriterJP2.cpp:20:31: error: jasper/jasper.h: No such file or directory }}} It couldn't find jasper/jasper.h, which should have been provided by the jasper port, on which OpenSceneGraph-devel does depend and which your log shows you do have installed and active. Putting files manually in /usr/local is not supported, and you should remove the file you put there. The log also shows that it thinks Jasper is installed in /Library/Frameworks/UnixImageIO.framework/Headers/jasper. UnixImageIO.framework is not a standard part of Mac OS X; something else you installed must have installed this framework, and it is interfering with OpenSceneGraph-devel. You should remove this framework, clean OpenSceneGraph-devel, and try again. -- Ticket URL: <http://trac.macports.org/ticket/24300#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS