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
Able to see the results of the given examples when I compile them on terminal but whenever I compile them on Codeblocks, a compiler I am getting error messages similar to the ones attached.
#17
Open
mukuljindal91 opened this issue
Feb 16, 2015
· 0 comments
/home/mukul/redis3m/include/redis3m/test.o||In function
main':| test.cpp|| undefined reference to
redis3m::patterns::script_exec::script_exec(std::string const&, bool)'|test.cpp|| undefined reference to
redis3m::patterns::script_exec::exec(boost::shared_ptr<redis3m::connection>, std::vector<std::string, std::allocator<std::string> > const&, std::vector<std::string, std::allocator<std::string> > const&)'| /home/mukul/redis3m/include/redis3m/test.o||In function
redis3m::connection::create(std::string const&, unsigned int)':|test.cpp:(.text._ZN7redis3m10connection6createERKSsj[_ZN7redis3m10connection6createERKSsj]+0x31)||undefined reference to
redis3m::connection::connection(std::string const&, unsigned int)'| /home/mukul/redis3m/include/redis3m/test.o||In function
void boost::checked_deleteredis3m::connection(redis3m::connection*)':|test.cpp:(.text.ZN5boost14checked_deleteIN7redis3m10connectionEEEvPT[ZN5boost14checked_deleteIN7redis3m10connectionEEEvPT]+0x1a)||undefined reference to `redis3m::connection::~connection()'|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
The text was updated successfully, but these errors were encountered: