From: Jani Nikula Date: Sat, 17 Aug 2013 21:35:45 +0000 (+0300) Subject: Re: Compiling fails X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38c79e952dc56843966527ac948d9018d609ac4f;p=notmuch-archives.git Re: Compiling fails --- diff --git a/07/5389e8d529d2044a4e921d7eb189eadcb5e205 b/07/5389e8d529d2044a4e921d7eb189eadcb5e205 new file mode 100644 index 000000000..b2a1a7d3c --- /dev/null +++ b/07/5389e8d529d2044a4e921d7eb189eadcb5e205 @@ -0,0 +1,82 @@ +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 44688431FCF + for ; Sat, 17 Aug 2013 14:35:50 -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 zNWGZZ7FJzwU for ; + Sat, 17 Aug 2013 14:35:44 -0700 (PDT) +Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com + [209.85.214.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7A877431FCB + for ; Sat, 17 Aug 2013 14:35:44 -0700 (PDT) +Received: by mail-bk0-f48.google.com with SMTP id my13so996536bkb.21 + for ; Sat, 17 Aug 2013 14:35:43 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=A3c1lNJKXJo/7bEX8c8SwU/vMGg0wXeajxVVR9bbjQg=; + b=UpQgqgRZK5wfXeifVgJM2OrP8K3dkW20rjxFLoHvdrUnk73qSkjDzz2PsCUhSaKHsV + 6+W9gcir5lII17c+hszD0Hy7Z4U8M2slXTUn93lSS4X88xmeCIaT5/xqZiz2iXGPh953 + IGOkLHZfSHlxH3xi/5V4plE3PYegYntD3I7fMOj2PWs0IP2WuIdPfn0ZHDXpmnEm09Ve + qC6zA2zorDW/5Yy3Xj2nv2ZMPtIABvsPxYSGkFH8F+ZA2pvnfRW80sN7FXXHeWkaWfYY + BRHRWERm9LfPgxEbTCYOqWuG5+bih5cVYmSoyh2o+rNIZi2ul3Gw4MUTJVNqW+Z/0y/k + JxmA== +X-Gm-Message-State: + ALoCoQnGYDlmswBDBk1rZgb3kK4BxKvF2vrbGerqc6HtDqJspuT/28ivQaddxA6xjEGUMUvl1zz9 +X-Received: by 10.204.234.5 with SMTP id ka5mr916197bkb.5.1376775343184; + Sat, 17 Aug 2013 14:35:43 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id jh13sm552572bkb.13.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 17 Aug 2013 14:35:42 -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+227~g40b2846 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 18 Aug 2013 00:35:45 +0300 +Message-ID: <87wqnkhufi.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sat, 17 Aug 2013 21:35:50 -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. + +For reference, this should fix the build: +id:1376775001-16528-1-git-send-email-jani@nikula.org + +J.