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

No such file or directory [-Werror=missing-include-dirs] #24

Open
nvartolomei opened this issue May 23, 2021 · 1 comment
Open

No such file or directory [-Werror=missing-include-dirs] #24

nvartolomei opened this issue May 23, 2021 · 1 comment

Comments

@nvartolomei
Copy link
Contributor

Trying to build https://github.com/clickhouse/clickhouse. Some/most objects have includes passed on command line that are not actually used.

What do you think about parsing compiler flags for such includes and create empty directories as a workaround?

@nelhage
Copy link
Owner

nelhage commented May 24, 2021

Ah, hm. I see the problem. We do parse the compile flags to extract the include path and all headers, but we currently just send files to the cloud, and implicitly create directories as needed. We could either send a dummy dotfile for every include path, or tweak the client/runtime protocol to support directories. Either one would be a fairly quick fix, I think.

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

2 participants