Hi, I'm trying to compile polybar on exherbo, i've compiled all the dependencies, cmake .. runs succesfull but when i run make i get this:
[ 1%] Built target xpp
[ 3%] Building CXX object bin/CMakeFiles/polybar.dir/components/bar.cpp.o
In file included from /home/federico/polybar/include/x11/types.hpp:3:0,
from /home/federico/polybar/include/components/bar.hpp:12,
from /home/federico/polybar/src/components/bar.cpp:3:
/home/federico/polybar/lib/xpp/include/xpp/event.hpp:9:23: fatal error: proto/x.hpp: No such file or directory
#include "proto/x.hpp"
^
compilation terminated.
Hi, I'm trying to compile polybar on exherbo, i've compiled all the dependencies, cmake .. runs succesfull but when i run make i get this: