Coffee2CodeNL / gebaar-libinput

Gebaar, A Super Simple WM Independent Touchpad Gesture Daemon for libinput
GNU General Public License v3.0
271 stars 17 forks source link

Some errors after `make -j4` #33

Closed AMGMNPLK closed 4 years ago

AMGMNPLK commented 4 years ago

With this instruction make -j4 I get this error:

[ 16%] Building CXX object CMakeFiles/gebaard.dir/src/io/input.cpp.o
[ 50%] Building CXX object CMakeFiles/gebaard.dir/src/config/config.cpp.o
[ 50%] Building CXX object CMakeFiles/gebaard.dir/src/main.cpp.o
In file included from /home/alvaro/gebaar-libinput/src/io/input.h:25:0,
                 from /home/alvaro/gebaar-libinput/src/io/input.cpp:20:
/home/alvaro/gebaar-libinput/src/io/../config/config.h:23:10: fatal error: filesystem: No existe el archivo o el directorio
 #include <filesystem>
          ^~~~~~~~~~~~
compilation terminated.
CMakeFiles/gebaard.dir/build.make:75: recipe for target 'CMakeFiles/gebaard.dir/src/io/input.cpp.o' failed
make[2]: *** [CMakeFiles/gebaard.dir/src/io/input.cpp.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
In file included from /home/alvaro/gebaar-libinput/src/main.cpp:22:0:
/home/alvaro/gebaar-libinput/src/config/config.h:23:10: fatal error: filesystem: No existe el archivo o el directorio
 #include <filesystem>
          ^~~~~~~~~~~~
compilation terminated.
CMakeFiles/gebaard.dir/build.make:62: recipe for target 'CMakeFiles/gebaard.dir/src/main.cpp.o' failed
make[2]: *** [CMakeFiles/gebaard.dir/src/main.cpp.o] Error 1
In file included from /home/alvaro/gebaar-libinput/src/config/config.cpp:21:0:
/home/alvaro/gebaar-libinput/src/config/config.h:23:10: fatal error: filesystem: No existe el archivo o el directorio
 #include <filesystem>
          ^~~~~~~~~~~~
compilation terminated.
CMakeFiles/gebaard.dir/build.make:88: recipe for target 'CMakeFiles/gebaard.dir/src/config/config.cpp.o' failed
make[2]: *** [CMakeFiles/gebaard.dir/src/config/config.cpp.o] Error 1
CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/gebaard.dir/all' failed
make[1]: *** [CMakeFiles/gebaard.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Coffee2CodeNL commented 4 years ago

Wrong compiler version.

AMGMNPLK commented 4 years ago

What should be the correct?

Coffee2CodeNL commented 4 years ago

GCC 8