You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pull my code but I am getting this error. In file included from /tmp/homework_checker/pixelator_1cd5488e16ae206dbbbecfde829292b3/validation_tests/drawer_test.cpp:1: /tmp/homework_checker/pixelator_1cd5488e16ae206dbbbecfde829292b3/pixelator/drawer.hpp:3:10: fatal error: ftxui/screen/screen.hpp: No such file or directory 3 | #include "ftxui/screen/screen.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [validation_tests/CMakeFiles/validation_tests.dir/build.make:76: validation_tests/CMakeFiles/validation_tests.dir/drawer_test.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:1401: validation_tests/CMakeFiles/validation_tests.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... gmake: *** [Makefile:166: all] Error 2
I could not understand how I will fix the error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to pull my code but I am getting this error.
In file included from /tmp/homework_checker/pixelator_1cd5488e16ae206dbbbecfde829292b3/validation_tests/drawer_test.cpp:1: /tmp/homework_checker/pixelator_1cd5488e16ae206dbbbecfde829292b3/pixelator/drawer.hpp:3:10: fatal error: ftxui/screen/screen.hpp: No such file or directory 3 | #include "ftxui/screen/screen.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [validation_tests/CMakeFiles/validation_tests.dir/build.make:76: validation_tests/CMakeFiles/validation_tests.dir/drawer_test.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:1401: validation_tests/CMakeFiles/validation_tests.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... gmake: *** [Makefile:166: all] Error 2
I could not understand how I will fix the error.
Beta Was this translation helpful? Give feedback.
All reactions