mjohnson138

Results 3 comments of mjohnson138

I am actually hitting this issue currently while trying to build the Hello World example. Below is my compile command: `[mjohnson138@localhost development]$ g++ hello.cpp -o hello -std=c++11 -Xlinker --verbose -I/usr/local/include/...

@Yaoshicn Unfortunately I was not able to get past the issue. I chose to no longer use Redis for my software project.

Many apologies for the late response on this, but I was finally able to return to this library and solve the original issue. In CMake, the set(CMAKE_CXX_COMPILER, ...) option was...