msgpack-haskell icon indicating copy to clipboard operation
msgpack-haskell copied to clipboard

jubatus-msgpack-rpc header file location (C++ backend)

Open huangjs opened this issue 11 years ago • 0 comments

I'm using C++ backend, there seems a minor glitch in generated hpp files,

jubatus-msgpack-rpc will install header files into

 /usr/local/include/jubatus/msgpack/rpc/

but generated hpp file (i.e. classifier_client.hpp) uses

 #include <msgpack/rpc/client.h>

Shouldn't it be

 #include <jubatus/msgpack/rpc/client.h>

?

Jianshi

huangjs avatar Jan 30 '13 05:01 huangjs