aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compile error with RC3 (gentoo)  (Read 3292 times)

hvonjomega

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Compile error with RC3 (gentoo)
« on: April 29, 2004, 03:09:59 PM »

Hi there!

I can run configure without any errors, just get a warning that wxwindows is
linked against gtk2. Installed version is:

x11-libs/wxGTK
      Latest version available: 2.4.1-r1
      Latest version installed: 2.4.1-r1
      Size of downloaded files: 5,222 kB
      Homepage:    http://www.wxwindows.org/
      Description: GTK+ version of wxWindows, a cross-platform C++ GUI toolkit.
      License:     wxWinLL-3

After configure I run make and get the following output:

hvonjomega@gentookiste aMule-2.0.0rc3 $ make
make  all-recursive
make[1]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/hvonjomega/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/hvonjomega/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/hvonjomega/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/hvonjomega/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/hvonjomega/aMule-2.0.0rc3/src'
if 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_DEBIAN_GENTOO__  -O2  -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 `/home/hvonjomega/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/hvonjomega/aMule-2.0.0rc3'
make: *** [all] Fehler 2

Any help is appreciated!
Thanks in advance...
hvonjomega
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Compile error with RC3 (gentoo)
« Reply #1 on: April 29, 2004, 03:51:46 PM »

you're using wx 2.4.1 instead of 2.4.2
Logged