From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id BD9896DE02D6 for ; Sat, 19 Dec 2015 03:36:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.69 X-Spam-Level: X-Spam-Status: No, score=0.69 tagged_above=-999 required=5 tests=[AWL=0.038, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GBG4oHCOH4DO for ; Sat, 19 Dec 2015 03:36:10 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 20A756DE009B for ; Sat, 19 Dec 2015 03:36:10 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 485D910005A; Sat, 19 Dec 2015 13:36:27 +0200 (EET) From: Tomi Ollila To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch mailing list Subject: Re: Compilation failure with gcc 4.4.7 In-Reply-To: <20151219112119.32735.79955@thinkbox.jade-hamburg.de> References: <20151219112119.32735.79955@thinkbox.jade-hamburg.de> User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 11:36:12 -0000 On Sat, Dec 19 2015, Justus Winter <4winter@informatik.uni-hamburg.de> wrot= e: > Hello, > > I just tried to compile notmuch with an oldish compiler, and that > failed (if the compiler is indeed too old, then at least the error > message should be more helpful): see thread id:1439303834-27030-1-git-send-email-tomi.ollila@iki.fi > > % ./configure --prefix=3D$HOME/stow/notmuch > [...] > Sanity checking C compilation environment... OK. > Sanity checking C++ compilation environment... OK. > Reading libnotmuch version from source... > *** Error: Reading lib/notmuch.h failed. > Please try running configure again in a clean environment, and if the > problem persists, report a bug. > % cc -g -O2 _libversion.c -o _lib > In file included from _libversion.c:2: > lib/notmuch.h:858: error: wrong number of arguments specified for =E2=80= =98deprecated=E2=80=99 attribute > lib/notmuch.h:915: error: wrong number of arguments specified for =E2=80= =98deprecated=E2=80=99 attribute > lib/notmuch.h:1011: error: wrong number of arguments specified for =E2=80= =98deprecated=E2=80=99 attribute > lib/notmuch.h:1048: error: wrong number of arguments specified for =E2=80= =98deprecated=E2=80=99 attribute > % gcc --version > gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) > Copyright (C) 2010 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. > > Cheers, > Justus > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch