Just to make sure, did you svn co qpid or just cpp.
Make sure you have
qpid/cpp
qpid/specs
qpid/python
all checked out
Carl.
Senaka Fernando wrote:
My version of ruby is,
ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
I don't see any warnings during the generation phase either. And, as
Danushka says the referenced class is non-existent as the compiler
complains.
Regards,
Senaka
On Mon, Apr 28, 2008 at 7:35 PM, Gordon Sim <[EMAIL PROTECTED]> wrote:
Alan Conway wrote:
Gordon Sim wrote:
Danushka Menikkumbura wrote:
Hi Rajith,
I am experiencing the same problem and it is due to some code gen
issue. The struct "Handler" in class "ConnectionHandler" is inherited
from the classes AMQP_ServerOperations::ConnectionHandler and
AMQP_ClientOperations::ConnnectionHandler. But neither AMQP_ServerOperations
nor AMQP_ClientOperations has a class called ConnectionHandler but a class
called Invoker.
What version of ruby are you using? It sounds like the generator
(which is in ruby) is not working for some reason (I have 1.8.4 which
generates handler classes as expected).
Do you have a set of nested classes in
AMQP_ServerProxy/AMQP_ClientProxy (e.g. call Session, Queue, Exchange etc)
also in the gen directory? And do you see e.g. SessionAttachBody.h and
similarly named files?
Is this the same problem as the one that Senaka solved?
I don't think so. Here the file is generated, but the contents aren't as
expected. I believe the other issue involved not having any generated files
at all(?).