You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: