public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/17845] New: Fails to build on Darwin 14.0
@ 2015-01-15 14:43 firas at fkraiem dot org
  2015-01-15 14:44 ` [Bug gdb/17845] " firas at fkraiem dot org
  0 siblings, 1 reply; 2+ messages in thread
From: firas at fkraiem dot org @ 2015-01-15 14:43 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 17845
           Summary: Fails to build on Darwin 14.0
           Product: gdb
           Version: 7.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: firas at fkraiem dot org

Fails to build on Darwin 14.0 (OS X 10.10) due to gdb/darwin-nat.c looking for
setjmp.h in the wrong place. Changing

#include <machine/setjmp.h>

to

#include <setjmp.h>

in gdb/darwin-nat.c fixes the problem.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug gdb/17845] Fails to build on Darwin 14.0
  2015-01-15 14:43 [Bug gdb/17845] New: Fails to build on Darwin 14.0 firas at fkraiem dot org
@ 2015-01-15 14:44 ` firas at fkraiem dot org
  0 siblings, 0 replies; 2+ messages in thread
From: firas at fkraiem dot org @ 2015-01-15 14:44 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Firas Kraiem <firas at fkraiem dot org> ---
Sorry, forgot to mention, this is on GDB 7.8.2.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-15 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15 14:43 [Bug gdb/17845] New: Fails to build on Darwin 14.0 firas at fkraiem dot org
2015-01-15 14:44 ` [Bug gdb/17845] " firas at fkraiem dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).