[rabbitmq-discuss] Error during "make" of RabbitMQ Erlang client - File operation error
Ben Hood
0x6e6562 at gmail.com
Fri Nov 27 19:14:49 GMT 2009
Lynton,
On Fri, Nov 6, 2009 at 6:32 AM, Lynton Grice
<lynton.grice at logosworld.com> wrote:
> ERL_LIBS=deps:dist erlc -I include -o ebin -Wall -v +debug_info
> src/amqp_channel.erl
> {error_logger,{{2009,11,6},{6,31,14}},std_error,"File operation error: eio.
> Target: deps:dist. Function: list_dir. Process: code_server."}
If you put the definition of ERL_LIBS in quotation marks, then make
under cygwin doesn't barf:
LIBS_PATH=ERL_LIBS="$(DEPS_DIR);$(DIST_DIR);$(ERL_LIBS)"
However, to get the tests to run you'll need to put erl_call in your
path and the dependency resolution still appears to cycle a bit.
Unfortunately the build process not very Windows friendly :-(
Ben
More information about the rabbitmq-discuss
mailing list