Hi, I tried to compile aMule using the latest stable release of the wxWidgets but I get this error during the "make":
then mv -f ".deps/libmulecommon_a-MuleDebug.Tpo" ".deps/libmulecommon_a-MuleDebug.Po"; else rm -f ".deps/libmulecommon_a-MuleDebug.Tpo"; exit 1; fi
MuleDebug.cpp:45:7: warning: "HAVE_BFD" is not defined
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:894: error: expected initializer before 'ATTRIBUTE_PRINTF_3'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:932: error: expected initializer before 'ATTRIBUTE_PRINTF_1'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:933: error: expected initializer before 'ATTRIBUTE_PRINTF_2'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:934: error: expected initializer before 'ATTRIBUTE_PRINTF_2'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:936: error: expected initializer before 'ATTRIBUTE_PRINTF_1'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:937: error: expected initializer before 'ATTRIBUTE_PRINTF_2'
/Users/MaMaK/Desktop/wxMac-2.6.3/include/wx/wxchar.h:938: error: expected initializer before 'ATTRIBUTE_PRINTF_2'
make[4]: *** [libmulecommon_a-MuleDebug.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
What's going on? I didn't have any problem compiling aMule with the wxWidgets CVS at the end of December. Thanks
