Skip to content

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

Description

@huangjs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions