choppy icon indicating copy to clipboard operation
choppy copied to clipboard

Can't build, seems dependencies problem

Open l1va opened this issue 5 years ago • 2 comments

# github.com/fogleman/triangle
/tmp/go-build161286829/b064/_x003.o: In function `parsecommandline':
../../../../pkg/mod/github.com/fogleman/[email protected]/triangle.c:3327: undefined reference to `cos'
../../../../pkg/mod/github.com/fogleman/[email protected]/triangle.c:3528: undefined reference to `sqrt'
etc ...

l1va avatar Nov 13 '20 21:11 l1va

Found that i had solved this before https://github.com/pradeep-pyro/triangle/pull/2 Update your triangle library please.

l1va avatar Nov 13 '20 21:11 l1va

same here on mac...

cd choppy/cmd/choppy && go build .
# github.com/go-gl/glfw/v3.2/glfw
In file included from /Users/apple/workspace/go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/c_glfw_darwin.go:8:
/Users/apple/workspace/go/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:604:19: note: using
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:340:1: note: also found

gedw99 avatar Nov 28 '22 22:11 gedw99