search for: inittype

Displaying 3 results from an estimated 3 matches for "inittype".

Did you mean: unittype
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
...sses.h:22, from /waflhome/trapni/local/src/flow/src/Runner.cpp:19: /waflhome/trapni/local/include/llvm/ADT/StringMap.h: In static member function 'static llvm::StringMapEntry<ValueTy>* llvm::StringMapEntry<ValueTy>::Create(const char*, const char*, AllocatorTy&, InitType)': /waflhome/trapni/local/include/llvm/ADT/StringMap.h:170:33: error: expected primary-expression before '<' token /waflhome/trapni/local/include/llvm/ADT/StringMap.h:170:48: error: expected primary-expression before '>' token /waflhome/trapni/local/include/llvm/ADT/String...