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
Either require specific version, or just submodule it. It's a small library, might just be worth submoduling. Would it be smart to do the same with libev?
The text was updated successfully, but these errors were encountered:
when I am trying to run your example code. I get this error:
root@calvin:~# g++ basic.cpp -o hello -std=c++11 -lredox -lev -lhiredis
/usr/bin/ld: cannot find -lredox
collect2: error: ld returned 1 exit status
Can you help?
vim basic.cpp
#include iostream
#include root/redox/include/redox.hpp
when I am trying to run your example code. I get this error:
root@calvin:~# g++ basic.cpp -o hello -std=c++11 -lredox -lev -lhiredis
/usr/bin/ld: cannot find -lredox
collect2: error: ld returned 1 exit status
Can you help?
vim basic.cpp
#include
#include
—
Reply to this email directly or view it on GitHub #12 (comment).
Either require specific version, or just submodule it. It's a small library, might just be worth submoduling. Would it be smart to do the same with libev?
The text was updated successfully, but these errors were encountered: