This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/61427] Fail to build due to #error GATHER_STATISTICS must be defined
- From: "Torsten at Robitzki dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 05 Jun 2014 22:57:09 +0000
- Subject: [Bug other/61427] Fail to build due to #error GATHER_STATISTICS must be defined
- Auto-submitted: auto-generated
- References: <bug-61427-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61427
--- Comment #1 from Torsten Robitzki <Torsten at Robitzki dot de> ---
I've tried the same configuration with gcc 4.8.3. The same error occurs in the
config.log, but this time the build stops with:
g++ -I../../libcpp -I. -I../../libcpp/../include -I./../intl
-I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings
-Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti
-I../../libcpp -I. -I../../libcpp/../include -I./../intl -I../../libcpp/include
-c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo
../../libcpp/charset.c
In file included from ../../libcpp/charset.c:22:
../../libcpp/include/cpplib.h:265:3: error: #error "Cannot find a least-32-bit
signed integer type"
In file included from ../../libcpp/charset.c:22:
../../libcpp/include/cpplib.h:267: error: âCPPCHAR_SIGNED_Tâ does not name a
type
../../libcpp/include/cpplib.h:268: error: âCPPCHAR_SIGNED_Tâ does not name a
type
../../libcpp/include/cpplib.h:777: error: âcppchar_tâ does not name a type
../../libcpp/include/cpplib.h:788: error: âcppchar_tâ does not name a type
../../libcpp/include/cpplib.h:808: error: âHOST_WIDE_INTâ does not name a type
../../libcpp/include/cpplib.h:812: error: âcpp_num_partâ does not name a type
../../libcpp/include/cpplib.h:813: error: âcpp_num_partâ does not name a type
../../libcpp/include/cpplib.h:966: error: âcppchar_tâ does not name a type