search for: d__stdc_limit_

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

2004 Aug 16
1
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
...bin /usr/pd/llvm/cfrontend/install/bin/gcc -Wall -W -Wwrite-strings -Wno-unused -I/usr/pd/llvm/llvm/runtime/GCCLibraries/crtend -I/usr/pd/llvm/llvm/ runtime/GCCLibraries/crtend -I/usr/pd/llvm/llvm/include -I/usr/pd/llvm/llvm/incl ude -I../../../include -I/usr/pd/llvm/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_ MACROS -DATTR_DEPRECATED='__attribute__ ((deprecated))' -c crtend.c -o /usr/pd/l lvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc Files/ATI: not found gmake: *** [/usr/pd/llvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc] Error 127 So I excluded all the windows-speci...
2004 Aug 16
0
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
On Mon, Aug 16, 2004 at 01:07:39PM +0200, Robert Feldt wrote: > However, when I go back to rebuild llvm, reconfigure, setting the > CFEINSTALL dir, then make it can build the tools ok but not the > runtime: [snip] > Compiling crtend.c to bytecode > Files/ATI: not found [snip] > I don't understand the error message since I see no reference to > Files/ATI. Any clues? Can
2004 Aug 16
3
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
Chris Lattner wrote: >On Sun, 15 Aug 2004, Robert Feldt wrote: > > > >>However, I wonder if someone supplies pre-built cfrontend binaries for >>cygwin? >> >> > >Nope, we don't have one yet, sorry. > > > >>I followed the instructions and tried to build them myself but get >>when building the cfrontend. Any ideas? >>