From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Thomas Klausner Newsgroups: gmane.lisp.guile.bugs Subject: bug#24002: configure: missing call to AC_C_FLEXIBLE_ARRAY_MEMBER Date: Wed, 15 Mar 2017 15:05:37 +0100 Message-ID: <20170315140537.5x7ds7g5em5php3b@danbala> References: <20160716091303.GP23723@danbala.tuwien.ac.at> <87o9xljtbn.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1489587179 7189 195.159.176.226 (15 Mar 2017 14:12:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 14:12:59 +0000 (UTC) Cc: 24002@debbugs.gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Mar 15 15:12:55 2017 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1co9fZ-0001Ge-OH for guile-bugs@m.gmane.org; Wed, 15 Mar 2017 15:12:53 +0100 Original-Received: from localhost ([::1]:37532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co9ff-0001tu-Ry for guile-bugs@m.gmane.org; Wed, 15 Mar 2017 10:12:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co9Z1-0004UQ-Vl for bug-guile@gnu.org; Wed, 15 Mar 2017 10:06:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1co9Yw-0000KT-4l for bug-guile@gnu.org; Wed, 15 Mar 2017 10:06:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59085) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1co9Yv-0000KN-Ul for bug-guile@gnu.org; Wed, 15 Mar 2017 10:06:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1co9Yv-0004nQ-OE for bug-guile@gnu.org; Wed, 15 Mar 2017 10:06:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Thomas Klausner Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 15 Mar 2017 14:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24002 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 24002-submit@debbugs.gnu.org id=B24002.148958674118408 (code B ref 24002); Wed, 15 Mar 2017 14:06:01 +0000 Original-Received: (at 24002) by debbugs.gnu.org; 15 Mar 2017 14:05:41 +0000 Original-Received: from localhost ([127.0.0.1]:57284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1co9Yb-0004mo-6o for submit@debbugs.gnu.org; Wed, 15 Mar 2017 10:05:41 -0400 Original-Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.114]:50366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1co9YY-0004me-Us for 24002@debbugs.gnu.org; Wed, 15 Mar 2017 10:05:39 -0400 Original-Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 8A5C0A50D; Wed, 15 Mar 2017 15:05:37 +0100 (CET) Content-Disposition: inline In-Reply-To: <87o9xljtbn.fsf@pobox.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:8688 Archived-At: On Wed, Mar 01, 2017 at 09:26:52AM +0100, Andy Wingo wrote: > Hi Thomas, > > On Sat 16 Jul 2016 11:13, Thomas Klausner writes: > > > On NetBSD, the build of guile-2.0.12 breaks early because > > FLEXIBLE_ARRAY_MEMBER is not defined: > > > > In file included from strftime.c:33:0: > > time-internal.h:48:14: error: 'FLEXIBLE_ARRAY_MEMBER' undeclared here (not in a function) > > char abbrs[FLEXIBLE_ARRAY_MEMBER]; > > I just pulled in an updated Gnulib which I hope fixes this problem. If > you build from Git then you should be able to verify the fix, or wait > until we have another release. I just tried the 2.1.8 release (from March 10, so after your mail), and the problem still exists. Cheers, Thomas