Displaying 3 results from an estimated 3 matches for "inittypes".
2004 Aug 06
2
[PATCH] Solaris needs sys/types.h for uint32_t
Otherwise, well, things tend not to pan out as they should when compiling
anything that #includes md5.h
Patch against cvs HEAD attached
/dale
-------------- next part --------------
Index: src/md5.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/md5.h,v
retrieving revision 1.2
diff -u -r1.2 md5.h
--- src/md5.h 29 Jan 2004 01:02:06
2004 Aug 06
1
[PATCH] Solaris needs sys/types.h for uint32_t
...ris also provide them in inttypes.h? maybe this would be
> more appropriate (in
> compat.h):
You are correct, sir. Solaris does indeed have inttypes.h, which
includes sys/inttypes.h, which then includes sys/int_types.h, which
defines uint32_t :)
The AC_HEADER_STDC macro already looks for inittypes.h, so all we
needed to do is add the ifdef to compat.h to include it.
Attached is a patch with the necessary changes to src/compat.h, which
pretty much mirrors your suggestion.
Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uint32-compat.patch
Type:...
2010 Oct 29
1
[LLVMdev] LLVM program compile error w/ gcc 4.5 but not 4.4
Hi all,
I can compile LLVM+clang (from svn 2.8 branch, fyi) just fine with gcc
4.4.5 and 4.5.1 on Linux/amd64 just fine, and I did successfully built
LLVM+clang on Solaris10/amd64 (32bit built) just fine with gcc 3.3, too.
However, when it comes to compiling my *own* project that builds atop of
LLVM, I'm getting a strange compilation error when using GCC 4.5.1 but
*NOT* when using GCC 4.4.5