when compiling the example in XCode4, I guet a "semantic issue", which is identified by the red exclamation that is used to indicate errors, but nonetheless the compiler claims "build succeeded", so it isn't a real error i suppose. Nonetheless it bothers me to see these red icons :-(
i made a screenshot here :
http://imgur.com/t2ubzanyone any idea what this is ? The class Text for sure exists, because selecting it and pressing cmd-D properly jumps to the class definition, which is inside namespace sf, inside class Unicode.
I tried to define the offending line as
sf::Unicode::Text text;
but that results in a "real" error :
'sf::Unicode' has not been declared