#52743 closed defect (fixed)
py27-pyobjc-cocoa @3.0.4+universal: fails to build on Sierra
Reported by: | tcwan (TC Wan) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | py27-pyobjc-cocoa |
Description
Build fails with the following error(s):
:info:build building 'AppKit._AppKit' extension :info:build /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -Ibuild/temp.macosx-10.12-x86_64-2.7/pyobjc-include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Modules/_AppKit.m -o build/temp.macosx-10.12-x86_64-2.7/Modules/_AppKit.o -DPyObjC_BUILD_RELEASE=1012 -Wno-deprecated-declarations :info:build In file included from Modules/_AppKit.m:11: :info:build Modules/_AppKit_carbon.m:25:9: warning: implicit declaration of function 'WinObj_Convert' is invalid in C99 [-Wimplicit-function-declaration] :info:build return WinObj_Convert(obj, (WindowPtr*)output); :info:build ^ :info:build Modules/_AppKit_carbon.m:31:9: warning: implicit declaration of function 'WinObj_New' is invalid in C99 [-Wimplicit-function-declaration] :info:build return WinObj_New((WindowPtr)value); :info:build ^
Attachments (1)
Change History (4)
Changed 8 years ago by tcwan (TC Wan)
comment:1 Changed 8 years ago by tcwan (TC Wan)
Note: This is for the universal build of pyobjc-cocoa, the default build is available as a binary download from MacPorts.
comment:2 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
Note: See
TracTickets for help on using
tickets.
Build log attached