Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 54899431FC0 for ; Thu, 18 Apr 2013 05:59:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jyXYJc-usKfQ for ; Thu, 18 Apr 2013 05:58:59 -0700 (PDT) Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 09B0D431FBD for ; Thu, 18 Apr 2013 05:58:58 -0700 (PDT) Received: by mail-ee0-f45.google.com with SMTP id c50so1241419eek.18 for ; Thu, 18 Apr 2013 05:58:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=ms1Vi/F4ZZyHxtyMv0Kirjo6hkW20hEl/nTEcuIOQ5M=; b=QtPUDc6nv/VU4RLGJ0OdZTHOOFmYENuHvXkluiaDuja+KCIqf8zwbCTTPDmZTEKyKW DGj5RsR0jme+Hk0zhzCJ1jKnXAjVnVGaBjNwJvbPyk4aBKk/KTNIBD9GGT3CNgP8cS99 lP7LP9bqf2Yrvqf4Bm2EYyiPpxJrYNv/z8Bts0/vODJah1+EKM0vRFQHu3hsXhBsdTes RZoICLQkWXF56LYdVU1GDrycd9HFZaMvmiZ508542UvfI3Oh4UFORlMaEKrh0ChP0cAh gmYjbNZx7+j09ilo60nlFs0AOPT14L7o62Oe8AZeDXDrq2uRkk9sYXuLWi2YliMl3dHl o0FQ== X-Received: by 10.14.149.141 with SMTP id x13mr30133547eej.31.1366289936332; Thu, 18 Apr 2013 05:58:56 -0700 (PDT) Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) by mx.google.com with ESMTPS id 8sm15648466eeg.15.2013.04.18.05.58.54 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 18 Apr 2013 05:58:55 -0700 (PDT) From: Jani Nikula To: David Bremner , Simonas Kazlauskas , notmuch@notmuchmail.org Subject: Re: Compiling fails In-Reply-To: <87vc7kqd07.fsf@zancas.localnet> References: <20130418102507.GA23688@godbox> <87vc7kqd07.fsf@zancas.localnet> User-Agent: Notmuch/0.15.2+34~ga90fdd9 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Thu, 18 Apr 2013 14:58:48 +0200 Message-ID: <87bo9cq9kn.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQnsRglo9fVLyW5SoymVxqL76b1TWDzdcSH2ewnn4VqnuA3UK9cOaBJviXeWTpfUmJlcnB+k X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 18 Apr 2013 12:59:02 -0000 On Thu, 18 Apr 2013, David Bremner wrote: > Simonas Kazlauskas writes: > >> Of course `#pragma GCC` has to mean something and might be a reason why >> compiling with `CXX=clang++` fails. > > Yep. clang is not currently supported. I'm not sure how difficult it > would be to get working. Works for me. J.