From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compilation bug with the gsettings stuff Date: Thu, 30 Jun 2011 16:55:04 +0200 Message-ID: <4E0C8E48.4080601@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309445967 29289 80.91.229.12 (30 Jun 2011 14:59:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 14:59:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 16:59:23 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcIi9-00074p-1e for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 16:59:21 +0200 Original-Received: from localhost ([::1]:36759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcIi7-00010F-SB for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 10:59:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcIeA-00004t-60 for emacs-devel@gnu.org; Thu, 30 Jun 2011 10:55:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcIe8-0005ot-Hp for emacs-devel@gnu.org; Thu, 30 Jun 2011 10:55:13 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:41050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcIe7-0005mA-Se for emacs-devel@gnu.org; Thu, 30 Jun 2011 10:55:12 -0400 Original-Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 4EA5BEA869 for ; Thu, 30 Jun 2011 16:55:07 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvtYAKKNDE5V4S1kPGdsb2JhbABSiQqeSgsBAQEBHhkNJYh6v0KGMQSXJYs6 X-IronPort-AV: E=Sophos;i="4.65,450,1304287200"; d="scan'208";a="25734925" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb3.telenor.se with ESMTP; 30 Jun 2011 16:55:06 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 42C067FA05A; Thu, 30 Jun 2011 16:55:06 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.197 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141234 Archived-At: Try with --without-gsettings. I'll fix it. Jan D. Lars Magne Ingebrigtsen skrev 2011-06-30 16.42: > After pulling bzr now, first ./configure would infloop because of a > missing "&& test", which I fixed. > > But now compilation fails with: > > xsettings.c:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token > xsettings.c: In function 'init_gsettings': > xsettings.c:791: error: 'gsettings_client' undeclared (first use in this function) > xsettings.c:791: error: (Each undeclared identifier is reported only once > xsettings.c:791: error: for each function it appears in.) > xsettings.c:791: warning: implicit declaration of function 'g_settings_new' > xsettings.c:803: warning: implicit declaration of function 'g_settings_get_value' > xsettings.c:812: warning: implicit declaration of function 'g_settings_bind' > xsettings.c:813: error: 'G_SETTINGS_BIND_GET' undeclared (first use in this function) > xsettings.c: In function 'syms_of_xsettings': > xsettings.c:937: error: 'gsettings_client' undeclared (first use in this function) > make[1]: *** [xsettings.o] Error 1 >