Thank you Bruno for answering, but working on it since this morning, i discovered few things and one of them is that the package is fine, it's OS that is "bad" :D
CentOS can't update some libraries or packages for stability and security reasons, therefore some libraries just won't update with a simple "yum update", you would have to install it manually. So i could upgrade lots of packages this way.
Now i manage to "cmake" and it went through, new problem is this : "No rule to make target `/usr/lib64/lib64/libboost_thread-mt.so.5', needed by `src/hugin_base/makefilelib/libmakefilelib.so.0.0'"
I get this when i "make"
For installating Hugin, i am following this tutorial page "
http://wiki.panotools.org/Hugin_Compiling_Fedora".
I followed the 2 paths that are in the error line, i can't find either of them. I could find libbost_thread-mt.so.5 in /usr/lib64/ and i don't have any file named libmakefilelib.so.0.0 :/
Thank you,