I'm sorry but the compilation still fails after including the cpp-client
headers :
CXX os/libos_la-KeyValueDB.lo
os/KeyValueDB.cc: In static member function 'static KeyValueDB*
KeyValueDB::create(CephContext*, const string&, const string&)':
os/KeyValueDB.cc:18:16: error: expected type-specifier before 'KineticStore'
return new KineticStore(cct);
^
os/KeyValueDB.cc:18:16: error: expected ';' before 'KineticStore'
os/KeyValueDB.cc:18:32: error: 'KineticStore' was not declared in this scope
return new KineticStore(cct);
^
os/KeyValueDB.cc: In static member function 'static int
KeyValueDB::test_init(const string&, const string&)':
os/KeyValueDB.cc:36:12: error: 'KineticStore' has not been declared
return KineticStore::_test_init(g_ceph_context);
^
CXX os/libos_la-KeyValueStore.lo
make[3]: *** [os/libos_la-KeyValueDB.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from os/KeyValueStore.cc:53:0:
os/KineticStore.h:13:29: fatal error: kinetic/kinetic.h: No such file or
directory
#include <kinetic/kinetic.h>
^
compilation terminated.
make[3]: *** [os/libos_la-KeyValueStore.lo] Error 1
-- Julien
On 11/28/2014 08:54 PM, Nigel Williams wrote:
On Sat, Nov 29, 2014 at 5:19 AM, Julien Lutran <julien.lutran@xxxxxxx> wrote:
Where can I find this kinetic devel package ?
I guess you want this (C== kinetic client)? it has kinetic.h at least.
https://github.com/Seagate/kinetic-cpp-client
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com