Thanks for the report! I&#39;ve updated the &quot;smart&quot; logic in the makefile; see <a href="https://github.com/tonyg/erlang-rfc4627/commit/0ad522600c1354a8f811906d23748ea2ed3c5c67">https://github.com/tonyg/erlang-rfc4627/commit/0ad522600c1354a8f811906d23748ea2ed3c5c67</a>. I am guessing that Simon (presumably) will now need to update the RabbitMQ wrapper for the library.<br>
<br>I actually downloaded the OTP git repo from github, and used (for the first time) git bisect to discover exactly when various paths to httpd.hrl came and went :-) so I learned something from the experience...<br><br>I&#39;ve lightly tested the change. I&#39;m downloading R12B-5 now to see if it still compiles on that version.<br>
<br>If you try it, please let me know how it goes. Thanks!<br><br>Regards,<br>  Tony<br><br><div class="gmail_quote">On 31 March 2012 13:37, Matwey V.  Kornilov <span dir="ltr">&lt;<a href="mailto:matwey.kornilov@gmail.com">matwey.kornilov@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<br>
rfc4627_jsonrpc_inets.erl includes httpd.hrl in a smart manner. At the same<br>
time (at least in my R15 erlang) src/http_server/httpd.hrl does only one<br>
thing:<br>
<br>
-ifndef(src_httpd_hrl).<br>
-define(src_httpd_hrl, true).<br>
<br>
-include_lib(&quot;inets/include/httpd.hrl&quot;).<br>
<br>
-endif. % -ifdef(src_httpd_hrl).<br>
<br>
<br>
To include inets/include/httpd.hrl instead of inets/src/httpd.hrl would<br>
simplify building from source and remove build-dependence on packages like<br>
erlang-src.<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com" target="_blank">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/" target="_blank">http://homepages.kcbbs.gen.nz/tonyg/</a><br>