This is the error I get:
In file included from /usr/include/wx/textfile.h:27,
from amule.h:40,
from ClientList.cpp:30:
/usr/include/wx/file.h:115: error: `wxSeekMode' has not been declared
/usr/include/wx/file.h:115: error: `wxFromStart' was not declared in this scope
/usr/include/wx/file.h: In member function `off_t wxFile::SeekEnd(off_t)':
/usr/include/wx/file.h:117: error: `wxFromEnd' undeclared (first use this function)
/usr/include/wx/file.h:117: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from /usr/include/wx/utils.h:32,
from OtherFunctions.h:35,
from ClientList.cpp:40:
/usr/include/wx/filefn.h: At global scope:
/usr/include/wx/filefn.h:67: error: `wxFromEnd' used prior to declaration
make[3]: *** [amuled-ClientList.o] Error 1
make[3]: Leaving directory `/usr/src/liber-install/aMule-2.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/liber-install/aMule-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/liber-install/aMule-2.0.0'
make: *** [all] Error 2
any idea what it is?
thanks