raylib-go icon indicating copy to clipboard operation
raylib-go copied to clipboard

Go Run . error with Mac OS 14

Open Ronin15 opened this issue 1 year ago • 2 comments

github.com/gen2brain/raylib-go/raylib

In file included from ../../go/pkg/mod/github.com/gen2brain/raylib-go/[email protected]/cgo_darwin.go:7: In file included from ../../go/pkg/mod/github.com/gen2brain/raylib-go/[email protected]/external/glfw/src/context.c:28: In file included from ../../go/pkg/mod/github.com/gen2brain/raylib-go/[email protected]/external/glfw/src/internal.h:325: In file included from ../../go/pkg/mod/github.com/gen2brain/raylib-go/[email protected]/external/glfw/src/platform.h:58: In file included from ../../go/pkg/mod/github.com/gen2brain/raylib-go/[email protected]/external/glfw/src/cocoa_platform.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFramesetter.h:21: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTTypesetter.h:20: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTLine.h:138:5: error: unknown type name 'CFAttributedStringRef'; did you mean 'NSAttributedString'?

Ronin15 avatar Oct 05 '24 20:10 Ronin15

installed go with home brew and no more issues. Issues above happened with official arm go .pkg - disregard unless important.

Ronin15 avatar Oct 05 '24 21:10 Ronin15

Hey @Ronin15 , can you compare the output of go env for both go installations?

JupiterRider avatar Oct 11 '24 16:10 JupiterRider