aMule Bug Tracker - aMule
View Issue Details
0001480aMuleMiscpublic2009-01-21 20:332009-01-21 23:35
gabrielix 
Wuischke 
normalblockalways
resolvedfixed 
2.2.2 
 
Linux
0001480: won't compile win gcc 4.3.2
Building libec.a
Compiling Format.cpp
Format.cpp: In member function 'wxString CFormat::GetIntegerField(const wxChar*)':
Format.cpp:288: error: 'isalpha' was not declared in this scope
make[4]: *** [Format.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
fix adding to src/libs/common/MuleDebug.h
#include <ctype.h>
No tags attached.
Issue History
2009-01-21 20:33gabrielixNew Issue
2009-01-21 20:33gabrielixOperating System => Linux
2009-01-21 23:35WuischkeStatusnew => resolved
2009-01-21 23:35WuischkeResolutionopen => fixed
2009-01-21 23:35WuischkeAssigned To => Wuischke
2009-01-21 23:35WuischkeNote Added: 0003067

Notes
(0003067)
Wuischke   
2009-01-21 23:35   
Thank you, I've committed a fix according to your suggestion.