From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Compilation error with latest CVS Emacs -- cal-loaddefs not provided Date: Mon, 28 Apr 2008 12:00:32 +0200 Message-ID: <874p9m1epr.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209376891 18339 80.91.229.12 (28 Apr 2008 10:01:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 10:01:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 28 12:02:06 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqQBP-0000HS-QO for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2008 12:02:04 +0200 Original-Received: from localhost ([127.0.0.1]:56089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqQAj-0004tg-6i for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2008 06:01:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqQAB-0004rC-UF for help-gnu-emacs@gnu.org; Mon, 28 Apr 2008 06:00:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqQA8-0004qU-OQ for help-gnu-emacs@gnu.org; Mon, 28 Apr 2008 06:00:46 -0400 Original-Received: from [199.232.76.173] (port=53147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqQA6-0004py-J0 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2008 06:00:43 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqQA5-0008Bd-V3 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2008 06:00:42 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so8040846fga.30 for ; Mon, 28 Apr 2008 03:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:user-agent:date:message-id:mime-version:content-type:sender; bh=ht7/2pEZXYtvKuPlZv9jGJXl6oPh6ijuCimawgeSMcQ=; b=eG+0qqVImRbANJfG1GzmpZvSvzH0ZlZFQpqJWp17KbolKZ7sFO3qhq5WjASk8gXyTM1dNmCmvhUFmbjb4zR07vv8nke2CQ2kPxbLXWLGpC+u9m+ql8UwgRfbHODaBCEYcuH/ADoHZ8WCFiA5Brp0r7+tQJPeqPd0vvz+DfmeNcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:user-agent:date:message-id:mime-version:content-type:sender; b=rRT+9d/rC42MDaTMUJ+PrXhvfJC8qcvArEsc5OpTuxiyKIxEIHFLSbX+KtlP5ARFLG9o2Nvafu+xsH+9jEOg8xlGSBQWDwKhxYb2R1R51p/y23pg53ST31xn947vCpzJokZ149ZcieUJ9NNub0sqArgyOrr2bp0u6Gq91vFtz40= Original-Received: by 10.86.26.11 with SMTP id 11mr7214141fgz.17.1209376838481; Mon, 28 Apr 2008 03:00:38 -0700 (PDT) Original-Received: from bzg.ath.cx ( [88.140.24.142]) by mx.google.com with ESMTPS id l12sm4331381fgb.8.2008.04.28.03.00.36 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Apr 2008 03:00:37 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id E9A331575A5; Mon, 28 Apr 2008 12:00:32 +0200 (CEST) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53590 Archived-At: Hi, while trying to compile a fresh CVS Emacs with ,---- | ~$ ./configure --enable-font-backend --with-x-toolkit=gtk | ~$ make bootstrap `---- I get this error: ,---- | In toplevel form: | calendar/appt.el:78:1:Error: Required feature `cal-loaddefs' was not provided | make[2]: *** [compile] Erreur 1 `---- -- Bastien