This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] lmemmem.patch


Daniel Jacobowitz wrote:
> 
> Try now?  I forgot to use -I gnulib/m4 for aclocal.
> 
Passed that point, but now does this:

gcc -c -g -O2   -I. -I../../src/gdb -I../../src/gdb/config 
-DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H 
-I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd 
-I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber 
-I../../src/gdb/../libdecnumber  -I../../src/gdb/gnulib -Ignulib  -DMI_OUT=1

-DTUI=1  -Wall -Wdeclaration-after-statement -Wpointer-arith
-Wformat-nonliteral 
-Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror 
../../src/gdb/tui/tui-main.c
In file included from ../../src/gdb/gdb_string.h:25,
                  from ../../src/gdb/tui/tui-main.c:22:
gnulib/string.h:78:5: error: #if with no expression
gnulib/string.h:98:5: error: #if with no expression
...

and (when tui disabled):
In file included from ../../src/gdb/gdb_string.h:25,
                  from ../../src/gdb/gdb.c:21:
gnulib/string.h:78:5: error: #if with no expression
...




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]