#59917 closed defect (fixed)
opencascade 7.4.0: OS X 10.7 (and earlier) CoreGraphics Framework not linked
Reported by: | neal-wood | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | opencascade |
Description
Port opencascade fails under:
OS X 10.7.5 / Xcode 4.6.3 / MacPorts base 2.6.2
The offending file is:
OpenGl_Context.cxx
Prior to Mountain Lion the CoreGraphics Framework was bundled with the ApplicationServices Framework:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Headers/CoreGraphics.h
From what I gather, this means that you cannot link against the CoreGraphics Framework directly:
#include <CoreGraphics/CoreGraphics.h>
Will attach build log.
Any help would be greatly appreciated.
Attachments (1)
Change History (4)
Changed 5 years ago by neal-wood
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Keywords: | opencascade CoreGraphics removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
In 80e950f696659b6cd8b00245d68f5a2430d204d9/macports-ports (dar, master, py38-reproject, revert-6945-rust-1.43.0, wireshark):
Note: See
TracTickets for help on using
tickets.
In the future, please add the port maintainer(s) to Cc (
port info --maintainers opencascade
), if any.