Hi,
I'm testing out capnproto 0.3.0 (looks awesome!), but I'm having trouble getting the -oc++:<directory> syntax to work.
If I run:
capnp compile -oc++ Test.capnp
I get Test.capnp.c++ and Test.capnp.h in the current directory. However, if I run:
mkdir -p build/capnp/ && capnp compile -oc++:build/capnp/ Test.capnp
I get nothing, either in the current directory or the 'test' directory.
Looking at the code, (capnpc-c++.c++:1654), I wonder how it would respect the directory parameter. Is this a known issue? Ideas?
Thanks,
Joshua