Ok, here comes original make output:
[toney@toney build]$ LANG= make
[ 0%] Building CXX object source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/FSFactory.cpp.o
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp: In destructor 'Shared::PhysFS::FSFactory::~FSFactory()':
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp:48:19: error: 'PHYSFS_isInit' was not declared in this scope
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp: In member function 'bool Shared::PhysFS::FSFactory::initPhysFS(const char*, const char*, const char*)':
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp:74:36: error: 'PHYSFS_mount' was not declared in this scope
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp:101:41: error: 'PHYSFS_mount' was not declared in this scope
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp:108:35: error: 'PHYSFS_mount' was not declared in this scope
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp: In member function 'bool Shared::PhysFS::FSFactory::mountSystemDir(const std::string&, const std::string&)':
/home/toney/games/glestae-src-0.3.2/source/shared_lib/sources/physfs/FSFactory.cpp:130:60: error: 'PHYSFS_mount' was not declared in this scope
make[2]: *** [source/shared_lib/CMakeFiles/shared_lib.dir/sources/physfs/FSFactory.cpp.o] Error 1
make[1]: *** [source/shared_lib/CMakeFiles/shared_lib.dir/all] Error 2
make: *** [all] Error 2