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 9C298429E34 for ; Fri, 13 Jan 2012 18:52:16 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 s9Dmgu-iZijS for ; Fri, 13 Jan 2012 18:52:15 -0800 (PST) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AEA7B431FB6 for ; Fri, 13 Jan 2012 18:52:15 -0800 (PST) Received: by qadc26 with SMTP id c26so1169066qad.5 for ; Fri, 13 Jan 2012 18:52:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type; bh=YnxbWOxFfCG5pHOWHygcGqKvPXRxLPlE7sNM/E4RQAA=; b=sVMTmqb5Y1JAjbjp3yLbYYTScROZA7dLKtGGCs2AILNO8GZPOEM05VVDPgl27+RngZ AKa6EsugJRtlV+CdEQtCvcdzkLySrvIbZwkVqU1hhQVzPEPcU4loBeD2K0u7+mfMdYgU YKRLGop59YxG6rM5in1CV5QDIPuvh+Z2wMd/A= Received: by 10.224.179.137 with SMTP id bq9mr4919362qab.53.1326509534033; Fri, 13 Jan 2012 18:52:14 -0800 (PST) Received: from ltspubuntu4.int.smq.datapipe.net (su-nat.int.smq.datapipe.net. [64.106.131.250]) by mx.google.com with ESMTPS id m20sm20335854qaj.14.2012.01.13.18.52.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Jan 2012 18:52:13 -0800 (PST) From: datapipe@gmail.com To: notmuch@notmuchmail.org Subject: Please Update Current GLib Requirements For notmuch: - (glib-2.0 >= 2.14) + (glib-2.0 >= 2.22) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Thu, 02 Feb 2012 08:56:32 -0800 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: , Date: Sat, 14 Jan 2012 02:52:16 -0000 X-Original-Date: Fri, 13 Jan 2012 21:52:10 -0500 X-List-Received-Date: Sat, 14 Jan 2012 02:52:16 -0000 I've just tried to compile notmuch, after having downloaded it a few hours back, via: `git clone git://notmuchmail.org/git/notmuch`. Unfortunately, even though I seem to have all needed dependencies in place, during the build I ran into the following error: lib/query.cc: In function 'int _notmuch_threads_destructor(notmuch_threads_t*)': lib/query.cc:311: error: 'g_array_unref' was not declared in this scope Looking into this 'g_array_unref' function, I found that it should be provided by glib, but it seems that it isn't even defined in any of the header files installed by glib on this system (v2.20.3), although I did find it within /usr/include/glib-2.0/glib/garray.h on a system with a newer version (v2.24.2). Looking into its documentation, I found the following: http://developer.gnome.org/glib/2.31/glib-Arrays.html#g-array-unref And specifically note: "g_array_ref () ... Since 2.22" Now, unless I'm misinterpreting this, it seems to me that the documentation is stating that the function has only been available since glib v2.22... -- Sub --------------------------------------------------------------- DO NOT REPLY TO THIS MESSAGE, THIS ADDRESS IS NOT MONITORED