search for: unit32_t

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

Did you mean: uint32_t
2008 Jun 18
0
[LLVMdev] Errors building llvm
...86 Windows platform with Cygwin and get an > error building lib/Support/APInt.cpp. I get the same errors using gcc 3.4.2 > and 3.4.4. The log is attached. Please advice. Thanks. I encountered this issue also when building LLVM on Cygwin. I modified /usr/include/stdint.h to change int32_t and unit32_t from long's to int's. So the following changes were performed: typedef long int32_t becomes typedef int int32_t typedef unsigned long uint32_t becomes typedef unsigned int uint32_t That fixed the error for me and LLVM compiled without issues after the change. Padraig > Jay > >...
2008 Jun 18
4
[LLVMdev] Errors building llvm
Hi, I am trying to build LLVM on x86 Windows platform with Cygwin and get an error building lib/Support/APInt.cpp. I get the same errors using gcc 3.4.2 and 3.4.4. The log is attached. Please advice. Thanks. Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080617/03b85700/attachment.html>
2007 Aug 24
0
Fixes to make flac build on Solaris
...mples per Time slice */ >> +#else >> + /* Different #define for Solaris Forte compiler because it >> + doesn't like to multiply floats when declaring a variable. */ >> +#define MAX_SAMPLES_PER_WINDOW (size_t) (2401) >> +#define UINT32_T_FORTE 12000.0 /* Used in Unit32_t code below. */ >> +#endif >> #define PINK_REF 64.82 /* 298640883795 */ >> /* calibration value */ >> >> static Float_t linprebuf [MAX_ORDER * 2]; >> @@ -142,8 +149,13 @@ >> static double lsum;...