id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3669,UINTMAX_C not defined by boost/cstdint.hpp,mloskot ,John Maddock,"In file [source:trunk/libs/thread/src/pthread/once.cpp@43799#L16 libs/thread/src/pthread/once.cpp:16] standard macro ''UINTMAX_C'' is used, but stdint.h header is not included. This causes compilation error when building using Comeau with GCC on Linux 32-bit (Ubuntu 9.04): {{{ mloskot@vb-ubuntu904:~/dev/boost/_svn/trunk/libs/thread/build$ colorbb --v2 link=static ...patience... ...found 519 targets... ...updating 2 targets... como-linux.compile.c++ ../../../bin.v2/libs/thread/build/como-linux/debug/link-static/threading-multi/pthread/once.o Comeau C/C++ 4.3.10.1 (May 7 2008 12:23:21) for LINUX_INTEL_ELF_Beta Copyright 1988-2008 Comeau Computing. All rights reserved. MODE:non-strict warnings C++ noC++0x_extensions ""../../../libs/thread/src/pthread/once.cpp"", line 16: error: identifier ""UINTMAX_C"" is undefined BOOST_THREAD_DECL boost::uintmax_t once_global_epoch=UINTMAX_C(~0); ^ 1 error detected in the compilation of ""../../../libs/thread/src/pthread/once.cpp"". como -tused -c --long_long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -D_GNU_SOURCE -D_REENTRANT --no_inlining -O0 -g --exceptions -I""../../.."" -o ""../../../bin.v2/libs/thread/build/como-linux/debug/link-static/threading-multi/pthread/once.o"" ""../../../libs/thread/src/pthread/once.cpp"" 2>&1 ...failed como-linux.compile.c++ ../../../bin.v2/libs/thread/build/como-linux/debug/link-static/threading-multi/pthread/once.o... ...skipped libboost_thread.a for lack of pthread/once.o... ...failed updating 1 target... ...skipped 1 target... }}} By the way, you may notice that I call ''como'' compiler with two extra macros defined: {{{ -D_GNU_SOURCE -D_REENTRANT }}} They are required to enable C99 and POSIX features for ''como'' toolset. I added them to build/Jamfile.v2. However, I'm not including this changes in the patch, because I'm still testing it to confirm it's the right solution. I posted detailed explanation to ml as [http://thread.gmane.org/gmane.comp.lib.boost.devel/196904 First results using Comeau C/C++ compiler] thread. ",Patches,closed,Boost 1.42.0,config,Boost Development Trunk,Problem,wontfix,,