Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB 8.1 build error
@ 2018-04-27 18:02 Paul Koning
  2018-04-27 18:38 ` Simon Marchi
  0 siblings, 1 reply; 17+ messages in thread
From: Paul Koning @ 2018-04-27 18:02 UTC (permalink / raw)
  To: GDB mailing list

I can't build GDB on Mac.  This shows up both in a native build, and a cross-build (for example target=mips-netbsdelf).  I see this error:

/Users/pkoning/Downloads/gdb-8.1/gdb/stap-probe.c:122:29: error: default
      initialization of an object of const type 'const stap_static_probe_ops'
      without a user-provided default constructor
const stap_static_probe_ops stap_static_probe_ops;

or

/Users/pkoning/Downloads/gdb-8.1/gdb/probe.c:63:28: error: default
      initialization of an object of const type 'const any_static_probe_ops'
      without a user-provided default constructor
const any_static_probe_ops any_static_probe_ops;

(same problem, different source file).

	paul


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

end of thread, other threads:[~2018-05-02 10:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 18:02 GDB 8.1 build error Paul Koning
2018-04-27 18:38 ` Simon Marchi
2018-04-27 18:57   ` Paul Koning
2018-04-27 19:01     ` Paul Koning
2018-04-27 19:08     ` Simon Marchi
2018-04-27 19:18       ` Paul Koning
2018-04-27 20:41       ` Paul Koning
2018-04-27 19:10     ` Pedro Alves
2018-04-27 19:39       ` Simon Marchi
2018-04-27 20:00         ` Pedro Alves
2018-04-27 20:16         ` Pedro Alves
2018-04-27 20:24           ` Simon Marchi
2018-04-27 20:41             ` Pedro Alves
2018-04-27 20:48               ` Simon Marchi
2018-05-02  9:42                 ` Pedro Alves
2018-05-02 10:13                   ` Pedro Alves
2018-04-27 19:10     ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox