search for: __size_t

Displaying 4 results from an estimated 4 matches for "__size_t".

Did you mean: r_size_t
2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
...t count,const char *fmt,...) { size_t ret; va_list ap; va_start(ap, fmt); ret = vsnprintf(str, count, fmt, ap); va_end(ap); return ret; } Line 493 from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1/include/stdio.h is: extern int snprintf(char *, __size_t, char *,...); Any help is greatly appreciated. TIA
2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
..., > > Reid. I didn't build cfontend; I used the prebuilt linux binaries. That could be part of the problem. Here's the line in error in _types.h: typedef __int32_t __register_t; typedef __int32_t __segsz_t; /* segment size (in pages) */ >> typedef __uint32_t __size_t; /* sizeof() */ typedef __int32_t __ssize_t; /* byte count or error */ typedef __int32_t __time_t; /* time()... */ Seems perfectly reasonable. The other error was a missing file features.h. I am indeed missing this file; it's probably linux specific. It seems my b...
2004 Aug 19
0
[LLVMdev] Can't get llvmg++ to work
On Wed, 2004-08-18 at 22:14, Jeff Cohen wrote: > I'm another new person to LLVM. Hi Jeff. Welcome. > I can't successfully compile and > execute a simple C++ program. The compiler seems to work, as it > produces a.out and a.out.bc files, but I get a whole bunch of warnings: > > WARNING: Found global types that are not compatible: >
2004 Aug 19
4
[LLVMdev] Can't get llvmg++ to work
I'm another new person to LLVM. I can't successfully compile and execute a simple C++ program. The compiler seems to work, as it produces a.out and a.out.bc files, but I get a whole bunch of warnings: WARNING: Found global types that are not compatible: "struct.std::messages<wchar_t>"* %_ZN9__gnu_cxx10messages_cE [16 x sbyte]*