aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule compile error  (Read 2103 times)

bababa

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
amule compile error
« on: March 04, 2005, 03:07:54 AM »

Hi, i tried recent amule-cvs nad got compile error
Code: [Select]
In file included from kademlia/io/DataIO.cpp:36:
kademlia/io/../kademlia/Tag.h: In member function `wxChar* Kademlia::CTagNameString::GetBuffer(int)':
kademlia/io/../kademlia/Tag.h:91: error: `GetWriteBuf' is not a member of `wxString'
kademlia/io/../kademlia/Tag.h: In member function `void Kademlia::CTagNameString::ReleaseBuffer()':
kademlia/io/../kademlia/Tag.h:95: error: `UngetWriteBuf' is not a member of `wxString'
kademlia/io/DataIO.cpp:89:3: warning: #warning NOT ENDIAN SAFE!
kademlia/io/DataIO.cpp:283:3: warning: #warning NOT ENDIAN SAFE!
make[4]: *** [amule-DataIO.o] Error 1
make[4]: Leaving directory `/1/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/1/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/1/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/1/amule-cvs'
make: *** [all] Error 2
I think it has something to do with wrong include files but cant solve it. I use wxGTK 2.5.4 and runnin gentoo on amd64.
Logged

lfroen

  • Guest
Re: amule compile error
« Reply #1 on: March 04, 2005, 07:14:28 AM »

I suspect that your wx installation is messed up. Try to locate it all (you may have more then one !) remove them all and then install wxGTK 2.5.4 libs and dev package and proceed
Logged

bababa

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Re: amule compile error
« Reply #2 on: March 04, 2005, 08:12:45 AM »

I reverted to 2.5.3 and it works. Thanks for the clue anyway :D
Logged