search for: native_system_header_dir

Displaying 2 results from an estimated 2 matches for "native_system_header_dir".

2005 May 12
0
[LLVMdev] Cygwin binaries
...--includedir=/C/MinGW mingw32 make CFLAGS=-O LIBCFLAGS+=-g LIBCFLAGS+=-O2 LIBCXXFLAGS+=-g LIBCXXFLAGS+=-O2 LIBCXXFLAGS+=-fno-implicit-templates all On error: ============== The directory that should contain system headers does not exist: /usr/include -------------- Open gcc/Makefile and set: NATIVE_SYSTEM_HEADER_DIR=/C/MinGW/include ============== On error: ============== In file included from ../../../../src/llvm-gcc-1/llvm-gcc/gcc/libgcc2.c:40: ./tconfig.h:5:37: config/i386/xm-mingw32.h: No such file or directory -------------- Create the missing link: ln -s ../../../src/llvm-gcc-1/llvm-gcc/gcc/config gcc/c...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same? > >To my knowledge there is no pre-built version of the cfe. See following link for CFE :- http://illuvium.com/download/ It maybe a bit out of date. I believe the CFE maybe broken at the moment, at least the Cygwin nightly test reports that it is broken and I believe this is the same thing ?