shinvdu / php-amqp

Automatically exported from code.google.com/p/php-amqp
0 stars 0 forks source link

could not find AMQP spec file at "'/root/rmq-c/codegen/amqp-0.9.1.json'" #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the http://hg.rabbitmq.com/rabbitmq-c/
2. Download http://hg.rabbitmq.com/rabbitmq-codegen/
3. Ensure codegen is moved to the codegen subdirectory of the rabbitmq-c 

Run autoreconf -i && ./configure && make && sudo make install

Error is:

checking location of AMQP codegen directory... configure: error: could not
find AMQP spec file at "'/root/rmq-c/codegen/amqp-0.9.1.json'"

Currently, my codegen folder contains file amqp-0.8.json

Have I downloaded the wrong version ?  Is there a fix / workaround?

Thanks

Rob

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by beetle...@googlemail.com on 17 Nov 2009 at 1:22

GoogleCodeExporter commented 8 years ago
Looking at this again ... I'm guessing actually this is not a project problem, 
but a
RabbitMq thing. Sorry.

Original comment by beetle...@googlemail.com on 17 Nov 2009 at 1:26

GoogleCodeExporter commented 8 years ago
we are also facing same problem, please suggest,

checking location of AMQP codegen directory... configure: error: could not find 
AMQP spec file at "'/codegen/amqp-0.8.json'"

Thanks & Regards,
Ravichandra.

Original comment by ravichan...@gmail.com on 16 Jun 2010 at 1:06

GoogleCodeExporter commented 8 years ago
This is how I fixed it:

rename amqp-0.8.json to amqp-rabbitmq-0.8.json
and also the codegen directory has to be in the same directory as rabbitmq-c

Original comment by simoamt...@gmail.com on 6 Jul 2010 at 8:17