From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63478 invoked by alias); 26 Apr 2018 23:49:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 52148 invoked by uid 89); 26 Apr 2018 23:48:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:ESMTPA X-HELO: resqmta-po-04v.sys.comcast.net Received: from resqmta-po-04v.sys.comcast.net (HELO resqmta-po-04v.sys.comcast.net) (96.114.154.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Apr 2018 23:48:49 +0000 Received: from resomta-po-12v.sys.comcast.net ([96.114.154.236]) by resqmta-po-04v.sys.comcast.net with ESMTP id BonSfFGNs5cpLBqd5ft3pN; Thu, 26 Apr 2018 23:48:47 +0000 Received: from [192.168.10.125] ([73.60.223.101]) by resomta-po-12v.sys.comcast.net with ESMTPA id Bqd4fvPU3tWcEBqd5fYd8W; Thu, 26 Apr 2018 23:48:47 +0000 From: Paul Koning Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: GDB 8.1 build error Message-Id: <214C80CC-1173-41F6-AAA1-39C9D39E28B2@comcast.net> Date: Fri, 27 Apr 2018 18:02:00 -0000 To: GDB mailing list X-CMAE-Envelope: MS4wfPsJeodxlmQltCbi9Xnye3rwU4ZdUrrBdOKy5W6cU7wO5fFqBIL2L/SYhbIZsVh0gz6oTqaI40vbg5ERnqve/S8snYY3Z123VK3rIxI4LvY1DA23x5vO YuwSCDqYIfMFltK/6afO/r+pX0QoGsmS9bqV86wSsEEHd0Y5PKSIyLd4jiAJ1DQ9jTFepxwStZc+gQ== X-SW-Source: 2018-04/txt/msg00023.txt.bz2 I can't build GDB on Mac. This shows up both in a native build, and a cros= s-build (for example target=3Dmips-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_op= s' 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