hi i have problems with compiling my sourcecode, which includes the graphics c++ header, the problem:
lib/SFML-1.3/include/SFML/Graphics/Font.hpp:113: error: using-declaration for non-member at class scope
lib/SFML-1.3/include/SFML/Graphics/Font.hpp:113: error: expected `;' before '<' token
In file included from lib/SFML-1.3/include/SFML/Graphics.hpp:36,
std::map<wchar_t, Character> myCharacters; ///< Rendering settings of each character
it sounds like the gcc compiler have problems with wchar_t but is there a workaround out yet?, i already researched a bit and i found out, that the wide-character parts of the GCC Standard C++ Library have not yet been fully ported to Windows (
http://www.mingw.org/wiki/FAQ )