bachelor-project-report/questions.md
2023-05-19 10:25:19 +02:00

435 B

Bachelor Project Questions

Code

Question

In main.cc:7, there is the line

#include <gdk/gdkkeysyms.h>

But I have the compiler error that the gdk/gdkkeysyms.h file is not found.

How do you install the gdk? Which version of gtk are you using?

Answer (provisional)

I ran the command

bear -- make

It produced a compile_commands.json that the LSP uses to know which directories to include.