Last active
January 10, 2017 16:26
-
-
Save hamidr/591c8737e419969d1567d899be1e245e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✗ make | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/hamid/adro/async-redis/build | |
Scanning dependencies of target parser | |
[ 4%] Building CXX object CMakeFiles/parser.dir/src/parser/base_resp_parser.cpp.o | |
[ 8%] Building CXX object CMakeFiles/parser.dir/src/parser/array_parser.cpp.o | |
[ 13%] Building CXX object CMakeFiles/parser.dir/src/parser/bulk_string_parser.cpp.o | |
[ 17%] Building CXX object CMakeFiles/parser.dir/src/parser/error_parser.cpp.o | |
[ 21%] Building CXX object CMakeFiles/parser.dir/src/parser/number_parser.cpp.o | |
[ 26%] Building CXX object CMakeFiles/parser.dir/src/parser/simple_string_parser.cpp.o | |
[ 30%] Linking CXX static library libparser.a | |
[ 30%] Built target parser | |
[ 43%] Built target event_loop | |
[ 60%] Built target network | |
Scanning dependencies of target async_redis | |
[ 65%] Building CXX object CMakeFiles/async_redis.dir/src/connection.cpp.o | |
In file included from /home/hamid/adro/async-redis/src/../includes/connection.hpp:9:0, | |
from /home/hamid/adro/async-redis/src/connection.cpp:1: | |
/home/hamid/adro/async-redis/libs/libevpp/includes/libevpp/event_loop/event_loop_ev.h:3:39: fatal error: event_loop/socket_watcher.h: No such file or directory | |
#include <event_loop/socket_watcher.h> | |
^ | |
compilation terminated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment