Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX warnings #417

Open
orawalters opened this issue Aug 31, 2018 · 1 comment
Open

OSX warnings #417

orawalters opened this issue Aug 31, 2018 · 1 comment
Milestone

Comments

@orawalters
Copy link

orawalters commented Aug 31, 2018

XXXXXXXX:xxxxxxxxxxxxx$ go run main.go
# command-line-arguments
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000024.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000025.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000026.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000027.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000028.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000029.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000030.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000031.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/var/folders/3x/lhcndvw129gfrg6y17sg21xc0000gp/T/go-link-399631299/000032.o) was built for newer OSX version (10.11) than being linked (10.8)
ld: warning: object file (/Users/xxxxxxxx/go/src/github.com/andlabs/ui/libui_darwin_amd64.a(libui-combined.o)) was built for newer OSX version (10.12) than being linked (10.8)

Actual MacOS version: 10.13.6 64-bit
Go version: 1.11

@andlabs
Copy link
Owner

andlabs commented Aug 31, 2018

I don't know why that happens. I have a feeling it has to do with the files generated by cgo, but I added the necessary flags to the #cgo directives...

@andlabs andlabs added this to the Alpha 5 milestone Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants