Opened 9 years ago

Last modified 9 years ago

#49061 closed defect

Fltk does not build under 10.11 — at Version 2

Reported by: jguillaumes@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: fltk

Description (last modified by mf2k (Frank Schima))

Compilation fails with this message:

info:build /System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvaila
bility.h:110:45: note: expanded from macro '__CF_NAMED_ENUM'
:info:build #define __CF_NAMED_ENUM(_type, _name) _type _name; enum
:info:build                                             ^
:info:build fl_line_style.cxx:115:15: error: elaborated type refers to a typedef
:info:build   static enum CGLineJoin Join[4] = { kCGLineJoinMiter, kCGLineJoinMiter, 
:info:build               ^
:info:build /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:25:26: note: declared here
:info:build typedef CF_ENUM(int32_t, CGLineJoin) {
:info:bu

For reference, it has also been reported in homebrew:

https://github.com/Homebrew/homebrew/issues/41581

Change History (3)

Changed 9 years ago by jguillaumes@…

Attachment: main.log added

Build log

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

Owner: changed from macports-tickets@… to michaelld@…

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers fltk), if any.

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.