Tony -<br><br>I tried the <a href="http://hg.rabbitmq.com/rabbitmq-c/archive/default.tar.gz">http://hg.rabbitmq.com/rabbitmq-c/archive/default.tar.gz</a> which<br>got me the file rabbitmq-c-default.tar.gz (md5sum: b50fd568311a052a45157631ba17c2b5)<br>
but it is also missing a file as shown by the last few lines from running ./configure below:<br><br><div style="margin-left: 40px;">.<br>.<br>.<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping libraries is possible... yes<br>
checking for ANSI C header files... (cached) yes<br>checking location of AMQP codegen directory... configure: error: could not find AMQP spec file at &quot;&#39;/codegen/amqp-0.9.1.json&#39;&quot;<br></div><br>Am I supposed to get that file from somewhere else, or should it be in the tarball?<br>
<br>Also, I have doubts that this will work anyway, because the RabbitMQ server<br>is running at version 0.8, so it won&#39;t be compatible with this client.� Does that<br>sound correct?<br><br>Thanks,<br><br>- Jim<br><br clear="all">
Jim Irrer � � <a href="mailto:irrer@umich.edu">irrer@umich.edu</a> � � � (734) 647-4409<br>University of Michigan Hospital Radiation Oncology<br>519 W. William St. � � � � � � Ann Arbor, MI 48103<br>
<br><br><div class="gmail_quote">On Tue, Nov 10, 2009 at 9:33 AM, Tony Garnock-Jones <span dir="ltr">&lt;<a href="mailto:tonyg@lshift.net">tonyg@lshift.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jim,<br>
<br>
My apologies for the delay in responding. I have been travelling (and<br>
then of course recovering from jetlag!).<br>
<div class="im"><br>
Jim Irrer wrote:<br>
&gt; Also, I was using rabbitmq-c-06125761fef6.tar.gz from<br>
&gt; <a href="http://hg.rabbitmq.com/" target="_blank">http://hg.rabbitmq.com/</a> .<br>
<br>
</div>Ah, that is the problem. Mercurial&#39;s web interface is downright<br>
misleading sometimes :-( because it points people at the &quot;tip&quot; revision,<br>
which is an almost perfectly meaningless label. Instead, it should point<br>
people at the &quot;default&quot; revision, A.K.A head of the master branch. The<br>
revision it sent you was from the 0-9-1 branch of the C client!<br>
<br>
The default branch holds the 0-8 C client. Please try this tarball instead:<br>
<a href="http://hg.rabbitmq.com/rabbitmq-c/archive/default.tar.gz" target="_blank">http://hg.rabbitmq.com/rabbitmq-c/archive/default.tar.gz</a><br>
<br>
(and similarly for rabbitmq-codegen.)<br>
<br>
Alternatively, if you check the code out using Mercurial itself, it will<br>
do the right thing, and give you the &quot;default&quot; branch by default, which<br>
currently is the 0-8 branch.<br>
<br>
Please let me know if this helps you get it working!<br>
<br>
Regards,<br>
<font color="#888888"> �Tony<br>
<br>
</font></blockquote></div><br>