From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Ezequiel Gallina Newsgroups: gmane.emacs.devel Subject: Make error: calendar/solar.el:51:1:Error: Invalid function: (calendar-persian-to-absolute (\` (1 1 (\, (- year 621))))) Date: Sat, 6 Jun 2009 20:23:15 -0300 Message-ID: <9de1a5ef0906061623y6cc0a21buffa4a399dbb34ae1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244363269 15157 80.91.229.12 (7 Jun 2009 08:27:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2009 08:27:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 07 10:27:48 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDDjH-0006DC-7m for ged-emacs-devel@m.gmane.org; Sun, 07 Jun 2009 10:27:47 +0200 Original-Received: from localhost ([127.0.0.1]:54144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDDjG-0000Uh-Ls for ged-emacs-devel@m.gmane.org; Sun, 07 Jun 2009 04:27:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MD5EQ-0000xM-Uc for emacs-devel@gnu.org; Sat, 06 Jun 2009 19:23:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MD5EL-0000qA-Bv for emacs-devel@gnu.org; Sat, 06 Jun 2009 19:23:21 -0400 Original-Received: from [199.232.76.173] (port=57020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD5EL-0000q0-8B for emacs-devel@gnu.org; Sat, 06 Jun 2009 19:23:17 -0400 Original-Received: from mail-ew0-f210.google.com ([209.85.219.210]:52536) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MD5EK-0003a2-Tx for emacs-devel@gnu.org; Sat, 06 Jun 2009 19:23:17 -0400 Original-Received: by ewy6 with SMTP id 6so4872594ewy.42 for ; Sat, 06 Jun 2009 16:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=2ROct6hGIExRSceujS+MIAJQcaUwz3+kd/xnKUntw7A=; b=tfQNuKOvkw23aYfTUgZnqGdqAlLyDCRsrn/9dxSGSiQXIjBgUBpNLC8Ipq/Ya2D2uJ rLhkUJdUgk+H2VvLuFzbIl8NvQAIUszfB8QsGVpd+rlmV938ayApU1FH+SSAMFeYLSB7 pTcX3ZsaeXwCGlYyfssKC495bLWizI/TGP+Gw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=VibTZ3MyF5henHF1sotNM68ymBeoT9eXbIbPbHgljwCwPNyExLurHLgIgq9KqQkm33 wTaqpqd9JyizVYLzVQ/7NAMYBWG0oGBuT4ATB8aoY0uNM3nu/C9lDmhgF38MdqqGtb7g +uyRdyHUp4v7Byd56OpbruTNpNYQrWOUUOlEU= Original-Received: by 10.216.26.206 with SMTP id c56mr1796342wea.45.1244330595135; Sat, 06 Jun 2009 16:23:15 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 07 Jun 2009 04:21:59 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111367 Archived-At: Hi, I updated my local copy of Emacs CVS repository and when I run make I get this error and Emacs does not compiles any further. This is the relevant part of the output: make[1]: se ingresa al directorio `/home/fgallina/emacs/lisp' Compiling /home/fgallina/emacs/lisp/calendar/solar.el In toplevel form: calendar/solar.el:51:1:Error: Invalid function: (calendar-persian-to-absolute (\` (1 1 (\, (- year 621))))) make[1]: *** [/home/fgallina/emacs/lisp/calendar/solar.elc] Error 1 make[1]: se sale del directorio `/home/fgallina/emacs/lisp' make: *** [lisp] Error 2 Any help is very much appreciated. Regards, Fabi=E1n E. Gallina