diff options
| author | Alexander Gavrilov | 2012-04-28 11:53:26 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-28 11:53:26 +0400 |
| commit | 9c94b7c1e748743309dae75ec95e374f26624d5f (patch) | |
| tree | ee46d65aec42904520e7396f472383b689bd1786 | |
| parent | 82a0e52a3eeb55d62dd51cf92b5b1b26d0cc4c66 (diff) | |
| download | dfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.gz dfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.bz2 dfhack-9c94b7c1e748743309dae75ec95e374f26624d5f.tar.xz | |
Make the hash map implementation error more useful.
It instructs to update GCC, but actually the most common
reason for the error is missing 32-bit development libs.
| -rw-r--r-- | depends/protobuf/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/protobuf/CMakeLists.txt b/depends/protobuf/CMakeLists.txt index 92504f05..dddefb06 100644 --- a/depends/protobuf/CMakeLists.txt +++ b/depends/protobuf/CMakeLists.txt @@ -57,7 +57,7 @@ IF(CMAKE_COMPILER_IS_GNUCC) ENDIF()
IF (HAVE_HASH_MAP EQUAL 0)
- MESSAGE(SEND_ERROR "Could not find a working hash map implementation. Please update GCC.")
+ MESSAGE(SEND_ERROR "Could not find a working hash map implementation. Please install GCC >= 4.4, and all necessary 32-bit C++ development libraries.")
ENDIF()
FIND_PACKAGE(Threads)
|
