Opened 7 years ago

Closed 7 years ago

#54995 closed defect (invalid)

qt5-qtbase fails to build

Reported by: michael-j-oconnor Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: qt5-qtbase

Description

I think this is where it breaks, but attaching full logs:

:info:build qcocoawindow.mm:323:26: error: expected '>'
:info:build     NSEnumerator<NSWindow*> *windowEnumerator = nullptr;
:info:build                          ^
:info:build qcocoawindow.mm:323:27: error: expected unqualified-id
:info:build     NSEnumerator<NSWindow*> *windowEnumerator = nullptr;
:info:build                           ^
:info:build qcocoawindow.mm:347:9: error: use of undeclared identifier 'windowEnumerator'
:info:build         windowEnumerator = application.windows.objectEnumerator;
:info:build         ^
:info:build qcocoawindow.mm:350:30: error: use of undeclared identifier 'windowEnumerator'
:info:build     for (NSWindow *window in windowEnumerator) {
:info:build                              ^
:info:build 4 errors generated.

Attachments (1)

main.log (3.8 MB) - added by michael-j-oconnor 7 years ago.

Change History (5)

Changed 7 years ago by michael-j-oconnor

Attachment: main.log added

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

Owner: set to MarcusCalhoun-Lopez
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers qt5-qtbase), if any.

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

Status: assignedaccepted

Are you using the latest Xcode?
According to the log file, you are using the 10.10 SDK.
If you were using the latest Xcode, you would use at least the 10.11 SDK.

comment:3 Changed 7 years ago by michael-j-oconnor

Xcode 7.2.1 got me past this. Thanks! This is the first thing that's broken for me due to my keeping the 10.10 machine at 10.10 SDK/Xcode 6.4. Surprised I haven't seen this until now...

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

Resolution: invalid
Status: acceptedclosed

I am glad it works now.

Note: See TracTickets for help on using tickets.