search for: c_common_init_opt

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

2005 May 19
2
[LLVMdev] Building LLVM cfrontend
...ing ./config.status creating Makefile bash-2.05b$ ************************* 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 e...
2005 May 19
0
[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-op...