My GCC 3.1 showed these error messages when compiling from HEAD: xap_UnixFontManager.cpp:43: `static' may not be used when defining (as opposed to declaring) a static data member xap_UnixFontManager.cpp:44: `static' may not be used when defining (as opposed to declaring) a static data member
I removed the "static " part on these two lines to get it to compile. Checking in src/af/xap/unix/xap_UnixFontManager.cpp; /cvsroot/abi/src/af/xap/unix/xap_UnixFontManager.cpp,v <-- xap_UnixFontManager.cpp new revision: 1.71; previous revision: 1.70 done
