Changes between Initial Version and Version 1 of Ticket #52588


Ignore:
Timestamp:
Oct 12, 2016, 4:02:52 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Errors encountered in system headers usually mean you haven't installed the latest version of the Xcode command line tools. Use can use xcode-select --install to do that.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52588

    • Property Keywords swift_name removed
    • Property Summary changed from Mercurial 3.9.1 error: 'swift_name' attribute cannot be applied to mercurial 3.9.1 error: 'swift_name' attribute cannot be applied
  • Ticket #52588 – Description

    initial v1  
    77Other fails with following error:
    88
     9{{{
    910building 'mercurial.osutil' extension
    1011/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c mercurial/osutil.c -o build/temp.macosx-10.12-x86_64-2.7/mercurial/osutil.o
     
    1718/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:282:78: error: 'swift_name' attribute cannot be applied to this declaration
    1819typedef struct  CF_BRIDGED_TYPE(id) __IOSurface *IOSurfaceRef __attribute__((swift_name("IOSurfaceRef")));
     20}}}
    1921
    2022Tried multiple rebuilds and cleaning the partial builds.