Hi there. I'm following <a href="https://wiki.ubuntu.com/PyGoWave-Server">https://wiki.ubuntu.com/PyGoWave-Server</a> (section "Orbit") 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't find include file "rabbit.hrl"<br>src/rabbit_stomp.erl:43: can't find include file "rabbit_framing.hrl"<br>src/rabbit_stomp.erl:207: record 'channel.close_ok' undefined<br>
src/rabbit_stomp.erl:222: record 'basic.deliver' undefined<br>src/rabbit_stomp.erl:226: record content undefined<br>src/rabbit_stomp.erl:238: variable 'RoutingKey' is unbound<br>src/rabbit_stomp.erl:239: variable 'Exchange' is unbound<br>
src/rabbit_stomp.erl:243: variable 'DeliveryTag' is unbound<br>src/rabbit_stomp.erl:244: variable 'ContentType' is unbound<br>src/rabbit_stomp.erl:245: variable 'ContentEncoding' is unbound<br>src/rabbit_stomp.erl:246: variable 'ConsumerTag' is unbound<br>
src/rabbit_stomp.erl:250: variable 'Headers' is unbound<br>src/rabbit_stomp.erl:254: variable 'DeliveryMode' is unbound<br>src/rabbit_stomp.erl:255: variable 'Priority' is unbound<br>src/rabbit_stomp.erl:256: variable 'CorrelationId' is unbound<br>
src/rabbit_stomp.erl:257: variable 'ReplyTo' is unbound<br>src/rabbit_stomp.erl:258: variable 'MessageId' is unbound<br>src/rabbit_stomp.erl:260: variable 'BodyFragmentsRev' is unbound<br>src/rabbit_stomp.erl:315: record 'basic.qos_ok' undefined<br>
src/rabbit_stomp.erl:317: record 'basic.qos' 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 'channel.open_ok' undefined<br>
src/rabbit_stomp.erl:368: record 'channel.open' undefined<br>src/rabbit_stomp.erl:457: record 'P_basic' undefined<br>src/rabbit_stomp.erl:467: record 'basic.publish' undefined<br>src/rabbit_stomp.erl:493: record 'basic.ack' undefined<br>
src/rabbit_stomp.erl:532: record 'queue.declare' undefined<br>src/rabbit_stomp.erl:542: record 'basic.consume' undefined<br>src/rabbit_stomp.erl:556: record 'queue.bind' undefined<br>src/rabbit_stomp.erl:591: record 'basic.cancel' undefined<br>
src/rabbit_stomp.erl:596: record 'channel.close' undefined<br>src/rabbit_stomp.erl:314: Warning: variable 'PrefetchCount' is unused<br>src/rabbit_stomp.erl:349: Warning: variable 'Body' is unused<br>
src/rabbit_stomp.erl:349: Warning: variable 'Properties' is unused<br>src/rabbit_stomp.erl:379: Warning: function longstr_field/2 is unused<br>src/rabbit_stomp.erl:450: Warning: variable 'Headers' is unused<br>
src/rabbit_stomp.erl:452: Warning: variable 'BinH' is unused<br>src/rabbit_stomp.erl:453: Warning: variable 'IntH' is unused<br>src/rabbit_stomp.erl:455: Warning: variable 'RoutingKeyStr' is unused<br>
src/rabbit_stomp.erl:456: Warning: variable 'ExchangeStr' is unused<br>src/rabbit_stomp.erl:491: Warning: variable 'DeliveryTag' is unused<br>src/rabbit_stomp.erl:515: Warning: variable 'Headers' is unused<br>
src/rabbit_stomp.erl:517: Warning: variable 'AckMode' is unused<br>src/rabbit_stomp.erl:523: Warning: variable 'ConsumerTag' is unused<br>src/rabbit_stomp.erl:529: Warning: variable 'Queue' is unused<br>
src/rabbit_stomp.erl:530: Warning: variable 'BoolH' is unused<br>src/rabbit_stomp.erl:551: Warning: variable 'Exchange' is unused<br>src/rabbit_stomp.erl:552: Warning: variable 'RoutingKey' is unused<br>
make: *** [ebin/rabbit_stomp.beam] Error 1<br>