You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Andrew Stitcher <as...@redhat.com> on 2012/03/28 23:05:58 UTC

Heads Up: You may need to regenerate your generated C++ source code on trunk

I've just made a change (r1306595) to eliminate some unnecessary use of
FieldValue.h from other header files. This ended up involving changing
the C++ code generator for the generated framing code to add a needed
#include "framing/Buffer.h", which was not previously present.

So if you find that you are getting errors where the compiler tells you
that it's never heard of the type Buffer in generated C++ code, you'll
know you need to remove all the generated code and recompile.

Using cmake, a simple "rm -rf src" from the build directory works
nicely. However don't try this if you're working in the src tree itself!

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org