search for: cppspec

Displaying 5 results from an estimated 5 matches for "cppspec".

2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
...2-2.6.source/gcc/../libdecnumber -I../libde cnumber -I/c/Temp/msys-llvm/include -I/c/Temp/llvm-2.6/include -DENABLE_LLVM -I/ c/Temp/msys-llvm/../llvm-2.6/include -I/c/Temp/msys-llvm/include -D_DEBUG -D_GN U_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc4.2-2.6. source/gcc/cppspec.c -o cppspec.o c++ -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-proto types -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wol d-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o cpp.exe gcc.o opts-common.o gcc-options...
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...pes -Wmissing-prototypes -Wold-style-definition > -fno-common -DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS > -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include > -I./../intl -I../../src/gcc/../libcpp/include -I/llvm/include > -I/llvm/obj/include ../../src/gcc/cppspec.c -o cppspec.o > # APPLE LOCAL LLVM > c++ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -fno-common > -DHAVE_CONFIG_H -o cpp.exe gcc.o cppspec.o intl.o \ > prefix.o version.o cygwin1.o ../libcpp/libcpp.a ./../intl/...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so I'd just stick with the "tools-only" build and declare success. If you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) However, the problem appears to be your PATH variable. In your path you have the following directory: C:/Program Files/Microsoft DirectX SDK (June
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi! I'm trying to build LLVM under cygwin. I have the latest version of cygwin and CVS versions of llvm, llvm-test and llvm-gcc. make of tools only succeeded. make of frontend succeeded too but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the following message: llvm[0]: Compiling crtend.c for Debug build (bytecode) /bin/sh: -c: line 0: syntax error near unexpected
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
...s -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno-common -DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -I./../intl -I../../src/gcc/../libcpp/include -I/llvm/include -I/llvm/obj/include ../../src/gcc/cppspec.c -o cppspec.o # APPLE LOCAL LLVM c++ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno-common -DHAVE_CONFIG_H -o cpp.exe gcc.o cppspec.o intl.o \ prefix.o version.o cygwin1.o ../libcpp/libcpp.a ./../intl/libintl.a -liconv ../li...