Hi
I have got an error while trying to build Horde3d on Fedora Linux 17 - GCC 4.7.0
Code:
/home/kariem2k/horde3d/Horde3D/Source/ColladaConverter/main.cpp: In function ‘int main(int, char**)’:
/home/kariem2k/horde3d/Horde3D/Source/ColladaConverter/main.cpp:166:54: error: no matching function for call to ‘remove_if(std::basic_string<char>::iterator, std::basic_string<char>::iterator, <unresolved overloaded function type>)’
Apparently GCC did not recognize STl's isspace, it used C isspace instead. so i added :: before isspace and it compiled on linux, but i never tried it on VS.
Attached a patch for latest SVN trunk code