-
Notifications
You must be signed in to change notification settings - Fork 14
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
Mac OSX M1 build issue - not resolving #67
Comments
I'm also having issues compiling tree-sitter-norg on Apple M1 Sonoma 14.5.
Any help would be appriatiated. |
Same here, seems there was an attempt to fix it but it doesn't look like it worked |
Rest of the error for me:
I also cloned the repo and ran
|
this worked for me. |
@VanshajSaxena you got it working on mac m1 using that, and you had the errors above before that? Could you please reproduce with/without? I find it hard to believe that |
Got it working! After installing a recent c++ compiler with
|
I thought Apple provides clang and gcc with Xcode?
iirc homebrew requires this anyway? |
I guess it by default uses a different compiler that doesn't support what's required |
Hi,
I continue to have an issue on Mac OSX 14 M1. Either the native compiler doesn't compile due to C++11 features or if I use the latest from brew, I get ld issues - error message listed below. Any help is appreciated.
Parser compilation failed.
Stdout:
Stderr: ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/lib/libSystem.tbd' for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: