On Mon, Apr 4, 2011 at 11:44 PM, Rutger ter Borg <rutger@xxxxxxxxxxx> wrote: > thanks for the elaborate answer! With respect to the compile error, I got > this in an empty file with just including rados/librados.hpp > > $ g++ ./rados.cpp > In file included from /usr/include/rados/buffer.h:55:0, > from /usr/include/rados/librados.hpp:10, > from ./rados.cpp:6: > /usr/include/rados/atomic.h:25:24: fatal error: atomic_ops.h: No such file > or directory > compilation terminated. Have you tried using the full make system (go to src dir, ./autogen.sh; ./configure; make)? All the required headers should get pulled in when you install the package, but they might not be in your default include paths. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html