[erlang-questions] EUnit install fails
Kevin A. Smith
kevin@REDACTED
Wed Oct 21 19:39:11 CEST 2009
Did the build create an ebin directory in the path indicated? Whenever
I get that error it means erlc is trying to write to a non-existent
path.
--Kevin
On Oct 21, 2009, at 12:00 PM, Steven Edwards wrote:
> I cloned the eunit trunk this morning (with git svn clone), cd'd to
> the
> eunit directory and ran make--then sudo make. Both return the
> following
> error:
>
> ---
> make[1]: Entering directory `/home/steven/eunit/src'
> erlc -pa ../ebin -W -I../include +warn_unused_vars +nowarn_shadow_vars
> +warn_unused_import -o../ebin eunit_autoexport.erl
> /home/steven/eunit/src/../ebin/eunit_autoexport.bea#: error writing
> file
> make[1]: *** [../ebin/eunit_autoexport.beam] Error 1
> make[1]: Leaving directory `/home/steven/eunit/src'
> make: *** [subdirs] Error 2
> ---
>
> Should I just try again in a couple days? :)
>
> Thanks,
>
> Steven
More information about the erlang-questions
mailing list