From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug? Installing from git master Date: Fri, 29 Feb 2008 22:34:04 +0100 Message-ID: <9AC7F26F-5F31-4DD9-98A0-A2CE5353C218@science.uva.nl> References: <47C86E0B.4010107@gmx.de> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVCrt-0001FK-D1 for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:34:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVCrr-0001ER-NT for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:34:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVCrr-0001EG-GD for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:34:11 -0500 Received: from nf-out-0910.google.com ([64.233.182.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVCrr-0007rR-Bh for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:34:11 -0500 Received: by nf-out-0910.google.com with SMTP id f5so2742388nfh.26 for ; Fri, 29 Feb 2008 13:34:10 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: "[emacs-orgmode]" Fixed, thanks. - Carsten On Feb 29, 2008, at 10:11 PM, Manish wrote: > On Sat, Mar 1, 2008 at 2:14 AM, Carsten Dominik > wrote: >> Pull again, this should work now. >> > > ,---- > | ~/elisp/org-mode $ git pull <-- zms: second pull to show that > we are current > | Already up-to-date. > | ~/elisp/org-mode $ make > | emacs -batch -q -eval "(progn (add-to-list (quote load-path) > \".\") (add-to-list (quote load-path) > \"/usr/local/share/emacs/site-lisp\"))" -f batch-byte-compile > org-irc.el > | > | In toplevel form: > | org-irc.el:53:1:Error: Symbol's value as variable is void: > mouse-1-click-follows-link > | make: *** [org-irc.elc] Error 1 > | > `---- > > -- Manish