<?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/"
		>
<channel>
	<title>Comments on: Future of GNOME language bindings</title>
	<atom:link href="http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Tue, 18 Nov 2008 15:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcos Pinto</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-67</link>
		<dc:creator>Marcos Pinto</dc:creator>
		<pubDate>Sun, 09 Dec 2007 19:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-67</guid>
		<description>Sorry...I just figured out the ffi problem.  My bad :)</description>
		<content:encoded><![CDATA[<p>Sorry&#8230;I just figured out the ffi problem.  My bad <img src='http://blogs.gnome.org/johan/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos Pinto</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-66</link>
		<dc:creator>Marcos Pinto</dc:creator>
		<pubDate>Sun, 09 Dec 2007 19:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-66</guid>
		<description>This sounds awesome.  Thanks and please keep it up! :)  I tried to install gobject-introspection to test it, but I couldnt get it to build.  
gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -o .libs/g-idl-generate g_idl_generate-generate.o -Wl,--export-dynamic -pthread  /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so ./.libs/libgirepository.so -ldl 
./.libs/libgirepository.so: undefined reference to `ffi_type_pointer&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_float&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_void&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_sint64&#039;
./.libs/libgirepository.so: undefined reference to `ffi_prep_cif&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_uint32&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_double&#039;
./.libs/libgirepository.so: undefined reference to `ffi_call&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_sint8&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_uint8&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_sint32&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_uint16&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_sint16&#039;
./.libs/libgirepository.so: undefined reference to `ffi_type_uint64&#039;
collect2: ld returned 1 exit status
make[3]: *** [g-idl-generate] Error 1</description>
		<content:encoded><![CDATA[<p>This sounds awesome.  Thanks and please keep it up! <img src='http://blogs.gnome.org/johan/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />   I tried to install gobject-introspection to test it, but I couldnt get it to build.<br />
gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -o .libs/g-idl-generate g_idl_generate-generate.o -Wl,&#8211;export-dynamic -pthread  /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so ./.libs/libgirepository.so -ldl<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_pointer&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_float&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_void&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_sint64&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_prep_cif&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_uint32&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_double&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_call&#8217;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_sint8&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_uint8&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_sint32&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_uint16&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_sint16&#8242;<br />
./.libs/libgirepository.so: undefined reference to `ffi_type_uint64&#8242;<br />
collect2: ld returned 1 exit status<br />
make[3]: *** [g-idl-generate] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cole</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-65</link>
		<dc:creator>Chris Cole</dc:creator>
		<pubDate>Wed, 05 Dec 2007 13:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-65</guid>
		<description>Great work, a really innovative idea</description>
		<content:encoded><![CDATA[<p>Great work, a really innovative idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Paul</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-64</link>
		<dc:creator>Ryan Paul</dc:creator>
		<pubDate>Sat, 01 Dec 2007 20:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-64</guid>
		<description>This is unbelievably awesome. I can&#039;t wait until this can be used in real applications!</description>
		<content:encoded><![CDATA[<p>This is unbelievably awesome. I can&#8217;t wait until this can be used in real applications!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Alonzo</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-63</link>
		<dc:creator>Jan Alonzo</dc:creator>
		<pubDate>Sat, 01 Dec 2007 02:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-63</guid>
		<description>Hi Johan. This is fantastic. This is surely a quicker way to build and maintainer python wrappers around C apis.

However, what do you think are the pros and cons of using gobject-introspection or pybank wrt building apps using python?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Johan. This is fantastic. This is surely a quicker way to build and maintainer python wrappers around C apis.</p>
<p>However, what do you think are the pros and cons of using gobject-introspection or pybank wrt building apps using python?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-62</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Fri, 30 Nov 2007 15:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-62</guid>
		<description>Stuart: thanks for the offer but at the moment I don&#039;t think there is a lot to do, it&#039;s very early we need to define a stable api and add missing features. I&#039;ll post an upcoming post when I need external help

Raphael: Not all languages are able to do this in runtime. However Ruby and Perl should be one of them.
Java/C#/C++/Vala etc won&#039;t.
Henrique: Firefox is rendering forms as gtk widgets in 3.0 too.</description>
		<content:encoded><![CDATA[<p>Stuart: thanks for the offer but at the moment I don&#8217;t think there is a lot to do, it&#8217;s very early we need to define a stable api and add missing features. I&#8217;ll post an upcoming post when I need external help</p>
<p>Raphael: Not all languages are able to do this in runtime. However Ruby and Perl should be one of them.<br />
Java/C#/C++/Vala etc won&#8217;t.<br />
Henrique: Firefox is rendering forms as gtk widgets in 3.0 too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrique</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-61</link>
		<dc:creator>Henrique</dc:creator>
		<pubDate>Fri, 30 Nov 2007 14:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-61</guid>
		<description>One small note here:

WebKit renders widgets as GTK+ widgets? Niiiiice :D</description>
		<content:encoded><![CDATA[<p>One small note here:</p>
<p>WebKit renders widgets as GTK+ widgets? Niiiiice <img src='http://blogs.gnome.org/johan/wp-content/mu-plugins/tango-smilies/tango/face-smile-big.png' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-60</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Fri, 30 Nov 2007 14:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-60</guid>
		<description>That&#039;s amazing. Instant python-bindings for all glib-based libraries? /Un/credible!
And this would also work for Ruby and other scripted programming languages? I&#039;m blown away.</description>
		<content:encoded><![CDATA[<p>That&#8217;s amazing. Instant python-bindings for all glib-based libraries? /Un/credible!<br />
And this would also work for Ruby and other scripted programming languages? I&#8217;m blown away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Kestenholz</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-59</link>
		<dc:creator>Matthias Kestenholz</dc:creator>
		<pubDate>Fri, 30 Nov 2007 13:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-59</guid>
		<description>Wow, I am really looking forward to writing future Gtk applications with pybank, that is soo cool!</description>
		<content:encoded><![CDATA[<p>Wow, I am really looking forward to writing future Gtk applications with pybank, that is soo cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos Laganakos</title>
		<link>http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/comment-page-1/#comment-58</link>
		<dc:creator>Panos Laganakos</dc:creator>
		<pubDate>Fri, 30 Nov 2007 13:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johan/2007/11/30/future-of-gnome-language-bindings/#comment-58</guid>
		<description>Is this kewl or what?!

Keep us posted on this :)</description>
		<content:encoded><![CDATA[<p>Is this kewl or what?!</p>
<p>Keep us posted on this <img src='http://blogs.gnome.org/johan/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
