search for: cl_c

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

Did you mean: cl_
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
...************** bash-2.05b$ make ... ... ... In file included from ../../src/gcc/c-opts.c:39: options.h:25: error: redefinition of `OPT_d' options.h:23: error: `OPT_d' previously defined here ../../src/gcc/c-opts.c: In function `c_common_init_options': ../../src/gcc/c-opts.c:190: error: `CL_C' undeclared (first use in this function ) ../../src/gcc/c-opts.c:190: error: (Each undeclared identifier is reported only once ../../src/gcc/c-opts.c:190: error: for each function it appears in.) ../../src/gcc/c-opts.c:190: error: initializer element is not constant ../../src/gcc/c-opts.c:190:...
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
...> ... > ... > In file included from ../../src/gcc/c-opts.c:39: > options.h:25: error: redefinition of `OPT_d' > options.h:23: error: `OPT_d' previously defined here > ../../src/gcc/c-opts.c: In function `c_common_init_options': > ../../src/gcc/c-opts.c:190: error: `CL_C' undeclared (first use in this function > ) > ../../src/gcc/c-opts.c:190: error: (Each undeclared identifier is reported only > once > ../../src/gcc/c-opts.c:190: error: for each function it appears in.) > ../../src/gcc/c-opts.c:190: error: initializer element is not constant &gt...