<?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=217.228.64.227</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=217.228.64.227"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/217.228.64.227"/>
		<updated>2026-04-05T17:08:19Z</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-11-10T02:31:22Z</updated>
		
		<summary type="html">&lt;p&gt;217.228.64.227: &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.4.2 and current (=&amp;gt;rc7) aMule).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets|wxGTK]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir ~/aMule&lt;br /&gt;
./configure --prefix=~/aMule --disable-gtk2 --with-gtk&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 [[wxWidgets|wxBase]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir ~/aMule&lt;br /&gt;
./configure --prefix=~/aMule&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;
./configure --prefix=~/aMule/ --enable-debug --disable-optimize --with-wx-config=~/aMule/bin/wx-config --with-wxbase-config=~/aMule/bin/wxbase-2.4-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=~/aMule/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb ~/aMule/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;set height 0&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
After aMule crashed, generate a backtrace and post it in the aMule forum:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
&lt;br /&gt;
gdb&amp;gt;bt&lt;br /&gt;
gdb&amp;gt;bt full&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>217.228.64.227</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-11-10T02:29:44Z</updated>
		
		<summary type="html">&lt;p&gt;217.228.64.227: &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.4.2 and current (=&amp;gt;rc7) aMule).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir (don't forget to install the patch!):&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir ~/aMule&lt;br /&gt;
./configure --prefix=~/aMule --disable-gtk2 --with-gtk&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;
./configure --prefix=~/aMule/ --enable-debug --disable-optimize --with-wx-config=~/aMule/bin/wx-config --with-wxbase-config=~/aMule/bin/wxbase-2.4-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=~/aMule/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb ~/aMule/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;set height 0&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
After aMule crashed, generate a backtrace and post it in the aMule forum:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
&lt;br /&gt;
gdb&amp;gt;bt&lt;br /&gt;
gdb&amp;gt;bt full&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>217.228.64.227</name></author>	</entry>

	</feed>