Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit wxWidgets beim compilieren von amule
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
PeKron
n00b
n00b


Joined: 24 Nov 2003
Posts: 49

PostPosted: Mon Dec 19, 2005 11:42 am    Post subject: Probleme mit wxWidgets beim compilieren von amule Reply with quote

Hallo,

ich habe versucht amule auf meinem System zu compilieren.
Nach diversen Fehlern, die ich soweit alle beheben konnte, haenge ich nun bei folgender Fehlerausgabe:
Code:

/usr/X11R6/lib  -lwx_gtk2_xrc-2.6 -lwx_gtk2_html-2.6 -lwx_gtk2_adv-2.6 -lwx_gtk2_core-2.6 -lwx_base_xml-2.6 -lwx_base_net-2.6 -lwx_base-2.6  -lz   -lbfd -liberty
amule-ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP17IteratedHashBase2IjNS_10EnumToTypeINS_9ByteOrderELi1EEENS_18HashTransformationEE14TruncatedFinalEPhj+0x36): In function `CryptoPP::IteratedHashBase2<unsigned, CryptoPP::EnumToType<CryptoPP::ByteOrder, (int)1>, CryptoPP::HashTransformation>::TruncatedFinal(unsigned char*, unsigned)':
: undefined reference to `CryptoPP::IteratedHashBase<unsigned, CryptoPP::HashTransformation>::PadLastBlock(unsigned, unsigned char)'
amule-KnownFile.o(.gnu.linkonce.t._ZN8CryptoPP17IteratedHashBase2IjNS_10EnumToTypeINS_9ByteOrderELi0EEENS_18HashTransformationEE14TruncatedFinalEPhj+0x39): In function `CryptoPP::IteratedHashBase2<unsigned, CryptoPP::EnumToType<CryptoPP::ByteOrder, (int)0>, CryptoPP::HashTransformation>::TruncatedFinal(unsigned char*, unsigned)':
: undefined reference to `CryptoPP::IteratedHashBase<unsigned, CryptoPP::HashTransformation>::PadLastBlock(unsigned, unsigned char)'
collect2: ld returned 1 exit status
make[3]: *** [amule] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/amule-2.0.3-r4/work/aMule-2.0.3/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/amule-2.0.3-r4/work/aMule-2.0.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/amule-2.0.3-r4/work/aMule-2.0.3'
make: *** [all] Fehler 2




Nachdem ich etwas gegoogled habe bin ich auf ein französisches Linuxforum gestossen in dem jemand das selbe Problem zu beschreiben scheint (Google Sprachtools sei dank). Problemloesung bei dem Kollegen waere wxGTK neu zu emergen und dann aus dem CVS zu compilieren. Da kein CVS-Ebuild verfuegbar ist mache ich das also haendisch, erhalte aber schon beim ./configure folgende Fehlermeldung:
Code:

checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.6.0... no (version 2.4.2 is not new enough)
checking that wxWidgets has support for large files... no
configure: error:
                Support for large files in wxWidgets is required by aMule.
                To continue you must recompile wxWidgets with support for
                large files enabled.


So wie ich das sehe ist wxWidgets teil von wxGTK? Habe die neueste Version emerged.
Nun bin ich etwas ratlos, hat irgendjemand dazu ein Idee?
Welches amule ich nun ans laufen kriege ist mir eigentlich wurscht. Ob die Version im Portage oder die CVS meine ich.

Danke im voraus!
_________________
System: AMD Athlon XP3200+, || MSI K7N2 Delta2 Platinum Series Mainboard (FISR) || 1024MB DDR-RAM PC400 Dual Channel || Gentoo Linux | Kernel 2.6.14.2 (self) | KDE 3.1.3 | GCC 3.3.6
Back to top
View user's profile Send private message
industrie13
n00b
n00b


Joined: 12 Dec 2005
Posts: 58
Location: Leipzig, Saxony

PostPosted: Mon Dec 19, 2005 1:47 pm    Post subject: Reply with quote

schließe mich der frage an, mir gehts nämlich genauso :roll:
Back to top
View user's profile Send private message
PeKron
n00b
n00b


Joined: 24 Nov 2003
Posts: 49

PostPosted: Mon Dec 19, 2005 2:34 pm    Post subject: Reply with quote

Na super, dann sind wir ja schon zwei :)
Kann man nur hoffen das sich uns einer erbarmt.


Grueße
_________________
System: AMD Athlon XP3200+, || MSI K7N2 Delta2 Platinum Series Mainboard (FISR) || 1024MB DDR-RAM PC400 Dual Channel || Gentoo Linux | Kernel 2.6.14.2 (self) | KDE 3.1.3 | GCC 3.3.6
Back to top
View user's profile Send private message
PeKron
n00b
n00b


Joined: 24 Nov 2003
Posts: 49

PostPosted: Tue Dec 20, 2005 5:51 pm    Post subject: Reply with quote

*schieb*
_________________
System: AMD Athlon XP3200+, || MSI K7N2 Delta2 Platinum Series Mainboard (FISR) || 1024MB DDR-RAM PC400 Dual Channel || Gentoo Linux | Kernel 2.6.14.2 (self) | KDE 3.1.3 | GCC 3.3.6
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1939

PostPosted: Tue Dec 20, 2005 7:12 pm    Post subject: Reply with quote

Darf ich mal eure USE-Flags bezüglich wxgtk sehen? Ich habe mit folgenden USE-Flags amule problemlos installieren können:
Code:
stefan@mrsteven-mobil ~ $ emerge -pv wxGTK

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] x11-libs/wxGTK-2.6.1  -debug -doc -gnome +gtk2 -joystick -odbc +opengl +sdl -unicode -wxgtk1 0 kB

Total size of downloads: 0 kB
Back to top
View user's profile Send private message
Yonathan
l33t
l33t


Joined: 05 Jan 2005
Posts: 662

PostPosted: Tue Dec 20, 2005 8:51 pm    Post subject: Reply with quote

ich hatte das selbe problem.

es half weder wxGTK neu mergen, noch sonst was, weder die unicode-flags oder sonstige use-flags.

setzt die version in die package.mask und wartet auf die nächste in der hoffnung, dass es dann vorbei ist
_________________
Athlon XP+ 2400 Thunderbird,
Abit NF7
1536MB DDR (266),
Radeon 9200 (256mb)
gentoo 2.6.19-r5
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum