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
While trying to use irony-mode to auto-complete content of struct/class it can't find header files included.
I have for example mesa project in ~/repository/pkg_mesa/mesa/.
When I open for example src/gallium/drivers/zink/zink_context.c from above directory all I get is:
In "zink_clear.h":
util/u_rect.h: No such file or directory
I have tried to add .clang_complete:
-I./include
-I./src/gallium/auxiliary/
-I./src/gallium/auxiliary/util/
But it didn't helped.
Any ideas? I followed documentation but couldn't find solution.
Thanks.
The text was updated successfully, but these errors were encountered:
While trying to use irony-mode to auto-complete content of struct/class it can't find header files included.
I have for example mesa project in ~/repository/pkg_mesa/mesa/.
When I open for example src/gallium/drivers/zink/zink_context.c from above directory all I get is:
I have tried to add .clang_complete:
Any ideas? I followed documentation but couldn't find solution.
Thanks.
The text was updated successfully, but these errors were encountered: