<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Building YAWS For Windows</title>
	<atom:link href="http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/</link>
	<description>Programming language geek-outs with your host, Max Bolingbroke</description>
	<lastBuildDate>Wed, 22 Apr 2009 11:47:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hariharasudhan</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-722</link>
		<dc:creator>Hariharasudhan</dc:creator>
		<pubDate>Tue, 06 May 2008 21:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-722</guid>
		<description>i tried the same thing and this is what i am getting 

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/yaws/server/yaws-1.68/c_src&#039;
make[1]: Nothing to be done for `all&#039;.
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/c_src&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/src&#039;
make[1]: Nothing to be done for `all&#039;.
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/src&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/man&#039;
make[1]: Nothing to be done for `all&#039;.
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/man&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/shopingcart&#039;
cp shopcart.beam ../../examples/ebin
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/shopingcart&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/code&#039;
cp myappmod.beam ../../examples/ebin
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/code&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/doc&#039;
echo &quot;To build the docs, please use make docs before doing make install&quot;
To build the docs, please use make docs before doing make install
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/doc&#039;
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/scripts&#039;
make[1]: Nothing to be done for `all&#039;.
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/scripts&#039;
bash-3.2$


finally my bin/yaws file is 0KB :( 

please help.</description>
		<content:encoded><![CDATA[<p>i tried the same thing and this is what i am getting </p>
<p>bash-3.2$ ./configure;make<br />
checking build system type&#8230; i686-pc-cygwin<br />
checking host system type&#8230; i686-pc-cygwin<br />
checking target system type&#8230; i686-pc-cygwin<br />
checking for erl&#8230; /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erl<br />
checking for erlc&#8230; /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/erlc<br />
checking for gcc&#8230; gcc<br />
checking for C compiler default output file name&#8230; a.exe<br />
checking whether the C compiler works&#8230; yes<br />
checking whether we are cross compiling&#8230; no<br />
checking for suffix of executables&#8230; .exe<br />
checking for suffix of object files&#8230; o<br />
checking whether we are using the GNU C compiler&#8230; yes<br />
checking whether gcc accepts -g&#8230; yes<br />
checking for gcc option to accept ISO C89&#8230; none needed<br />
checking how to run the C preprocessor&#8230; gcc -E<br />
checking for grep that handles long lines and -e&#8230; /usr/bin/grep<br />
checking for egrep&#8230; /usr/bin/grep -E<br />
checking whether gcc needs -traditional&#8230; no<br />
checking whether make sets $(MAKE)&#8230; yes<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking for werl&#8230; /cygdrive/c/work/ardorbytes/erlang/erl5.6.2/bin/werl<br />
configure: creating ./config.status<br />
config.status: creating include.mk<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/c_src&#8217;<br />
make[1]: Nothing to be done for `all&#8217;.<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/c_src&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/src&#8217;<br />
make[1]: Nothing to be done for `all&#8217;.<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/src&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/man&#8217;<br />
make[1]: Nothing to be done for `all&#8217;.<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/man&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/shopingcart&#8217;<br />
cp shopcart.beam ../../examples/ebin<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/shopingcart&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/code&#8217;<br />
cp myappmod.beam ../../examples/ebin<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/www/code&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/doc&#8217;<br />
echo &#8220;To build the docs, please use make docs before doing make install&#8221;<br />
To build the docs, please use make docs before doing make install<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/doc&#8217;<br />
make[1]: Entering directory `c:/work/ardorbytes/yaws/server/yaws-1.68/scripts&#8217;<br />
make[1]: Nothing to be done for `all&#8217;.<br />
make[1]: Leaving directory `c:/work/ardorbytes/yaws/server/yaws-1.68/scripts&#8217;<br />
bash-3.2$</p>
<p>finally my bin/yaws file is 0KB <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rumata</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-721</link>
		<dc:creator>Rumata</dc:creator>
		<pubDate>Wed, 05 Mar 2008 11:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-721</guid>
		<description>There is a way to install yaws without cygwin on windows.
http://groups.google.com/group/erlyweb/web/erlyweb-erlang-windows-installation

I had to compile some src/*.erl files by hands but after 2 hours of tryings I managed to start it.</description>
		<content:encoded><![CDATA[<p>There is a way to install yaws without cygwin on windows.<br />
<a href="http://groups.google.com/group/erlyweb/web/erlyweb-erlang-windows-installation" rel="nofollow">http://groups.google.com/group/erlyweb/web/erlyweb-erlang-windows-installation</a></p>
<p>I had to compile some src/*.erl files by hands but after 2 hours of tryings I managed to start it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orlando</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-720</link>
		<dc:creator>Orlando</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-720</guid>
		<description>It worked!! :D

Bad configuration file. Just follow the instructions and then delete the servers that appear at the end of yaws.conf, then start yaws with yaws -i. I got to run ErlyWeb!

Again, a Windows installer is very much needed.</description>
		<content:encoded><![CDATA[<p>It worked!! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Bad configuration file. Just follow the instructions and then delete the servers that appear at the end of yaws.conf, then start yaws with yaws -i. I got to run ErlyWeb!</p>
<p>Again, a Windows installer is very much needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orlando</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-719</link>
		<dc:creator>Orlando</dc:creator>
		<pubDate>Sat, 02 Feb 2008 19:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-719</guid>
		<description>I&#039;m using R12B-0 under Windows Vista x64 and tried to install yaws 1.74. This is the result:

$ ./bin/yaws
Eshell V5.6  (abort with ^G)
1&gt;
=INFO REPORT==== 2-Feb-2008::14:59:13 ===
Yaws: Using config file c:/cygwin/home/Orlando/yaws.conf
1&gt;
=INFO REPORT==== 2-Feb-2008::14:59:14 ===
Yaws: Listening to 0.0.0.0:8000 for servers
 - http://Orlando-PC:8000 under c:/Cygwin/home/Orlando/yaws-1.74/scripts/../www
 - http://localhost:8000 under c:/Cygwin/tmp
1&gt;
=ERROR REPORT==== 2-Feb-2008::14:59:14 ===
FATAL: {badmatch,{error,no_ssl_server}}
1&gt;
=ERROR REPORT==== 2-Feb-2008::14:59:14 ===
Top proc died, terminate gserv1&gt;
=INFO REPORT==== 2-Feb-2008::14:59:14 ===
    application: yaws
    exited: {shutdown,{yaws_app,start,[normal,[]]}}
    type: permanent
1&gt; {&quot;Kernel pid terminated&quot;,application_controller,&quot;{application_start_failure,y
aws,{shutdown,{yaws_app,start,[normal,[]]}}}&quot;}

Crash dump was written to: erl_crash.dump
Kernel pid terminated (application_controller) ({application_start_failure,yaws,
{shutdown,{yaws_app,start,[normal,[]]}}})

Orlando@Orlando-PC ~
$

A Windows installer is very much needed.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using R12B-0 under Windows Vista x64 and tried to install yaws 1.74. This is the result:</p>
<p>$ ./bin/yaws<br />
Eshell V5.6  (abort with ^G)<br />
1&gt;<br />
=INFO REPORT==== 2-Feb-2008::14:59:13 ===<br />
Yaws: Using config file c:/cygwin/home/Orlando/yaws.conf<br />
1&gt;<br />
=INFO REPORT==== 2-Feb-2008::14:59:14 ===<br />
Yaws: Listening to 0.0.0.0:8000 for servers<br />
 &#8211; <a href="http://Orlando-PC:8000" rel="nofollow">http://Orlando-PC:8000</a> under c:/Cygwin/home/Orlando/yaws-1.74/scripts/../www<br />
 &#8211; <a href="http://localhost:8000" rel="nofollow">http://localhost:8000</a> under c:/Cygwin/tmp<br />
1&gt;<br />
=ERROR REPORT==== 2-Feb-2008::14:59:14 ===<br />
FATAL: {badmatch,{error,no_ssl_server}}<br />
1&gt;<br />
=ERROR REPORT==== 2-Feb-2008::14:59:14 ===<br />
Top proc died, terminate gserv1&gt;<br />
=INFO REPORT==== 2-Feb-2008::14:59:14 ===<br />
    application: yaws<br />
    exited: {shutdown,{yaws_app,start,[normal,[]]}}<br />
    type: permanent<br />
1&gt; {&#8220;Kernel pid terminated&#8221;,application_controller,&#8221;{application_start_failure,y<br />
aws,{shutdown,{yaws_app,start,[normal,[]]}}}&#8221;}</p>
<p>Crash dump was written to: erl_crash.dump<br />
Kernel pid terminated (application_controller) ({application_start_failure,yaws,<br />
{shutdown,{yaws_app,start,[normal,[]]}}})</p>
<p>Orlando@Orlando-PC ~<br />
$</p>
<p>A Windows installer is very much needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-618</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-618</guid>
		<description>Encouraging Page.
I replaced ‘/tmp’ to ‘C:/WINDOWS/Temp’ and ‘/’ to c:/’.
I’m afraid to they raise some problems somehow.
Anyway Yaws work now!
You saved my pain and time, and encouraged me.
Thank you.</description>
		<content:encoded><![CDATA[<p>Encouraging Page.<br />
I replaced ‘/tmp’ to ‘C:/WINDOWS/Temp’ and ‘/’ to c:/’.<br />
I’m afraid to they raise some problems somehow.<br />
Anyway Yaws work now!<br />
You saved my pain and time, and encouraged me.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Peters&#8217; Blog &#187; Blog Archive &#187; My Language of the Year</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-385</link>
		<dc:creator>Andrew Peters&#8217; Blog &#187; Blog Archive &#187; My Language of the Year</dc:creator>
		<pubDate>Sun, 19 Aug 2007 23:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-385</guid>
		<description>[...] Building Yaws on Windows - How to do it.     digg_bgcolor = &#039;transparent&#039;; digg_skin = &#039;compact&#039;; [...]</description>
		<content:encoded><![CDATA[<p>[...] Building Yaws on Windows &#8211; How to do it.     digg_bgcolor = &#8216;transparent&#8217;; digg_skin = &#8216;compact&#8217;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-63</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 26 Jun 2007 23:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-63</guid>
		<description>Nice page. I should have done this also when I installed yaws on Windows last time, but you saved me now. Thanks.

There was one additional thing that I needed to do to get it working. Just in case if someone else comes up with the same issue. I needed to fix &lt;i&gt;yawsdir&lt;/i&gt; variable from the &lt;i&gt;yaws-X.XX/bin/yaws&lt;/i&gt; file to be C:/yawsdir or something that fits your system.</description>
		<content:encoded><![CDATA[<p>Nice page. I should have done this also when I installed yaws on Windows last time, but you saved me now. Thanks.</p>
<p>There was one additional thing that I needed to do to get it working. Just in case if someone else comes up with the same issue. I needed to fix <i>yawsdir</i> variable from the <i>yaws-X.XX/bin/yaws</i> file to be C:/yawsdir or something that fits your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-56</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 14 Jun 2007 23:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://bloggablea.wordpress.com/2007/04/21/building-yaws-for-windows/#comment-56</guid>
		<description>Thanks for a spot on explanation! 

I&#039;m in the same position as you - just starting to learn Erlang - but most interested ultimately in it being able to run on Windows (for legacy reasons).

I followed your instructions and there was only one thing different in my process: since my ~ dir is not under c:\cygwin all the paths in yaws.conf looked like: /cygdrive/c/somewhere/or/other

so instead of being able to simply prepend c:/cygwin instead I had to make some slight changes - drop the leading /cygdrive/ and turn the c/ into c:/

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for a spot on explanation! </p>
<p>I&#8217;m in the same position as you &#8211; just starting to learn Erlang &#8211; but most interested ultimately in it being able to run on Windows (for legacy reasons).</p>
<p>I followed your instructions and there was only one thing different in my process: since my ~ dir is not under c:\cygwin all the paths in yaws.conf looked like: /cygdrive/c/somewhere/or/other</p>
<p>so instead of being able to simply prepend c:/cygwin instead I had to make some slight changes &#8211; drop the leading /cygdrive/ and turn the c/ into c:/</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
