You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Catalina builder is failing because a dependency is emitting a Cgo warning (which is promoted to an error on builders):
# github.com/go-gl/glfw/v3.2/glfw
In file included from /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-10_15/gopath/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/c_glfw_darwin.go:8:
/var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-10_15/gopath/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/glfw/src/cocoa_window.m:989:9: warning: multiple methods named 'center' found [-Wobjc-multiple-method-names]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:601:19: note: using
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:312:1: note: also found
go build github.com/go-gl/glfw/v3.2/glfw: C compiler warning promoted to error on Go builders
The fix will be to update to github.com/go-gl/glfw/v3.3/glfw once it becomes available. The newer GLFW version should have this problem resolved.
The text was updated successfully, but these errors were encountered:
The new Catalina builder is failing because a dependency is emitting a Cgo warning (which is promoted to an error on builders):
(Source: https://build.golang.org/log/238e8eb181231f6c5ead1a2159a5544c2b8aef46.)
The fix will be to update to
github.com/go-gl/glfw/v3.3/glfw
once it becomes available. The newer GLFW version should have this problem resolved.The text was updated successfully, but these errors were encountered: