-
Notifications
You must be signed in to change notification settings - Fork 26
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
installation problem #176
installation problem #176
Comments
Hi @smurph50, just wanted to let you know that I'm looking into this. I think this relates to the new Mac chips (M1/M2). Are you able to temporarily use the docker image while I troubleshoot this? |
I have the same problem. I have the new Mac chips. |
Also can't "make" without those errors, have Mac M1 Pro |
- closes griffithlab#176, CMake was including `src/utils/bedtools/gzstream/version` as a C++ source file, when it was a simple text file containing version info - I moved this version info into `src/utils/bedtools/gzstream/README`
I followed the instructions. However, I failed my installation with similar issues. I am using Mac Sonoma 14.7 with an M3 chip. Error messages attached: (base) xiaolei@Xiaos-Laptop build % make |
When I run make after successfully running the previous commands, I get a bunch of errors. Here are the important lines. I am running Monterey 12.5 with an arm M1 Max chip. Any thoughts on how to fix this would be appreciated
/Users/me/build/regtools/src/variants/../utils/bedtools/gzstream/version:1:1: error: expected unqualified-id
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__threading_support:457:44: error: use of undeclared identifier '__error'
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [src/variants/CMakeFiles/variants.dir/variants_main.cc.o] Error 1
make[1]: *** [src/variants/CMakeFiles/variants.dir/all] Error 2
make: *** [all] Error
The text was updated successfully, but these errors were encountered: