Displaying 4 results from an estimated 4 matches for "cl_objcxx".
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
...file and GCC's sources. Either use makeinfo from cygwin,
or just remove msys' version out.
2) Problem: Complains about gthr-default.h file.
Resolution: Grab gcc/gcc/gthr-win32.h file and copy it to gthr-default.h
3) Problem: Complains about "CL_ObjCXX" and simular ("CL_") during
compilation c-opts.c.
Resolution: Turn off windows file protection, remove system32\sort.exe
file. After, check, that sort --version tells you, that it
is sort 2.0 (GNU textutils).
4) Proble...
2006 Apr 23
0
[LLVMdev] Re: Building CFE in Mingw
...obeynikov <asl at math.spbu.ru> writes:
[snip]
> 2) Problem: Complains about gthr-default.h file.
> Resolution: Grab gcc/gcc/gthr-win32.h file and copy it to gthr-default.h
... so --enable-threads=win32 is broken... good to know.
> 3) Problem: Complains about "CL_ObjCXX" and simular ("CL_") during
> compilation c-opts.c.
> Resolution: Turn off windows file protection, remove system32\sort.exe
> file. After, check, that sort --version tells you, that it
> is sort 2.0 (GNU textut...
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
...r `lang_flags[1]')
../../src/gcc/c-opts.c:190: error: `CL_CXX' undeclared (first use in this functi
on)
../../src/gcc/c-opts.c:190: error: initializer element is not constant
../../src/gcc/c-opts.c:190: error: (near initialization for `lang_flags[2]')
../../src/gcc/c-opts.c:190: error: `CL_ObjCXX' undeclared (first use in this fun
ction)
../../src/gcc/c-opts.c:190: error: initializer element is not constant
../../src/gcc/c-opts.c:190: error: (near initialization for `lang_flags[3]')
make[1]: *** [c-opts.o] Error 1
make[1]: Leaving directory `/home/cfrontend/build/gcc'
make: ***...
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
...t; ../../src/gcc/c-opts.c:190: error: `CL_CXX' undeclared (first use in this functi
> on)
> ../../src/gcc/c-opts.c:190: error: initializer element is not constant
> ../../src/gcc/c-opts.c:190: error: (near initialization for `lang_flags[2]')
> ../../src/gcc/c-opts.c:190: error: `CL_ObjCXX' undeclared (first use in this fun
> ction)
> ../../src/gcc/c-opts.c:190: error: initializer element is not constant
> ../../src/gcc/c-opts.c:190: error: (near initialization for `lang_flags[3]')
> make[1]: *** [c-opts.o] Error 1
> make[1]: Leaving directory `/home/cfrontend/...