TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.82k stars 139 forks source link

compile error gui #87

Closed geosone closed 2 years ago

geosone commented 2 years ago

when compiling git from git i get this error on compile with gui support.

/home/mario/upscale/Anime4KCPP/GUI/src/mainwindow.cpp:1314:43: Fehler: »sleep_for« ist kein Element von »std::this_thread« 1314 | std::this_thread::sleep_for(std::chrono::milliseconds(1000)); | ^~~~~ make[2]: [GUI/CMakeFiles/Anime4KCPP_GUI.dir/build.make:180: GUI/CMakeFiles/Anime4KCPP_GUI.dir/src/mainwindow.cpp.o] Fehler 1 make[2]: Verzeichnis „/home/mario/upscale/Anime4KCPP/build“ wird verlassen make[1]: [CMakeFiles/Makefile2:255: GUI/CMakeFiles/Anime4KCPP_GUI.dir/all] Fehler 2 make[1]: Verzeichnis „/home/mario/upscale/Anime4KCPP/build“ wird verlassen make: *** [Makefile:139: all] Fehler 2

TianZerL commented 2 years ago

Please post your compiler name and version.

geosone commented 2 years ago

cpp (Gentoo 11.2.0 p1) 11.2.0 Copyright (C) 2021 Free Software Foundation, Inc. Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht für MARKTGÄNGIGKEIT oder FÜR SPEZIELLE ZWECKE.

TianZerL commented 2 years ago

G++? Anyway, first try to see if the latest commit can be compiled.

geosone commented 2 years ago

the pull from now compiles.