search for: __register_t

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

2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
...If you discover any BSDisms that aren't > documented, we'd love to hear about them. > > Thanks, > > 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...
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]*