Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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)

main.log (4.3 MB) - added by neal-wood 4 years ago.

Change History (4)

Changed 4 years ago by neal-wood

Attachment: main.log added

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Keywords: opencascade CoreGraphics removed
Owner: set to MarcusCalhoun-Lopez
Status: newassigned

In the future, please add the port maintainer(s) to Cc (port info --maintainers opencascade), if any.

comment:2 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

In 80e950f696659b6cd8b00245d68f5a2430d204d9/macports-ports (master):

opencascade: allow build on older systems

Fixes #59917

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):

opencascade: allow build on older systems

Fixes #59917

Note: See TracTickets for help on using tickets.