aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 [3]

Author Topic: amule 2.1.0 non va  (Read 23579 times)

cellax

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: amule 2.1.0 non va
« Reply #30 on: May 15, 2006, 07:16:16 PM »

./configure mi dice questo,   PROCEDO:


 aMule enabled options:

  **** aMule Core ****
  Prefix where aMule should be installed?                    /usr/local
  Should aMule be compiled with i18n support?                no
  Should aMule be compiled in debug mode?                    yes
  Should aMule be compiled with profiling?                   no
  Should aMule be compiled with optimizations?               no
  Should aMule monolithic application be built?              yes
  Should aMule daemon version be built?                      no
  Should aMule remote gui be built? (EXPERIMENTAL)           no
  Crypto++ library/headers style?                            embedded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 no

  **** aMule WebServer ****
  Should aMule WebServer be built?                           no

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       no

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  no
  Should aMule GUI Statistics (wxCas) be built?              no

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          no
  Libraries aMule will use to build:
                                       wxWidgets             2.6.3
                                       crypto++              embedded
                                       zlib                  1.2.3


ERRORE in make:
make[5]: Entering directory `/home/casa/aMule-2.1.1/src/libs/ec'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA   -I../../../src -I../../../src/libs -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC   -MT libec_noevt_a-ECPacket.o -MD -MP -MF ".deps/libec_noevt_a-ECPacket.Tpo" -c -o libec_noevt_a-ECPacket.o `test -f 'ECPacket.cpp' || echo './'`ECPacket.cpp; \
then mv -f ".deps/libec_noevt_a-ECPacket.Tpo" ".deps/libec_noevt_a-ECPacket.Po"; else rm -f ".deps/libec_noevt_a-ECPacket.Tpo"; exit 1; fi
/usr/include/wx-2.6/wx/filename.h: In static member function 'static wxChar wxFileName::GetPathSeparator(wxPathFormat)':
/usr/include/wx-2.6/wx/filename.h:351: error: ambiguous overload for 'operator[]' in 'wxFileName::GetPathSeparators(wxPathFormat)()[0u]'
/usr/include/wx-2.6/wx/filename.h:351: note: candidates are: operator[](const wxChar*, long int)
/usr/include/wx-2.6/wx/string.h:766: note:                 wxChar& wxString::operator[](int)
/usr/include/wx-2.6/wx/string.h:768: note:                 wxChar& wxString::operator[](size_t)
make[5]: *** [libec_noevt_a-ECPacket.o] Error 1
make[5]: Leaving directory `/home/casa/aMule-2.1.1/src/libs/ec'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/casa/aMule-2.1.1/src/libs/ec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/casa/aMule-2.1.1/src/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/casa/aMule-2.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/casa/aMule-2.1.1'
make: *** [all] Error 2
[root@localhost aMule-2.1.1]#
« Last Edit: May 15, 2006, 07:21:36 PM by cellax »
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: amule 2.1.0 non va
« Reply #31 on: May 15, 2006, 08:03:20 PM »

Stai ancora sbagliando  :P
Non devi compilare aMule se lo hai già installato dai pacchetti compilati  :] !

Ciao by Truzzone  ;)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

cellax

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: amule 2.1.0 non va
« Reply #32 on: May 15, 2006, 08:15:09 PM »

[root@localhost casa]# echo "/usr/local/lib" >> /etc/ld.so.conf
[root@localhost casa]#
[root@localhost casa]# /sbin/ldconfig
[root@localhost casa]# amule
amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file: No such file or directory
[root@localhost casa]#  

se lo faccio come utente normale, mi dice che non ho il permesso
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: amule 2.1.0 non va
« Reply #33 on: May 15, 2006, 08:36:10 PM »

E hai installato tutti e TRE i pacchetti... mhhh strano  ?(
Hai compilato "a mano" le wxGTK-2.6.3?
Poichè ho trovato questo thread con il tuo stesso errore, devi compilare entrambi i pacchetti con il supporto unicode abilitato (--enable-unicode)  ;)

Ciao by Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

cellax

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: amule 2.1.0 non va
« Reply #34 on: May 15, 2006, 08:47:18 PM »

allora facciamo un attimo una ricapitolazione.
cosa devo fare?

wxGTK-2.6.3 mi da errore

io per compilare wxgtk davo questo comando:
./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise &&
« Last Edit: May 15, 2006, 08:49:48 PM by cellax »
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: amule 2.1.0 non va
« Reply #35 on: May 15, 2006, 09:33:16 PM »

Il problema è il casino che si crea con i pacchetti precompilati della distribuzione che diversificano tra amd64 e x86  :(
Per cui oltre alle prove suggerite con l'installazione di libgtk non so più che come aiutarti poichè teoricamente la compilazione dovrebbe filare liscia senza problemi  :(

Ciao by Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

cellax

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 25
Re: amule 2.1.0 non va
« Reply #36 on: May 15, 2006, 09:57:40 PM »

ok

allora metto i586
« Last Edit: May 15, 2006, 09:59:51 PM by cellax »
Logged
Pages: 1 2 [3]