aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: wxIPV4address::IPAddress() not found by Linker  (Read 2269 times)

LeXuS

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
wxIPV4address::IPAddress() not found by Linker
« on: May 06, 2004, 08:20:37 PM »

Ive got an linker error on compile of amule 2.0.0rc3. I use gentoo with
- crypto++ 5.1r1 (from Gentoo)
- wxGTK 2.4.1-r1 (from Gentoo with -GTK2 flag)
- wxBase (compiled at my own from source)
- zlib 1.1.4-r2 (from Gentoo)

Here are the error. I tried to compile with enabled webserver/gui , amulecmd/gui.
Any suggestions?


Bye Dan

amule-BaseClient.o(.text+0x10d2): In function `CUpDownClient::Init()':
/tmp/aMule-2.0.0rc3/src/BaseClient.cpp:205: undefined reference to `wxIPV4address::IPAddress() const'
amule-BaseClient.o(.text+0x2924): In function `CUpDownClient::ProcessHelloTypePacket(CSafeMemFile*)':
/tmp/aMule-2.0.0rc3/src/BaseClient.cpp:519: undefined reference to `wxIPV4address::IPAddress() const'
amule-BaseClient.o(.text+0x30a7): In function `CUpDownClient::SendHelloPacket()':
/tmp/aMule-2.0.0rc3/src/BaseClient.cpp:631: undefined reference to `wxIPV4address::IPAddress() const'
amule-ClientUDPSocket.o(.text+0x5bb): In function `CClientUDPSocket::OnReceive(int)':
/tmp/aMule-2.0.0rc3/src/ClientUDPSocket.cpp:87: undefined reference to `wxIPV4address::IPAddress() const'
amule-ServerSocket.o(.text+0x5f5): In function `CServerSocket::OnConnect(wxSocketError)':
/tmp/aMule-2.0.0rc3/src/ServerSocket.cpp:107: undefined reference to `wxIPV4address::IPAddress() const'
amule-UDPSocket.o(.text+0x80d):/tmp/aMule-2.0.0rc3/src/UDPSocket.cpp:168: more undefined references to `wxIPV4address::IPAddress() const' follow
« Last Edit: May 06, 2004, 08:28:14 PM by LeXuS »
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: wxIPV4address::IPAddress() not found by Linker
« Reply #1 on: May 06, 2004, 08:37:05 PM »

hi yes,

your wxgtk is too old. u need at least wxgtk 2.4.2

greets

LeXuS

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: wxIPV4address::IPAddress() not found by Linker
« Reply #2 on: May 06, 2004, 08:47:57 PM »

thx,

i start compiling 2.4.2 just after i wrote... :D
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: wxIPV4address::IPAddress() not found by Linker
« Reply #3 on: May 06, 2004, 08:49:53 PM »

but be sure u uninstalled the old before ;)
if u get any problems -> take a look at my howto

greets