<?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"
	>
<channel>
	<title>Comments on: Jhbuild Adventures on Windows</title>
	<atom:link href="http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/</link>
	<description>Who needs facts when you have anecdotal evidence?</description>
	<pubDate>Sat, 04 Feb 2012 12:36:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: john.stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17923</link>
		<dc:creator>john.stowers</dc:creator>
		<pubDate>Thu, 14 Feb 2008 13:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17923</guid>
		<description>I think I really need to go back and see if the note: &lt;a href="http://www.mingw.org/MinGWiki/index.php/Python%20extensions" rel="nofollow"&gt;Extra Setup for Swig/autotools&lt;a&gt; makes any difference</description>
		<content:encoded><![CDATA[<p>I think I really need to go back and see if the note: <a href="http://www.mingw.org/MinGWiki/index.php/Python%20extensions" onclick="javascript:pageTracker._trackPageview('/www.mingw.org');" rel="nofollow">Extra Setup for Swig/autotools</a><a> makes any difference</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Jhbuild and Windows - We Meet Again Johns Blog</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17386</link>
		<dc:creator>&#187; Jhbuild and Windows - We Meet Again Johns Blog</dc:creator>
		<pubDate>Wed, 12 Dec 2007 12:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17386</guid>
		<description>[...] on from my last post I have continued work on getting Jhbuild to run on windows (within msys). The basic problem which I [...]</description>
		<content:encoded><![CDATA[<p>[...] on from my last post I have continued work on getting Jhbuild to run on windows (within msys). The basic problem which I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Scobich</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17384</link>
		<dc:creator>Sergey Scobich</dc:creator>
		<pubDate>Tue, 11 Dec 2007 12:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17384</guid>
		<description>Hi, 
There exists prebuild packages of gtk/glib and other packages on oficial gnome site

ftp://ftp.gnome.org/pub/gnome/binaries/win32/

&lt;em&gt;except for (py)goocanvas, which was the point in all of this, and to learn -- John&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
There exists prebuild packages of gtk/glib and other packages on oficial gnome site</p>
<p><a href="ftp://ftp.gnome.org/pub/gnome/binaries/win32/" onclick="javascript:pageTracker._trackPageview('/ftp.gnome.org');" rel="nofollow">ftp://ftp.gnome.org/pub/gnome/binaries/win32/</a></p>
<p><em>except for (py)goocanvas, which was the point in all of this, and to learn &#8212; John</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Ruiz</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17383</link>
		<dc:creator>Alberto Ruiz</dc:creator>
		<pubDate>Tue, 11 Dec 2007 11:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17383</guid>
		<description>Great work john!

I've come up to the conclusion that, sadly, autotools are the major blocker here. The unix shell on top of windows it's simply evil, that's why I've been getting interested in waf lately.

Doing waf ports of glib would enable both to compile it natively on windows and stress test waf for that matter (I wouldn't care that much to make the waf port work on unix, since the autotools scripts are extensively tested on those platforms).

On the other hand I think that we need to add support for binaries tarballs/zips to jhbuild, compiling libjpeg, gettext and the like on windows it's a pain, and at the end you end up not being binary compatible with the already existing gtk binaries.

It would be cool to get something like this working with jhbuild, but I haven't found time to create a new tag handler for the module sets:
http://www.gnome.org/~aruiz/win32/</description>
		<content:encoded><![CDATA[<p>Great work john!</p>
<p>I&#8217;ve come up to the conclusion that, sadly, autotools are the major blocker here. The unix shell on top of windows it&#8217;s simply evil, that&#8217;s why I&#8217;ve been getting interested in waf lately.</p>
<p>Doing waf ports of glib would enable both to compile it natively on windows and stress test waf for that matter (I wouldn&#8217;t care that much to make the waf port work on unix, since the autotools scripts are extensively tested on those platforms).</p>
<p>On the other hand I think that we need to add support for binaries tarballs/zips to jhbuild, compiling libjpeg, gettext and the like on windows it&#8217;s a pain, and at the end you end up not being binary compatible with the already existing gtk binaries.</p>
<p>It would be cool to get something like this working with jhbuild, but I haven&#8217;t found time to create a new tag handler for the module sets:<br />
<a href="http://www.gnome.org/~aruiz/win32/" onclick="javascript:pageTracker._trackPageview('/www.gnome.org');" rel="nofollow">http://www.gnome.org/~aruiz/win32/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apap</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17382</link>
		<dc:creator>apap</dc:creator>
		<pubDate>Tue, 11 Dec 2007 09:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17382</guid>
		<description>fyi, windows handles / aswell as \ at least in cmd.exe, and inside the internal api. cygwin is evil :( and crosscompiling from linux should be much easier as you don't have to feel filthy while doing it.

if i ever get rid of some warez so that i have space enough to try out jhbuild with windows target i'll give you a ping.</description>
		<content:encoded><![CDATA[<p>fyi, windows handles / aswell as \ at least in cmd.exe, and inside the internal api. cygwin is evil <img src='http://www.johnstowers.co.nz/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> and crosscompiling from linux should be much easier as you don&#8217;t have to feel filthy while doing it.</p>
<p>if i ever get rid of some warez so that i have space enough to try out jhbuild with windows target i&#8217;ll give you a ping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Sabil</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17381</link>
		<dc:creator>Ali Sabil</dc:creator>
		<pubDate>Tue, 11 Dec 2007 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/index.php/2007/12/11/jhbuild-adventures-on-windows/#comment-17381</guid>
		<description>Hello,

I worked a while ago on a fork of jhbuild able to build directly windows .msi and .msm files.

you can check it out from this bzr branch:
bzr branch http://people.collabora.co.uk/~asabil/bzr/buildows/

I hope this can be useful to you.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I worked a while ago on a fork of jhbuild able to build directly windows .msi and .msm files.</p>
<p>you can check it out from this bzr branch:<br />
bzr branch <a href="http://people.collabora.co.uk/~asabil/bzr/buildows/" onclick="javascript:pageTracker._trackPageview('/people.collabora.co.uk');" rel="nofollow">http://people.collabora.co.uk/~asabil/bzr/buildows/</a></p>
<p>I hope this can be useful to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

