[erlang-questions] Help needed on Yaws 1.68 Installation

Hariharasudhan.D Dhakshinamoorthy hariharasudhan.d@REDACTED
Wed May 7 21:58:54 CEST 2008


I extracted Yaws 1.68 under

c:\work\ardorbytes\showmercy>

went into the bash mode and did ./configure && make this is what i get.

----------------------------------------------------------------------------------------------------------------------------------------------

C:\work\ardorbytes\showmercy\yaws-1.68>bash
bash-3.2$ ./configure && make
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for erl... /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erl
checking for erlc... /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for werl... /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/werl
configure: creating ./config.status
config.status: creating include.mk
make[1]: Entering directory `c:/work/ardorbytes/showmercy/yaws-1.68/c_src'
touch ../priv/.foo
make[1]: Leaving directory `c:/work/ardorbytes/showmercy/yaws-1.68/c_src'
make[1]: Entering directory `c:/work/ardorbytes/showmercy/yaws-1.68/src'
. ../vsn.mk; \
        sed -e "s/%VSN%/1.68/" -e \
               "s;%VARDIR%;/usr/local/var;g"  -e  \
               "s;%ETCDIR%;/usr/local/etc;g"   \
        < yaws_generated.template > yaws_generated.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:322: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:378: Warning:
calendar:local_time_to_universal_time/1 is deprecated and will be removed in
in a future release; use calendar:local_time_to_universal_time_dst/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:384: Warning:
calendar:local_time_to_universal_time/1 is deprecated and will be removed in
in a future release; use calendar:local_time_to_universal_time_dst/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:533: Warning:
calendar:local_time_to_universal_time/1 is deprecated and will be removed in
in a future release; use calendar:local_time_to_universal_time_dst/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:656: Warning:
calendar:local_time_to_universal_time/1 is deprecated and will be removed in
in a future release; use calendar:local_time_to_universal_time_dst/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:1840: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws.erl:1853: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_app.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_ticker.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_config.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_config.erl:1247: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_config.erl:1371: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_config.erl:1502: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_server.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:14: Warning:
undefined callback function code_change/3 (behaviour 'gen_server')
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:70: Warning:
variable 'S' is unused
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:130: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:181: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:187: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:338: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:437: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:514: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:534: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:691: Warning:
ssl:accept/2: deprecated; use ssl:transport_accept/1,2 and
ssl:ssl_accept/1,2
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:2005: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_server.erl:2447: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_sup.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_api.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:453: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:694: Warning: function
find_cookie_val2/2 is unused
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:710: Warning: function
find_cookie_val3/2 is unused
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:1390: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:1404: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:1663: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_api.erl:1667: Warning: function
binding_exists/1 is unused
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_log.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_log.erl:16: Warning: undefined
callback function code_change/3 (behaviour 'gen_server')
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_ls.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_debug.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_debug.erl:26: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_debug.erl:112: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_debug.erl:288: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_compile.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_ctl.erl
c:/work/ARDORB~1/SHOWME~1/yaws-1.68/src/yaws_ctl.erl:33: Warning:
erlang:fault/1 is deprecated and will be removed in R13B; use erlang:error/1
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_cgi.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_zlib.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin yaws_generated.erl
"/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc" -W  -pa ../../yaws -o
../ebin mime_type_c.erl
if [ ! -z "" ]; then \
           echo   > charset.def; \
        else rm charset.def 2> /dev/null; touch charset.def; fi
/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erl -noshell  -pa ../ebin -s
mime_type_c  compile
process_begin: CreateProcess(NULL,
/cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erl -noshell -pa ../ebin -s
mime_type_c compile, ...) failed.
make (e=3): The system cannot find the path specified.
make[1]: *** [mime_types.erl] Error 3
make[1]: Leaving directory `c:/work/ardorbytes/showmercy/yaws-1.68/src'
make: *** [all] Error 1
bash-3.2$

------------------------------------------------------------------------------------------------------------------------------------------------

I am not able to understand the error which path does it not able to find ,
please help me out.

As everybody mentioned , windows installer is very much needed :-)


Regards,
Hariharasudhan.D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080507/d0b42137/attachment.htm>


More information about the erlang-questions mailing list