This is why we treasure our testers so dearly. They report these bugs (that were created by a recent SFML API change) so we don't have to constantly pull the latest master everyday for every little name change ^^.
This is why Tank gave
so much effort adding the submodules to the project
It always points to the last revision that we tested with SFGUI so in almost all cases it should work.
You can make use of git submodules by issuing the commands
git submodule init
git submodule update
in the SFGUI root directory (provided you use git). It should populate the SFML extlibs directory with the corresponding revision of SFML.
By the way, I must have missed the memo (link please
), but why was this rename needed?