-
Notifications
You must be signed in to change notification settings - Fork 5
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
M1 macでmodernization ブランチをビルド時,memory_resourceが無いと言われビルドに失敗する #329
Comments
関連:#313 |
https://developer.apple.com/xcode/cpp/#c++17 によると、<memory_resource>はC++ 17 Library FeatureとしてXCode 15が必要です。 |
XCode15を入れ,<memory_resource>については怒られなくなりました,ありがとうございます. しかし,<atomic_ref>が無いと言われビルドに失敗しています.
|
cppreferenceによって、AppleClangはまだ
今回すべてアトミック操作にしたから、性能への影響については調査が必要です。(あまりないはず) |
対応ありがとうございます. まだ数箇所怒られています.エラーログが全て見通せそうな規模になってきたので,エラーが出ている箇所を上から全て添付します. (まだ自分では全く調べてないです,明日夜に見ます)
|
12c21e6で必要ないヘッダを削除しましたが、エラーの中に |
手元の |
原因は大体つかめました。ここで確認できるhttps://godbolt.org/z/a1dMEYPbo
そして |
とりあえず手元の |
ついでですが,デフォルトの |
8bfc5abの修正でAppleClangでビルドできるかもしれません。 そして実際にインストールを行った結果、現在 |
たしかにそうなのですが、実際の運用上は ./configure --prefix=$(pwd) でプロジェクトルート直下にインストール先を変えていることが多いです。 そのため、
のいずれかの対応はお願いしたいです。 |
make -j
実行時,等
The text was updated successfully, but these errors were encountered: