I've successfully installed vcmi(both 0.89 and the svn one) on gentoo.
I've even composed ebuild files for it.
I found for vcmi to be compiled on my gentoo system. Just need to do a little adjusting.
First, it seems the gcc(4.5.3-r2 with boost 1.48.0-r2) on my system does not support std::begin and std::end yet.
Second, in some places NULL cannot be converted to pointer type, just need to revised them to corresponding void pointer type.
Third, when running vcmi, some files cannot be found because of case sensitive problem. In my ebuild file I compared the file from the H3 path with the name vcmi needed and changed them automatically, it works.
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum