From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77941 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: A Cleaner Build Date: Thu, 17 Mar 2011 21:55:54 +0100 Message-ID: <87wrjxtqjp.fsf@randomsample.de> References: <871v25vaxx.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300395427 12496 80.91.229.12 (17 Mar 2011 20:57:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 20:57:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26258@lists.math.uh.edu Thu Mar 17 21:57:02 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0KFh-0005gA-JF for ding-account@gmane.org; Thu, 17 Mar 2011 21:57:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q0KFf-0004hl-8t; Thu, 17 Mar 2011 15:56:59 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q0KFd-0004hQ-OO for ding@lists.math.uh.edu; Thu, 17 Mar 2011 15:56:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0KFT-00029u-5u for ding@lists.math.uh.edu; Thu, 17 Mar 2011 15:56:57 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0KFS-0003Pk-2K for ding@gnus.org; Thu, 17 Mar 2011 21:56:46 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=engster.org; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=U3DBy6AcSzTOS5U40SXhZN3XKaOf7LqzqdWRNPy6F9Q=; b=fQQ8IBX/0OZEQJP2bO26TZHQm5zvR4xr17BM2aJCjA2RK4AqALowo3cov7XJRuIdsKuCT27Uj374UHys+yu/XfFLD1nfB/BV77+MqTpQrDHXNru/sBYew1E/kX5Fyq34; Original-Received: from dslc-082-082-167-237.pools.arcor-ip.net ([82.82.167.237] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q0KFQ-00076o-TR for ding@gnus.org; Thu, 17 Mar 2011 21:56:45 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 17 Mar 2011 19:58:14 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77941 Archived-At: Lars Magne Ingebrigtsen writes: > David Engster writes: > >> Lars Magne Ingebrigtsen writes: >>> I've started tackling the warnings in the Gnus build. But here's one I >>> don't understand: >>> >>> Compiling /home/larsi/pgnus/lisp/gnus-gravatar.el... >>> While compiling toplevel forms in file >>> /home/larsi/pgnus/lisp/gnus-gravatar.el: >>> !! Symbol's function definition is void ((locate-user-emacs-file)) >> >> Isn't that a real error? >> >> Anyway, I don't see that one in the stdio from > > No, it's from when I'm trying to build Gnus with XEmacs here. :-) Yes, I figured that from /home/larsi (unless you hacked the buildbot, that is). :-) locate-user-emacs-file existed in FSF Emacs 21. I have no idea where that's coming from. But I'm guessing it's some quirk in your installation. > And I'm not getting that when compiling with Emacs 24 here. Has your > Emacs 24 been built without X support? It's a server; who needs X there? ;-) Yeah well. That's what I thought. I fixed that now. The last warning I see is from Emacs22: In toplevel form: message.el:1923:20:Warning: `make-variable-buffer-local' should be called at toplevel Otherwise it looks nice&clean, at least for the warnings enabled in dgnushack (the buildbot does a normal 'make', not 'make warn'). -David