Dennis Jacobfeuerborn wrote:
Removing the packages and
compiling from a fresh checkout fails almost immediately with:
[...]
qpid/framing/AMQP_ServerOperations.h: No such file or directory
[...]
qpid/framing/AMQP_MethodVersionMap.h: No such file or directory
[...]
qpid/framing/AMQP_HighestVersion.h: No such file or directory
These files should all be generated. The generation process is currently
java based and required when building from the repository. (The qpid
packages contain these generated files, and if installed those versions
get picked up).
Assuming you hava JDK5.0 or later on your path, when building from svn,
you should get something like the following:
./generate.sh
Generating code.
C++ generation mode.
XML files: [./../../specs/amqp.0-9.xml,
./../../specs/amqp-errata.0-9.xml,
./../../specs/amqp-dtx-preview.0-9.xml, ./../xml/cluster.xml]
"./../../specs/amqp.0-9.xml": Found version 0-9.
"./../../specs/amqp-errata.0-9.xml": Found version 0-9.
"./../../specs/amqp-dtx-preview.0-9.xml": Found version 0-9.
"./../xml/cluster.xml": Found version 0-9.
Model template file(s):
[...]
Method template file(s):
[...]
Generation directory:
[...]
Files generated: 136
Could you have a look at that section of the output, near the start and
see if there are any errors? Or send the full output of the build?