Hi all,

I've recently added a "c.capnp" file with annotations to control code
generation to the Cap'n Proto C bindings.  Now I have to figure out what
to do with it... it seems the C++ core stuff installs c++.capnp,
schema.capnp and rpc.capnp to /usr/include/capnp;  I assume that's the
intended target location?  If so - why doesn't capnpc search that
directory by default?  And is there some way to get the path to that
directory?  (e.g. pkg-config --variable?)

Also, I should point out that C and C++ collide in the names of the
generated header files (e.g. schema.capnp.h).  I'll have to put them in
another directory...

(Unfortunately, the C bindings emit "#include foo.capnp.h" for any
"import foo.capnp" they see, even if it's not neccessary...)


Cheers,

-David

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to