-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I've tried to build it with both the installed package and by installing from source (after removing the deb package) but it fails with the same error:
Given that gem install failed I tried doing it manually:
# cd /usr/local/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/capn_proto-0.0.1.alpha.5/ext/capn_proto
# make distclean
# ruby extconf.rb setup
creating Makefile
# make
compiling class_builder.cc
In file included from class_builder.cc:1:0:
ruby_capn_proto.h:17:26: fatal error: capnp/object.h: No such file or directory
#include <capnp/object.h>
^
compilation terminated.
make: *** [class_builder.o] Error 1
I looked to see if there was an object.h anywhere in capnproto but I couldn't see one. So I tried commenting out the #include <capnp/object.h> line but that didn't get me very far. No surprise there really!
Metadata
Metadata
Assignees
Labels
No labels