Changes between Initial Version and Version 4 of Ticket #67509


Ignore:
Timestamp:
May 27, 2023, 2:11:08 PM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I wonder why that commit is setting the SDK path manually. Doesn't MacPorts already set it?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67509

    • Property Status changed from new to assigned
    • Property Owner set to barracuda156
    • Property Keywords tiger added
    • Property Summary changed from Building lame on OS X 10.4.11 on an iMac G5 fails; it seems to be attempting to build C++ code with a C compiler to Building lame on Tiger fails as the SDK name is incorrect
  • Ticket #67509 – Description

    initial v4  
    11I am attempting to install ffmpeg on my iMac G5 running OS X 10.4.11. One of the required dependencies is lame, but when trying to build, it produces the log attached below.
    2 When looking in the log and looking up the errors, the reoccurring one is "expected '=', ',', ';', 'asm' or '__attribute__' before 'size_t'" - which means this is C++ code, that a C compiler is trying to compile.  I've attached the log if that helps at all.
     2When looking in the log and looking up the errors, the reoccurring one is `expected '=', ',', ';', 'asm' or '__attribute__' before 'size_t'` - which means this is C++ code, that a C compiler is trying to compile.  I've attached the log if that helps at all.