aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Fehlermedung beim kompilieren  (Read 2174 times)

elder_donkey

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Fehlermedung beim kompilieren
« on: May 02, 2004, 10:40:23 AM »

Hallo,

Ich bekomme leider amule nicht kompiliert. Bricht mit folgenden Meldungen ab:

Quote

f g++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D__GTK2__   -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g   -MT amule-BaseClient.o -MD -MP -MF ".deps/amule-BaseClient.Tpo" \
  -c -o amule-BaseClient.o `test -f 'BaseClient.cpp' || echo './'`BaseClient.cpp; \
then mv -f ".deps/amule-BaseClient.Tpo" ".deps/amule-BaseClient.Po"; \
else rm -f ".deps/amule-BaseClient.Tpo"; exit 1; \
fi
BaseClient.cpp: In member function `void CUpDownClient::Init()':
BaseClient.cpp:205: error: `IPAddress' undeclared (first use this function)
BaseClient.cpp:205: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
BaseClient.cpp: In member function `bool
   CUpDownClient::ProcessHelloTypePacket(CSafeMemFile*)':
BaseClient.cpp:519: error: `IPAddress' undeclared (first use this function)
BaseClient.cpp: In member function `bool CUpDownClient::SendHelloPacket()':
BaseClient.cpp:631: error: `IPAddress' undeclared (first use this function)
BaseClient.cpp:976:26: Warnung: #warning Lacks Comment Filtering
BaseClient.cpp:1564:10: Warnung: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Fehler 1
make[2]: Leaving directory `/usr/local/src/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/local/src/aMule-2.0.0rc3'
make: *** [all] Fehler 2
kopernikus aMule-2.0.0rc3 #

Mein System ist Gentoo 1.4 (uptodate) mit Kernel / Headers 2.6.5.
Ansonsten bin ich nach der Installationsanleitung vorgegangen und libcrypto/libgd per Hand / wxGTK per Gentoo-Ebuild: Letzte erfolgreiche übersetzte Version ist amule-cvs, bereits miit libcrypto-support.

Hier die Zusammenfassung von .configure
Quote
Configure script has finished system check.

  Configured aMule 2.0.0rc3 for 'i686-pc-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with release grp code?          no
  Should aMule be compiled without debug reporting?        yes
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be build?                        no
  Should aMule WebServer be build?                         no
  Should aMule WebServer GUI be build?                     no
  Should aMule ed2k links handler be build?                yes
  Should C aMule Statistics (CAS) be build?                yes
  Should aMule GUI Statistics (wxCas) be build?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.1
                                       GTK                Not detected


WARNING!! Your wxWidgets copy has been linked against GTK2 and this will make aMule be instable, use so much cpu and ram. You have been advised, don't report bugs so.

Danke für jede Hilfe
Grüße
elder donkey
« Last Edit: May 02, 2004, 10:43:05 AM by elder_donkey »
Logged

elder_donkey

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
RE: Fehlermedung beim kompilieren
« Reply #1 on: May 04, 2004, 10:37:46 PM »

Hi,

Habs gerade gemerkt. Das Problem scheint an meinem Linux zu liegen.  Es läßt sich überhaupt kein GTK-Programm mehr kompilieren. Werd das ganze System noch mal neu übersetzen.

Grüße
Elder Donkey
Logged