Changes between Initial Version and Version 1 of Ticket #67174, comment 2


Ignore:
Timestamp:
Apr 2, 2023, 12:48:32 AM (14 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67174, comment 2

    initial v1  
    11Replying to [comment:1 ryandesign]:
    2 > I ran some new builds. On 10.7, it's because R doesn't build:
    3 >
    4 > https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/138307/steps/install-port/logs/stdio
    5 > {{{
    6 > checking whether mixed C/Fortran code can be run... configure: WARNING: cannot run mixed C/Fortran code
    7 > configure: error: Maybe check LDFLAGS for paths to Fortran libraries?
    8 > }}}
    9 >
    10 > On 10.8, lots of errors like this:
    11 >
    12 > https://build.macports.org/builders/ports-10.8_x86_64-builder/builds/127932/steps/install-port/logs/stdio
    13 > {{{
    14 > mac/FontManagerMac.mm:47:77: error: cast of Objective-C pointer type 'NSURL *' to C pointer type 'CFURLRef' (aka 'const __CFURL *') requires a bridged cast
    15 >     CFArrayRef font_descriptors = CTFontManagerCreateFontDescriptorsFromURL((CFURLRef) font_url);
    16 >                                                                             ^~~~~~~~~~ ~~~~~~~~
    17 > }}}
    18 >
    19 > On 10.6 x86_64:
    20 >
    21 > https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/149272/steps/install-port/logs/stdio
    22 > {{{
    23 > mac/FontManagerMac.mm:2:10: fatal error: 'CoreText/CoreText.h' file not found
    24 > #include <CoreText/CoreText.h>
    25 >          ^~~~~~~~~~~~~~~~~~~~~
    26 > 1 error generated.
    27 > }}}
    28 >
    29 > On 10.6 i386:
    30 >
    31 > https://build.macports.org/builders/ports-10.6_i386-builder/builds/114065/steps/install-port/logs/stdio
    32 > {{{
    33 > error: -fobjc-arc is not supported on platforms using the legacy runtime
    34 > }}}
    352
    363Thank you very much!