Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
huangjs opened this issue Jan 30, 2013 · 0 comments
Open

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

huangjs opened this issue Jan 30, 2013 · 0 comments

Comments

@huangjs
Copy link

huangjs commented Jan 30, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant