[erlang-questions] When does ERLC provide minmal feedback?

Richard Carlsson richardc@REDACTED
Thu Dec 4 19:45:58 CET 2008


ggaliens@REDACTED wrote:
> OK ... here's the info I should have provided last time around.
> ERLC is crashing in odd ways when I run one of the main makefiles from a commandline as follows ...
> 
> markw@REDACTED /cygdrive/c/WingsSVN/src
> $ make
> make TYPE=opt common
> make[1]: Entering directory `/cygdrive/c/WingsSVN/src'
> erlc -pa ../../esdl-0.96.0626/ebin  -I ../../esdl-0.96.0626/esdl/include -I ../../esdl-0.96.0626  -I ../e3d -W +debug_info '-Dwi
> ngs_version="0.99.52"' -pa ../intl_tools -o../ebin wings_lang.erl
> erlc -pa ../../esdl-0.96.0626/ebin  -I ../../esdl-0.96.0626/esdl/include -I ../../esdl-0.96.0626  -I ../e3d -W +debug_info '-Dwi
> ngs_version="0.99.52"' -pa ../intl_tools -o../ebin user_default.erl
> erlc -pa ../../esdl-0.96.0626/ebin  -I ../../esdl-0.96.0626/esdl/include -I ../../esdl-0.96.0626  -I ../e3d -W +debug_info '-Dwi
> ngs_version="0.99.52"' -pa ../intl_tools -o../ebin wings.erl
> 
> 
> The odd thing is that this works in a slightly older code base tree (two years old).
> 
> The compile appears to HANG when compiling wings.erl

Sorry, but I can't repeat your problem. Using Wings from svn and
esdl-0.96.0626 (the precompiled Windows zip file), under cygwin,
the same build simply works, for me.

Try to isolate it down to a single source file (not counting includes),
and a single command that you can run without the makefile. But first
of all you might want to run something like dos2unix on all source
files, to ensure they all follow the same eol-style (in case you might
have gotten them fouled up somehow).

     /Richard



More information about the erlang-questions mailing list