View previous topic :: View next topic |
Author |
Message |
Giuly Tux's lil' helper
Joined: 21 May 2003 Posts: 138 Location: Bremen - Germany
|
Posted: Fri Dec 29, 2006 12:35 pm Post subject: aMule braucht long file support von wxWidgets |
|
|
Hi,
emerge amule wrote: | checking for wxWidgets static library... yes
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. |
Ja, nur leider gibts kein long file-use flag oder so. Weiß jemand, wie man sowas fixt?
MfG Giuly _________________ dunno |
|
Back to top |
|
|
b3cks Veteran
Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Fri Dec 29, 2006 2:03 pm Post subject: |
|
|
Welche Version willst du denn installieren (stable/unstable) und sind alle Abhängigkeiten aktuell?
BTW: Cross-Posting ist afaik nicht gestattet: https://forums.gentoo.org/viewtopic-t-527818.html _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
|
Giuly Tux's lil' helper
Joined: 21 May 2003 Posts: 138 Location: Bremen - Germany
|
Posted: Fri Dec 29, 2006 3:35 pm Post subject: |
|
|
Quote: | [I] x11-libs/wxGTK
Available versions:
(2.4) 2.4.2-r4
(2.6) 2.6.1 2.6.2-r1 ~2.6.3.3
Installed: 2.4.2-r4(2.4)(04:09:01 11/28/05)(-debug gtk2 -odbc opengl -unicode -wxgtk1)
2.6.2-r1(2.6)(14:25:27 12/29/06)(X -debug -doc gnome -joystick -odbc opengl sdl unicode)
Homepage: http://www.wxwidgets.org
Description: GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and wxbase non-gui library |
Quote: | * net-p2p/amule
Available versions: ~2.0.1-r2 2.0.3-r4 ~2.1.0-r1 ~2.1.1 2.1.2 ~2.1.3
Homepage: http://www.amule.org/
Description: aMule, the all-platform eMule p2p client |
Ich hab wxGTk auch noch mit --enable-largefile compiled, geht aber trotzdem nicht
Edit: Das mit dem Crossposting: Ich hatte hier auf Deutsch gepostet, dann ist mir eingefallen, dass es auf Englisch effektiver ist
Edit2: 2.1.3 geht auch nicht, aus dem selben Grund. _________________ dunno |
|
Back to top |
|
|
b3cks Veteran
Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Fri Dec 29, 2006 4:14 pm Post subject: |
|
|
Hm, es kann sein, dass aMule noch alte Librarys aufschnappt von wxGTK 2.4.2. Du könntest mal probieren die alte Version von wxGTK (2.4.2) runter zu schmeißen, ggf. die 2.6.2 nochmals kompilieren, revdep-rebuild laufen zu lassen und dann aMule zu installieren. _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
|
Giuly Tux's lil' helper
Joined: 21 May 2003 Posts: 138 Location: Bremen - Germany
|
Posted: Fri Dec 29, 2006 5:19 pm Post subject: |
|
|
Quote: | checking for wxWidgets version >= 2.6.0... yes (version 2.6.2) |
Und revdep-rebuild hab ich gestern erst laufenlassen, findet auch heute noch nichts. _________________ dunno |
|
Back to top |
|
|
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Fri Dec 29, 2006 9:32 pm Post subject: Re: aMule braucht long file support von wxWidgets |
|
|
Giuly wrote: | checking that wxWidgets has support for large files... no |
Du kannst ja mal versuchen,
Code: | -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
zu den CFLAGS/CXXFLAGS hinzuzufügen (vor emergen von wxWidgets und aMule). |
|
Back to top |
|
|
Giuly Tux's lil' helper
Joined: 21 May 2003 Posts: 138 Location: Bremen - Germany
|
Posted: Fri Dec 29, 2006 11:45 pm Post subject: |
|
|
Danke, scheint zu funktionieren _________________ dunno |
|
Back to top |
|
|
b3cks Veteran
Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Sat Dec 30, 2006 11:13 am Post subject: |
|
|
Giuly wrote: | Danke, scheint zu funktionieren |
Scheint oder funktioniert?
Bestätigung wäre schön und dann ggf. ein [solved] vor den Thread-Titel. Danke! _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
|
|