Opened 16 months ago

Last modified 16 months ago

#67498 closed defect

Build of libheif @1.16.2 fails on PPC Tiger, Mac OS X 10.4.11 because unknown options are used for cc1plus — at Version 1

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: tiger ppc Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), barracuda156
Port: libheif

Description (last modified by mascguy (Christopher Nielsen))

cc1plus: error: -Werror=nonportable-include-path: no option -Wnonportable-include-path
cc1plus: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
cc1plus: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1plus: warning: unrecognized command line option '-Wno-nonportable-include-path'
make[1]: *** [CMakeFiles/cmTC_a01d0.dir/testCXXCompiler.cxx.o] Error 1
make: *** [cmTC_a01d0/fast] Error 2

Change History (2)

Changed 16 months ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Tiger, Mac OS X 10.4.11

comment:1 Changed 16 months ago by mascguy (Christopher Nielsen)

Cc: MarcusCalhoun-Lopez barracuda156 added; mcalhoun@… mascguy@… removed
Description: modified (diff)
Owner: set to mascguy
Status: newassigned

Should be reasonably easy to fix, we'll simply need to avoid adding those flags for older compilers.

Note: See TracTickets for help on using tickets.