<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>directfb &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/directfb/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Wed, 31 Dec 2008 09:29:20 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>[DirectFB] 用 DirectFB + GTK+ 的問題</title>
		<link>https://richliu.com/2008/12/29/670/directfb-directfb-programs-terminating-with-signal-11/</link>
					<comments>https://richliu.com/2008/12/29/670/directfb-directfb-programs-terminating-with-signal-11/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 29 Dec 2008 09:35:22 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[directfb]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=670</guid>

					<description><![CDATA[<p>記錄用 GTK_on_DirectFB_for_Embedded_Systems DirectFB progr [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2008/12/29/670/directfb-directfb-programs-terminating-with-signal-11/">[DirectFB] 用 DirectFB + GTK+ 的問題</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>記錄用</p>
<p><a href="http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded_Systems" target="_blank" rel="noopener">GTK_on_DirectFB_for_Embedded_Systems</a></p>
<p>DirectFB programs terminating with signal 11</p>
<p>如果執行 dfbinfo 或是其他 directfb 的程式碰到這樣的問題, 在<br />
~/.directfbrc 加上一行 disable-module=x11input</p>
<p>在 DirectFB 1.3.0 測試 OK</p>
<p>Reference:</p>
<p><a href="http://www.mail-archive.com/directfb-users@directfb.org/msg08053.html" target="_blank" rel="noopener"><span class="subject">[directfb-users] DirectFB programs terminating with signal 11</span></a></p>
<p>pkg-config &#8211;libs cairo 都找到 /usr/local/lib/pkgconfig<br />
修改 /usr/local/lib/pkgconfig/cairo.pc 內, 移除 /usr/local/lib/pkgconfig</p>
<p>編輯 gtk+ 找不到 Pango</p>
<p style="text-align: left; padding-left: 30px;">*** Pango not found. Pango built with Cairo support is required<br />
*** to build GTK+. See http://www.pango.org for Pango information.
</p>
<p style="text-align: left;">修改 /usr/local/lib/pkgconfig/pango.pc 在修改 Libs 那一行為</p>
<p style="text-align: left;">Libs: -L${libdir} -lpango-1.0 -lfontconfig -lpng -ldirectfb</p>
<p style="text-align: left;">編到</p>
<p style="text-align: left;">gdkcursor-directfb.c:231: error: &#8216;__u32&#8217; undeclared (first use in this function)</p>
<p style="text-align: left;">直接在 gdkcursor-directfb.c 加上<br />
#define __u32 u32<br />
#define __u8 u8
</p>
<p style="text-align: left;">
<p><!--/htdig_noindex--> <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--></p>
<p>The post <a rel="nofollow" href="https://richliu.com/2008/12/29/670/directfb-directfb-programs-terminating-with-signal-11/">[DirectFB] 用 DirectFB + GTK+ 的問題</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2008/12/29/670/directfb-directfb-programs-terminating-with-signal-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
