<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7693&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7693</link>
		<description><![CDATA[The most recent posts in [Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng.]]></description>
		<lastBuildDate>Wed, 26 Dec 2012 08:22:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28383#p28383</link>
			<description><![CDATA[<p>You could try to use this before autogen.sh / configure / make:</p><div class="codebox"><pre><code>export CFLAGS = &quot;-Wno-error&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jeromeg)]]></author>
			<pubDate>Wed, 26 Dec 2012 08:22:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28383#p28383</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28379#p28379</link>
			<description><![CDATA[<p>Nick<br />Thanks for the Christmas response!</p><p>So reading configure --help</p><p>Should I use --without-werror=no?<br />Or should I down a patch for libxfce4util?</p><p>Also what is best place to search for these type xfce errors these forms?</p><p>Thanks for your time.<br />Bryan</p>]]></description>
			<author><![CDATA[dummy@example.com (AAFA)]]></author>
			<pubDate>Tue, 25 Dec 2012 15:01:12 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28379#p28379</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28377#p28377</link>
			<description><![CDATA[<p>Has already been fixed by removing this function in git master ;-). The error is rather harmless, so compile without Werror should fix it too.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 25 Dec 2012 08:44:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28377#p28377</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] libxfce4util-4.10.0 makes fails when using Crosstool-ng]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28374#p28374</link>
			<description><![CDATA[<p>When make is run on the LIBXFCE4UTIL directory I get this error.</p><div class="codebox"><pre class="vscroll"><code>opensuse114:/usr/local/compiler/src/src/libxfce4util-4.10.0 # make &amp;&amp; make install
make  all-recursive
make[1]: Entering directory `/usr/local/compiler/src/src/libxfce4util-4.10.0&#039;
Making all in libxfce4util
make[2]: Entering directory `/usr/local/compiler/src/src/libxfce4util-4.10.0/libxfce4util&#039;
make  all-am
make[3]: Entering directory `/usr/local/compiler/src/src/libxfce4util-4.10.0/libxfce4util&#039;
  CC     libxfce4util_la-libxfce4util-aliasdef.lo
  CC     libxfce4util_la-libxfce4util-config.lo
  CC     libxfce4util_la-libxfce4util-private.lo
  CC     libxfce4util_la-xfce-fileutils.lo
  CC     libxfce4util_la-xfce-i18n.lo
  CC     libxfce4util_la-xfce-kiosk.lo
  CC     libxfce4util_la-xfce-license.lo
  CC     libxfce4util_la-xfce-miscutils.lo
xfce-miscutils.c: In function &#039;IA__xfce_putenv&#039;:
xfce-miscutils.c:404: warning: passing argument 1 of &#039;putenv&#039; discards qualifiers from pointer target type
/usr/local/compiler/CT-OUT/s390x-ibm-linux-gnu/sysroot/usr/include/stdlib.h:557: note: expected &#039;char *&#039; but argument is of type &#039;const gchar *&#039;
  CC     libxfce4util_la-xfce-posix-signal-handler.lo
  CC     libxfce4util_la-xfce-rc.lo
  CC     libxfce4util_la-xfce-rc-config.lo
  CC     libxfce4util_la-xfce-rc-simple.lo
  CC     libxfce4util_la-xfce-resource.lo
  CC     libxfce4util_la-xfce-utf8.lo
  CCLD   libxfce4util.la
/usr/local/compiler/CT-OUT/lib/gcc/s390x-ibm-linux-gnu/4.4.5/../../../../s390x-ibm-linux-gnu/bin/ld: cannot find -lglib-2.0
collect2: ld returned 1 exit status
make[3]: *** [libxfce4util.la] Error 1
make[3]: Leaving directory `/usr/local/compiler/src/src/libxfce4util-4.10.0/libxfce4util&#039;
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/compiler/src/src/libxfce4util-4.10.0/libxfce4util&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/compiler/src/src/libxfce4util-4.10.0&#039;
make: *** [all] Error 2</code></pre></div><p>in checking the configure step I see only one warning:</p><div class="codebox"><pre><code>checking for s390x-ibm-linux-gnu-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no</code></pre></div><p>Thanks for any help on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (AAFA)]]></author>
			<pubDate>Mon, 24 Dec 2012 22:26:19 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28374#p28374</guid>
		</item>
	</channel>
</rss>
