"Robert Greig" <[EMAIL PROTECTED]> wrote: > I did an update today on C++ trunk (rev 494075) and I'm finding it > does not build: > > In file included from ./ClientChannel.h:30, > from ClientChannel.cpp:21: > ./Connection.h:39:33: AMQP_HighestVersion.h: No such file or directory > In file included from ./ClientChannel.h:30, > from ClientChannel.cpp:21: > ./Connection.h:108: error: `highestProtocolVersion' is not a member of > `qpid::framing'
I think this is because you have not updated the gentools/ hierarchy. That would explain why this new file (AMQP_HighestVersion.h) isn't yet being generated. Note that you also need to update specs/. And python/ if you want to run the tests.
