<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.128.98.93</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.128.98.93"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/84.128.98.93"/>
		<updated>2026-04-05T18:27:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Using_another_wxinstall</id>
		<title>Using another wxinstall</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Using_another_wxinstall"/>
				<updated>2004-08-03T09:31:31Z</updated>
		
		<summary type="html">&lt;p&gt;84.128.98.93: to get more readable errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If there's already a version of [[wxWidgets]] installed, but you want [[aMule]] to use another (probably newer one), here are the steps to follow:&lt;br /&gt;
&lt;br /&gt;
First, create the target directory, where [[wxWidgets]] and [[aMule]] will reside (they don't need to be in the same dir, but it makes life easier). Then configure [[wxWidgets]] and [[aMule]] accordingly (assuming [[wxWidgets]] 2.5.2 and current (=&amp;gt;20040801) [[aMule CVS]]).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /home/muli/BUILD&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-unicode --enable-gtk2&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
In [[aMule]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-debug --with-wx-prefix=/home/muli/BUILD --with-wx-config=/home/muli/BUILD/bin/wxgtk2u-2.5-config&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
To start [[aMule]], you need to explicitely specifiy the LD path each time you run it:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb /home/muli/BUILD/bin/amule&lt;br /&gt;
gdb&amp;gt;handle SIGPIPE nostop noprint pass&lt;br /&gt;
gdb&amp;gt;handle SIG32 nostop noprint pass&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>84.128.98.93</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Using_another_wxinstall</id>
		<title>Using another wxinstall</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Using_another_wxinstall"/>
				<updated>2004-08-02T15:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;84.128.98.93: according to bt-howto&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If there's already a version of [[wxWidgets]] installed, but you want [[aMule]] to use another (probably newer one), here are the steps to follow:&lt;br /&gt;
&lt;br /&gt;
First, create the target directory, where [[wxWidgets]] and [[aMule]] will reside (they don't need to be in the same dir, but it makes life easier). Then configure [[wxWidgets]] and [[aMule]] accordingly (assuming [[wxWidgets]] 2.5.2 and current (=&amp;gt;20040801) [[aMule CVS]]).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /home/muli/BUILD&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-unicode --enable-gtk2&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
In [[aMule]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-debug --with-wx-prefix=/home/muli/BUILD --with-wx-config=/home/muli/BUILD/bin/wxgtk2u-2.5-config&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
To start [[aMule]], you need to explicitely specifiy the LD path each time you run it:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
gdb /home/muli/BUILD/bin/amule&lt;br /&gt;
gdb&amp;gt;handle SIGPIPE nostop noprint pass&lt;br /&gt;
gdb&amp;gt;handle SIG32 nostop noprint pass&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>84.128.98.93</name></author>	</entry>

	</feed>