-
Notifications
You must be signed in to change notification settings - Fork 15
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
make error on macos #150
Comments
I never compiled under MacOS...
This header does not exist on MacOS: https://stackoverflow.com/questions/12523704/mac-os-x-equivalent-header-file-for-sysinfo-h-in-linux The only reason it is needed is to get the number of CPU cores. You could use sysctl to get them using the HW_NCPU parameter. To get things compiled fast you could simply set the number of cores manually. |
gcc version:
and more error:
|
Until now, I built with clang 14.0.6, I just tried with 15.0.6 also, the build went trough fine. Of course the AMD/Intel Version, but the headers should be the same for ARM or AMD/Intel. The only ARM machines I have are Raspberry Pies, I also built with clang 15 successfully. Sorry but I can't help you out with MacOS. |
Do you have a link to the documentation of your std::map version? |
make version:
GNU Make 3.81 built for i386-apple-darwin11.3.0
run
make
and get these error:The text was updated successfully, but these errors were encountered: