Skip to content
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

Error 'omp.h' file not found on clang tidy #236

Open
1 task
Tacha-S opened this issue Jan 10, 2025 · 1 comment
Open
1 task

Error 'omp.h' file not found on clang tidy #236

Tacha-S opened this issue Jan 10, 2025 · 1 comment

Comments

@Tacha-S
Copy link
Contributor

Tacha-S commented Jan 10, 2025

概要

ubuntu 24.04でEigenを使っていると、clang-tidy-16にて
error: 'omp.h' file not found [clang-diagnostic-error] がでる

clang tidy 18だとでなくなる。
libomp-18-devとのバージョンが関係している?

目的
提案内容
タスク

  • 細かいタスクに分解できているなら書き出す
@Tacha-S
Copy link
Contributor Author

Tacha-S commented Jan 10, 2025

libomp-18-devとのバージョンが関係している?

おそらくこれが正解で、
LLVMをもとにしているため双方のバージョンがLLVMに準じて上がっていっている。
20.04ではlibomp-devは1.10でclang-tidyもdefaultで入るものは1.10と一致する。
24.04ではlibomp-devは1.18でclang-tidyも1.18がdefaultなのでそこを合わせる必要がありそう。

ただし、clang-tidyを1.18にするとやけに時間がかかったり、以下のようなシステムヘッダーでのエラーが出るので調査中

/opt/ros/jazzy/include/message_filters/message_filters/subscriber.h:298:5: error: Call to virtual method 'Subscriber::unsubscribe' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall,-warnings-as-errors]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant