Opened 5 years ago
Closed 5 years ago
#60236 closed defect (fixed)
kitty @0.13.2: error: multiple methods named 'center' found
Reported by: | RCIIIcm | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | kitty |
Description
MacOS 10.15.3, Xcode 11.3.1
A peek in the log suggests that this is related to: https://github.com/kovidgoyal/kitty/issues/1766
Apparently resolved in v0.14.3
Attachments (1)
Change History (4)
Changed 5 years ago by RCIIIcm
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Error is:
:info:build /usr/bin/clang -MMD -DNDEBUG -D_GLFW_COCOA -D_GLFW_BUILD_DLL -DGL_SILENCE_DEPRECATION -Wno-missing-field-initializers -Wno-deprecated-declarations -Wall -std=c99 -Werror -O3 -fwrapv -fstack-protector-strong -pipe -march=native -fvisibility=hidden -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -flto -fpic -c /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/glfw/input.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/build/glfw-cocoa-input.c.o/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_aqua_kitty/kitty/work/kitty-0.13.2/glfw/cocoa_window.m:1289:9: error: multiple methods named 'center' found [-Werror,-Wobjc-multiple-method-names] :info:build [window->ns.object center]; :info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~ :info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:601:19: note: using :info:build @property NSPoint center; :info:build ^~~~~~ :info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:312:1: note: also found :info:build - (void)center; :info:build ^~~~~~~~~~~~~~~ :info:build 1 error generated.
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | kitty @0.13.2 (aqua): Build failure "command execution failed" → kitty @0.13.2: error: multiple methods named 'center' found |
---|
comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
log