lmule?

Talk about anything related to Gentoox or Gentoo.
Post Reply
doragasu
Linux User
Posts: 14
Joined: Sat Apr 08, 2006 9:10 am

lmule?

Post by doragasu »

I want to install lmule in my XBox, so I downloaded wxGTK-2.4.2 and lmule-1.2.1 sources.

I compiled and installed wxGTK without problems, but I couldn't compile lmule. This is the process I have followed:

1.- Unpack packages:

Code: Select all

tar -vxjf wxGTK-2.4.2.tar.gz

tar -vxzf lmule-1.2.1.tar.gz
2.- Patch lmule:

Code: Select all

cd lmule-1.2.1/docs

cp wx-patch ../../wxGTK-2.4.2

cd ../../wxGTK-2.4.2

patch -p0 < wx-patch
3.- Configure, compile and install WxWindows:

Code: Select all

./configure --prefix=/usr --enable-gtk2 --enable-timedate --enable-gui --enable-protocol --enable-http --enable-ftp --enable-resources --enable-prologio --disable-debug --enable-final --enable-timer --disable-gtk --disable-profile --enable-optimise

make

make install
4.- Configure and compile lmule:

Code: Select all

cd ../lmule-1.2.1

./configure --with-wx-config=/usr/bin/wx-config

make
Everything was fine until here, but the last pass (make) doesn't complete. It compiles everything but fails when linking with these errors:

Code: Select all

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_detach'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_attach'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libwx_gtk2-2.4.so: undefined reference to `_gtk_rc_context_get_default_font_name'
collect2: ld returned 1 exit status
make[3]: *** [lmule] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
How can I fix it? Maybe should I use wxGTK-2.4.0 instead of wxGTK-2.4.2?

Or maybe can I download precompiled binaries of lmule for Gentoox?

Thanks in advance
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

xmule is the closest thing in portage


checkout

http://packages.gentoo.org/search/?sstring=lmule


or

google.com with "lmule gentoo"
Orophin
Newbie
Posts: 9
Joined: Tue Mar 28, 2006 1:33 am
Location: Spain
Contact:

Post by Orophin »

I use aMule both in my mandrake machine and mac mini, but don't know if it is what you are looking for.
Post Reply