<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[TuxArena Forum — Error compiling with gtk2]]></title>
		<link>http://tuxarena.com/forum/viewtopic.php?id=3</link>
		<atom:link href="http://tuxarena.com/forum/extern.php?action=feed&amp;tid=3&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error compiling with gtk2.]]></description>
		<lastBuildDate>Fri, 30 Sep 2011 10:47:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error compiling with gtk2]]></title>
			<link>http://tuxarena.com/forum/viewtopic.php?pid=6#p6</link>
			<description><![CDATA[<p>Well that clears it. I&#039;ll try to fix it for the next version, thanks for this. Actually it&#039;s quite a big chance to make a transition to GTK 3 for the next version, but we&#039;ll see.</p>]]></description>
			<author><![CDATA[null@example.com (Embryo)]]></author>
			<pubDate>Fri, 30 Sep 2011 10:47:41 +0000</pubDate>
			<guid>http://tuxarena.com/forum/viewtopic.php?pid=6#p6</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error compiling with gtk2]]></title>
			<link>http://tuxarena.com/forum/viewtopic.php?pid=5#p5</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m using Debian 6.02 which installs GTK+ 2.20. Maybe this is important difference...</p><p>Edit: The GDK_KEY_xxx defines are valid for GTK+ 2.22 and up. You could implement something like</p><p>#ifndef GDK_KEY_space<br />#define GDK_KEY_space GDK_space<br />#endif</p><p>or </p><p>#if ! GTK_CHECK_VERSION (2, 22, 0)<br />...<br />#endif</p><p>blackbeer</p>]]></description>
			<author><![CDATA[null@example.com (blackbeer)]]></author>
			<pubDate>Fri, 30 Sep 2011 07:42:44 +0000</pubDate>
			<guid>http://tuxarena.com/forum/viewtopic.php?pid=5#p5</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error compiling with gtk2]]></title>
			<link>http://tuxarena.com/forum/viewtopic.php?pid=4#p4</link>
			<description><![CDATA[<p>Hi, and thanks for the feedback!</p><p>It&#039;s strange because for me both of the keys seem to work in GTK+ 2.24. They are defined in <strong>/usr/include/gtk-2.0/gdk/gdkkeysyms.c</strong>:<br /></p><div class="codebox"><pre><code>#define GDK_KEY_BackSpace 0xff08
#define GDK_KEY_space 0x020</code></pre></div><p>Maybe I&#039;m missing something? Although what could be different on our systems? The GTK version maybe?</p>]]></description>
			<author><![CDATA[null@example.com (Embryo)]]></author>
			<pubDate>Thu, 29 Sep 2011 12:13:38 +0000</pubDate>
			<guid>http://tuxarena.com/forum/viewtopic.php?pid=4#p4</guid>
		</item>
		<item>
			<title><![CDATA[Error compiling with gtk2]]></title>
			<link>http://tuxarena.com/forum/viewtopic.php?pid=3#p3</link>
			<description><![CDATA[<p>Hello, I have downloaded the source package and tried to compile it with GTK-version 2. There I get 2 errors:<br />widgets.c:99: error: ‘GDK_KEY_space’ undeclared (first use in this function)<br />widgets.c:101: error: ‘GDK_KEY_BackSpace’ undeclared (first use in this function)</p><p>Changing the names to the GDK_space and GDK_BackSpace solves the problem. The names GDK_KEY_space and GDK_KEY_BackSpace are only valid on GTK-version 3.</p><p>best regards and thanx for the prog</p><p>blackbeer</p>]]></description>
			<author><![CDATA[null@example.com (blackbeer)]]></author>
			<pubDate>Thu, 29 Sep 2011 07:07:46 +0000</pubDate>
			<guid>http://tuxarena.com/forum/viewtopic.php?pid=3#p3</guid>
		</item>
	</channel>
</rss>
