Does Exult compile with GCC 4?
Posted: Fri Mar 10, 2006 12:12 pm
Greetings,
I'm trying to get Exult compiled on Sun Solaris 10 (SPARC). I tried with the Sun's compiler but it failed due to hash_map and hash_set headers missing.
Then I tried with GCC 4, and I still got the following errors:
../hash_utils.h:32: error: 'std::hash_map' has not been declared
../hash_utils.h:50: error: 'std::hash_set' has not been declared
So I was wondering if the problem is GCC-specific or Solaris-specific?
Thanks,
Thomas
I'm trying to get Exult compiled on Sun Solaris 10 (SPARC). I tried with the Sun's compiler but it failed due to hash_map and hash_set headers missing.
Then I tried with GCC 4, and I still got the following errors:
../hash_utils.h:32: error: 'std::hash_map' has not been declared
../hash_utils.h:50: error: 'std::hash_set' has not been declared
So I was wondering if the problem is GCC-specific or Solaris-specific?
Thanks,
Thomas