aMule Forum
English => aMule Help => Topic started by: bababa on March 04, 2005, 03:07:54 AM
-
Hi, i tried recent amule-cvs nad got compile error
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.
-
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
-
I reverted to 2.5.3 and it works. Thanks for the clue anyway :D