This is the mail archive of the gdb-prs@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]

[Bug build/16480] New: make doesn't work Mac X OS 10.9.1


https://sourceware.org/bugzilla/show_bug.cgi?id=16480

            Bug ID: 16480
           Summary: make doesn't work Mac X OS 10.9.1
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: jenya.kopylov at gmail dot com

./configure works fine.
./make gives these errors:

...
...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include
-I./../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wshadow -Werror -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c
i386-dis.c -o i386-dis.o
i386-dis.c:12078:18: error: adding 'char' to a string does not append to the
string [-Werror,-Wstring-plus-int]
  oappend ("%st" + intel_syntax);
           ~~~~~~^~~~~~~~~~~~~~
i386-dis.c:12078:18: note: use array indexing to silence this warning
  oappend ("%st" + intel_syntax);
                 ^
           &     [             ]
i386-dis.c:12609:23: error: adding 'char' to a string does not append to the
string [-Werror,-Wstring-plus-int]
      oappend ("%cs:" + intel_syntax);
               ~~~~~~~^~~~~~~~~~~~~~

Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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