sudo make install
mkdir -p lib/geany-complete-core/src/
g++ -c geany-complete-core/src/cc_plugin.cpp -O2 -fPIC pkg-config --cflags geany -std=c++0x -I./geany-complete-core/include -o lib/geany-complete-core/src/cc_plugin.o
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-3.0', required by 'geany', not found
In file included from geany-complete-core/src/cc_plugin.cpp:22:
./geany-complete-core/include/geanycc/cc_plugin.hpp:23:10: fatal error: geanyplugin.h: Arquivo ou diretório inexistente
23 | #include
| ^~~~~~~
compilation terminated.
make: *** [geany-complete-core/Makefile.core:40: lib/geany-complete-core/src/cc_plugin.o] Error 1
Output: