[erlang-questions] Both yaws install by cean and on cygwin failing
joe lee
codewalkerjoe@REDACTED
Thu Nov 8 13:29:18 CET 2007
Yaws install in cygwin is failing on make:
./configure --prefix=/usr/local/yaws
When I tried doing "make", I am getting the following error:
if [ ! -z "" ]; then \
echo > charset.def; \
else rm charset.def 2> /dev/null; touch charset.def; fi
/cygdrive/i/Program Files/erl5.5.5/bin/erl -noshell -pa ../ebin -s mime_type_c
compile
make[1]: /cygdrive/i/Program: Command not found
make[1]: *** [mime_types.erl] Error 127
make[1]: Leaving directory `/home/joe/apps/yaws-1.73/src'
make: *** [all] Error 1
I also tried to install yaws through cean:install(yaws), I get an error as:
2> cean:install(yaws).
error: yaws not found in download
error
I have erlang 5.5.5 OTP R11B and have it installed on windows xp at
i:\Program Files\erl5.5.5
thanks,
joe
More information about the erlang-questions
mailing list