|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
EUnit install failsI 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 |
|
|
Re: EUnit install failsDid 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 ________________________________________________________________ erlang-questions mailing list. See http://www.erlang.org/faq.html erlang-questions (at) erlang.org |
|
|
|
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |