I've done it.
Now, the error is :
make[5]: Entering directory `/home/moi/Logiciels/Internet/aMule-2.0.3/src/utils/wxCas/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DUSE_EMBEDDED_CRYPTO -MT wxcas-wxcas.o -MD -MP -MF ".deps/wxcas-wxcas.Tpo" -c -o wxcas-wxcas.o `test -f 'wxcas.cpp' || echo './'`wxcas.cpp; \
then mv -f ".deps/wxcas-wxcas.Tpo" ".deps/wxcas-wxcas.Po"; else rm -f ".deps/wxcas-wxcas.Tpo"; exit 1; fi
wxcas.cpp:51:2: #error You must set wxUSE_PRINTING_ARCHITECTURE to 1 in setup.h to compile wxCas.
In file included from /usr/include/wx/gdicmn.h:29,
from /usr/include/wx/image.h:20,
from wxcas.cpp:54:
/usr/include/wx/font.h:82: error: expected class-name before '{' token
/usr/include/wx/font.h: In member function `bool wxFontBase::Ok() const':
/usr/include/wx/font.h:104: error: `m_refData' undeclared (first use this function)
/usr/include/wx/font.h:104: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/wx/font.h: In member function `wxFontRefData* wxFontBase::GetFontData() const':
/usr/include/wx/font.h:156: error: `m_refData' undeclared (first use this function)
and if I remove "--enable-wxcas" from ./configure :
make[3]: Entering directory `/home/moi/Logiciels/Internet/aMule-2.0.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DUSE_EMBEDDED_CRYPTO -MT ED2KLinkParser.o -MD -MP -MF ".deps/ED2KLinkParser.Tpo" -c -o ED2KLinkParser.o ED2KLinkParser.cpp; \
then mv -f ".deps/ED2KLinkParser.Tpo" ".deps/ED2KLinkParser.Po"; else rm -f ".deps/ED2KLinkParser.Tpo"; exit 1; fi
g++ -DUSE_EMBEDDED_CRYPTO -lpthread -o ed2k ED2KLinkParser.o
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DUSE_EMBEDDED_CRYPTO -MT amule-AddFriend.o -MD -MP -MF ".deps/amule-AddFriend.Tpo" -c -o amule-AddFriend.o `test -f 'AddFriend.cpp' || echo './'`AddFriend.cpp; \
then mv -f ".deps/amule-AddFriend.Tpo" ".deps/amule-AddFriend.Po"; else rm -f ".deps/amule-AddFriend.Tpo"; exit 1; fi
In file included from /usr/include/wx/window.h:27,
from /usr/include/wx/toplevel.h:25,
from /usr/include/wx/dialog.h:21,
from AddFriend.h:33,
from AddFriend.cpp:33:
/usr/include/wx/cursor.h: In constructor `wxBusyCursorSuspender::wxBusyCursorSuspender()':
/usr/include/wx/cursor.h:46: error: `wxIsBusy' undeclared (first use this function)
/usr/include/wx/cursor.h:46: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/wx/cursor.h:48: error: `wxBusyCursor' has not been declared
/usr/include/wx/cursor.h:48: error: `GetStoredCursor' undeclared (first use this function)
/usr/include/wx/cursor.h:48: error: `wxSetCursor' undeclared (first use this function)
/usr/include/wx/cursor.h: In destructor `wxBusyCursorSuspender::~wxBusyCursorSuspender()':
/usr/include/wx/cursor.h:53: error: `wxIsBusy' undeclared (first use this function)
/usr/include/wx/cursor.h:55: error: `wxBusyCursor' has not been declared
/usr/include/wx/cursor.h:55: error: `GetBusyCursor' undeclared (first use this function)
/usr/include/wx/cursor.h:55: error: `wxSetCursor' undeclared (first use this function)
my wx libraries are :
$ rpm -qa |grep wx
wxGTK-devel-2.4.2-1
wxGTK-2.4.2-1
wxBase-devel-2.4.2-1
wxBase-2.4.2-1