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 compiled jubatus-mpio with clang 3.0, compiled jubatus-msgpack-rpc with gcc 4.7.2 then rpc tests fail. and test/Makefile.am option missed -msgpack instead of -lmsgpack.
$ make check
(snip)
2013-01-23 11:58:40 transport/tcp.cc:247: connecting to 127.0.0.1:18811
I compiled jubatus-mpio with clang 3.0, compiled jubatus-msgpack-rpc with gcc 4.7.2 then rpc tests fail. and test/Makefile.am option missed
-msgpack
instead of-lmsgpack
.I wrote test environment.
jubatus/jubatus#120 (comment)
The text was updated successfully, but these errors were encountered: