<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Gemal&apos;s Psyched Blog - Comments on Build Mozilla Thunderbird and/or Mozilla Firebird on Microsoft Windows</title>
		<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/index.html</link>
		<description>I&apos;m a Mozilla fan! And being able to build Mozilla Thunderbird and/or Mozilla Firebird on my Windows XP machine sounded cool. I didn&apos;t have Microsoft Visual C++ so I needed to build without any tools from Microsoft, aside from Windows...</description>
		<language>en-us</language>
		<copyright>Copyright 2009</copyright>
		<lastBuildDate>Wed, 28 Jan 2009 22:48:53 +0100</lastBuildDate>
		<pubDate>Mon, 16 Feb 2009 09:41:04 +0100</pubDate>
		<generator>http://www.movabletype.org/?v=3.17</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<image>
			<link>http://gemal.dk/</link>
			<url>http://gemal.dk//pics/favicon.png</url>
			<title>Gemal&apos;s Psyched Blog</title>
		</image>
		
			<item>
				<title>By edmz</title>
				<description>tried your instructions. Step by step. Same versions you have, but I still get the &quot;cl not found&quot; error.</description>
				<content:encoded><![CDATA[<p>tried your instructions. Step by step. Same versions you have, but I still get the "cl not found" error.</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment1?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment1</guid>
				<pubDate>Thu, 17 Jul 2003 16:43:59 +0100</pubDate>
				<author>
					<name>edmz</name>
					<email>bote_basura@hotmail.com</email>
				</author>
			</item>
		
			<item>
				<title>By cls</title>
				<description>See http://bugzilla.mozilla.org/show_bug.cgi?id=209664 .</description>
				<content:encoded><![CDATA[<p>See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=209664" rel="nofollow">http://bugzilla.mozilla.org/show_bug.cgi?id=209664</a> .</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment2?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment2</guid>
				<pubDate>Mon, 21 Jul 2003 08:17:46 +0100</pubDate>
				<author>
					<name>cls</name>
					<email>devnull@seawood.org</email>
				</author>
			</item>
		
			<item>
				<title>By Pankaj</title>
				<description>Hi,I&apos;m building the source code of Mozilla-firebird for win32. I&apos;ve all the packages and tolls in place but still I&apos;m getting the below error.Please help me in fixing the same.The error is as belowD:\Projects\mozilla&gt;make -f client.mk buildThe system cannot find the path specified.The system cannot find the path specified.client.mk:151: &quot;&quot;: No such file or directoryclient.mk:151: /.mozconfig.mk: No such file or directoryclient.mk:152: &quot;&quot;: No such file or directoryclient.mk:152: /build/unix/modules.mk: No such file or directorymake: *** No rule to make target &apos;/build/unix/modules.mk&apos;.  Stop.RegardsPankaj</description>
				<content:encoded><![CDATA[<p>Hi,<br />
I'm building the source code of Mozilla-firebird for win32. I've all the packages and tolls in place but still I'm getting the below error.<br />
Please help me in fixing the same.<br />
The error is as below<br />
D:\Projects\mozilla>make -f client.mk build<br />
The system cannot find the path specified.<br />
The system cannot find the path specified.<br />
client.mk:151: "": No such file or directory<br />
client.mk:151: /.mozconfig.mk: No such file or directory<br />
client.mk:152: "": No such file or directory<br />
client.mk:152: /build/unix/modules.mk: No such file or directory<br />
make: *** No rule to make target '/build/unix/modules.mk'.  Stop.</p>

<p><br />
Regards<br />
Pankaj</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment3?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment3</guid>
				<pubDate>Tue, 26 Aug 2003 14:27:35 +0100</pubDate>
				<author>
					<name>Pankaj</name>
					<email>pankajchitriv@rediffmail.com</email>
				</author>
			</item>
		
			<item>
				<title>By lars</title>
				<description>ok, this is a really old post, but I just had the same problem, and this is the top google hit when searching for it.In my case, cygwin&apos;s $SHELL variable was for some reason set to /bin/sh. On another machine I am using, it was set to /bin/bash and everything worked. /bin/sh did not exist, so make was falling back to cmd.exe which would not understand the /cygdrive... paths generated in the makefilesetting $SHELL to /bin/bash or linking bash.exe to sh.exe would solve the problem for meHTH-lars</description>
				<content:encoded><![CDATA[<p>ok, this is a really old post, but I just had the same problem, and this is the top google hit when searching for it.</p>

<p>In my case, cygwin's $SHELL variable was for some reason set to /bin/sh. On another machine I am using, it was set to /bin/bash and everything worked. /bin/sh did not exist, so make was falling back to cmd.exe which would not understand the /cygdrive... paths generated in the makefile</p>

<p>setting $SHELL to /bin/bash or linking bash.exe to sh.exe would solve the problem for me</p>

<p>HTH<br />
-lars</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment4?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment4</guid>
				<pubDate>Sat, 26 Nov 2005 11:31:44 +0100</pubDate>
				<author>
					<name>lars</name>
					<email>lars.oppermann@gmail.com</email>
				</author>
			</item>
		
			<item>
				<title>By mus</title>
				<description>I used Mozilla 1.6 beta to view mathml but it seems that there is a problem with stretched characters like the radical. It is not a problem of missing fonts, because I have installed all tex fonts.Can some one help me</description>
				<content:encoded><![CDATA[<p>I used Mozilla 1.6 beta to view mathml but it seems that there is a problem with stretched characters like the radical. It is not a problem of missing fonts, because I have installed all tex fonts.<br />
Can some one help me</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment5?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment5</guid>
				<pubDate>Sat, 25 Feb 2006 17:51:30 +0100</pubDate>
				<author>
					<name>mus</name>
					<email>mus47@voila.fr</email>
				</author>
			</item>
		
			<item>
				<title>By Jaideep Pai</title>
				<description>Hi All,I am trying to run perl scripts on Cygwin and I get the following error &quot;The system cannot find the path specified&quot;.Please help</description>
				<content:encoded><![CDATA[<p>Hi All,<br />
I am trying to run perl scripts on Cygwin and I get the following error "The system cannot find the path specified".<br />
Please help</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment6?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2003/07/17/build_mozilla_thunderbird_andor_mozilla_firebird_on_microso/#comment6</guid>
				<pubDate>Fri, 03 Nov 2006 08:41:00 +0100</pubDate>
				<author>
					<name>Jaideep Pai</name>
					<email>jpai7@rediffmail.com</email>
				</author>
			</item>
		
	</channel>
</rss>

