-
Notifications
You must be signed in to change notification settings - Fork 129
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
build error from mac osx 10.15 fatal error: 'CoreServices/CoreServices.h' file not found #196
Comments
but I see the header is here
I made symbolic links to
|
below sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Headers /System/Library/Frameworks/CoreServices.framework |
but after this been fixed, another issue occurs :( # github.com/rjeczalik/notify
In file included from ../../pkg/mod/github.com/rjeczalik/[email protected]/watcher_fsevents_cgo.go:10:
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23:10: fatal error: 'AE/AE.h' file not found
#include <AE/AE.h>
^~~~~~~~~
1 error generated. |
I have read the issue you linked, no use. I have latest xcode from appstore, I installed it three days ago, and today it's has 12.2 updates, I upgrade as well. Now my xcode version is : 12.2 I am trying download 12.3 beta.xip ... |
xcode 12.3 beta is installed, no use |
@huahuayu There are some others topic on this very issue: https://trac.macports.org/ticket/46628 In other words it is not an issue with notify, it is an issue with devel packages on the system. Something is apparently missing, notify has not way of fixing that. You could try using kqueue on macOS, which does not require working CGO -
|
I upgrade to macos 11, and it removes the
|
hi, when I build a project which depends on notify in mac osx 10.15 , it gets below error
the detail step is described here: would you please to check: ethereum/go-ethereum#21835
error info
The text was updated successfully, but these errors were encountered: