Opened 8 months ago

Last modified 8 months ago

#73071 new defect

py313-wxpython-4.0 @4.2.2: expected unqualified-id before '^' token

Reported by: dmerget Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.11.5
Keywords: Cc:
Port: py313-wxpython-4.0

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Building py313-wxpython-4.0 on Tahoe 26.0, Xcode 26.0.1, x86-64:

:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:392:15: error: expected unqualified-id before '^' token
:info:build   392 | typedef void (^CGPathApplyBlock)(const CGPathElement * element);
:info:build       |               ^

Comparing this error message with #39683 and r107956, I think we're using the wrong compiler: a C++ compiler to build Objective-C code. See attached main.log for the build log.

Attachments (1)

main.log (510.8 KB) - added by dmerget 8 months ago.

Download all attachments as: .zip

Change History (2)

Changed 8 months ago by dmerget

Attachment: main.log added

comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

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