Hi there.� I&#39;m following <a href="https://wiki.ubuntu.com/PyGoWave-Server">https://wiki.ubuntu.com/PyGoWave-Server</a> (section &quot;Orbit&quot;) and need to know how I can get the RabbitMQ 1.6.0 includes for STOMP.� In case you have anything else to tell me about my problem, here it is.� (/usr/lib/erlang/lib exists, but subdirectory rabbitmq_server-1.6.0 does not.)<br>
<br>Thanks,<br>Chris<br><br>$ sudo make RABBIT_SERVER_INCLUDE_DIR=/usr/lib/erlang/lib/rabbitmq_server-1.6.0/include<br>erlc -I /usr/lib/erlang/lib/rabbitmq_server-1.6.0/include -I include -o ebin -Wall +debug_info� src/rabbit_stomp.erl<br>
src/rabbit_stomp.erl:42: can&#39;t find include file &quot;rabbit.hrl&quot;<br>src/rabbit_stomp.erl:43: can&#39;t find include file &quot;rabbit_framing.hrl&quot;<br>src/rabbit_stomp.erl:207: record &#39;channel.close_ok&#39; undefined<br>
src/rabbit_stomp.erl:222: record &#39;basic.deliver&#39; undefined<br>src/rabbit_stomp.erl:226: record content undefined<br>src/rabbit_stomp.erl:238: variable &#39;RoutingKey&#39; is unbound<br>src/rabbit_stomp.erl:239: variable &#39;Exchange&#39; is unbound<br>
src/rabbit_stomp.erl:243: variable &#39;DeliveryTag&#39; is unbound<br>src/rabbit_stomp.erl:244: variable &#39;ContentType&#39; is unbound<br>src/rabbit_stomp.erl:245: variable &#39;ContentEncoding&#39; is unbound<br>src/rabbit_stomp.erl:246: variable &#39;ConsumerTag&#39; is unbound<br>
src/rabbit_stomp.erl:250: variable &#39;Headers&#39; is unbound<br>src/rabbit_stomp.erl:254: variable &#39;DeliveryMode&#39; is unbound<br>src/rabbit_stomp.erl:255: variable &#39;Priority&#39; is unbound<br>src/rabbit_stomp.erl:256: variable &#39;CorrelationId&#39; is unbound<br>
src/rabbit_stomp.erl:257: variable &#39;ReplyTo&#39; is unbound<br>src/rabbit_stomp.erl:258: variable &#39;MessageId&#39; is unbound<br>src/rabbit_stomp.erl:260: variable &#39;BodyFragmentsRev&#39; is unbound<br>src/rabbit_stomp.erl:315: record &#39;basic.qos_ok&#39; undefined<br>
src/rabbit_stomp.erl:317: record &#39;basic.qos&#39; undefined<br>src/rabbit_stomp.erl:353: record content undefined<br>src/rabbit_stomp.erl:366: record user undefined<br>src/rabbit_stomp.erl:367: record &#39;channel.open_ok&#39; undefined<br>
src/rabbit_stomp.erl:368: record &#39;channel.open&#39; undefined<br>src/rabbit_stomp.erl:457: record &#39;P_basic&#39; undefined<br>src/rabbit_stomp.erl:467: record &#39;basic.publish&#39; undefined<br>src/rabbit_stomp.erl:493: record &#39;basic.ack&#39; undefined<br>
src/rabbit_stomp.erl:532: record &#39;queue.declare&#39; undefined<br>src/rabbit_stomp.erl:542: record &#39;basic.consume&#39; undefined<br>src/rabbit_stomp.erl:556: record &#39;queue.bind&#39; undefined<br>src/rabbit_stomp.erl:591: record &#39;basic.cancel&#39; undefined<br>
src/rabbit_stomp.erl:596: record &#39;channel.close&#39; undefined<br>src/rabbit_stomp.erl:314: Warning: variable &#39;PrefetchCount&#39; is unused<br>src/rabbit_stomp.erl:349: Warning: variable &#39;Body&#39; is unused<br>
src/rabbit_stomp.erl:349: Warning: variable &#39;Properties&#39; is unused<br>src/rabbit_stomp.erl:379: Warning: function longstr_field/2 is unused<br>src/rabbit_stomp.erl:450: Warning: variable &#39;Headers&#39; is unused<br>
src/rabbit_stomp.erl:452: Warning: variable &#39;BinH&#39; is unused<br>src/rabbit_stomp.erl:453: Warning: variable &#39;IntH&#39; is unused<br>src/rabbit_stomp.erl:455: Warning: variable &#39;RoutingKeyStr&#39; is unused<br>
src/rabbit_stomp.erl:456: Warning: variable &#39;ExchangeStr&#39; is unused<br>src/rabbit_stomp.erl:491: Warning: variable &#39;DeliveryTag&#39; is unused<br>src/rabbit_stomp.erl:515: Warning: variable &#39;Headers&#39; is unused<br>
src/rabbit_stomp.erl:517: Warning: variable &#39;AckMode&#39; is unused<br>src/rabbit_stomp.erl:523: Warning: variable &#39;ConsumerTag&#39; is unused<br>src/rabbit_stomp.erl:529: Warning: variable &#39;Queue&#39; is unused<br>
src/rabbit_stomp.erl:530: Warning: variable &#39;BoolH&#39; is unused<br>src/rabbit_stomp.erl:551: Warning: variable &#39;Exchange&#39; is unused<br>src/rabbit_stomp.erl:552: Warning: variable &#39;RoutingKey&#39; is unused<br>
make: *** [ebin/rabbit_stomp.beam] Error 1<br>