From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Bug? Installing from git master Date: Sat, 1 Mar 2008 03:15:09 +0530 Message-ID: References: <47C86E0B.4010107@gmx.de> <9AC7F26F-5F31-4DD9-98A0-A2CE5353C218@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVD2X-0007Z7-Ea for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:45:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVD2V-0007Ys-Th for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:45:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVD2V-0007Yo-Q4 for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:45:11 -0500 Received: from ti-out-0910.google.com ([209.85.142.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVD2V-0002Y4-H6 for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 16:45:11 -0500 Received: by ti-out-0910.google.com with SMTP id a20so4213923tia.10 for ; Fri, 29 Feb 2008 13:45:09 -0800 (PST) In-Reply-To: <9AC7F26F-5F31-4DD9-98A0-A2CE5353C218@science.uva.nl> Content-Disposition: inline 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: Carsten Dominik Cc: "[emacs-orgmode]" > 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 > > | > > `---- > > On Sat, Mar 1, 2008 at 3:04 AM, Carsten Dominik wrote: > Fixed, thanks. > `make' now completes. Though it still produces following warnings: ,---- | | | In org-irc-erc-store-link: | org-irc.el:159:44:Warning: reference to free variable `erc-default-port' | | In org-irc-get-erc-link: | org-irc.el:166:23:Warning: reference to free variable | `erc-server-announced-name' | org-irc.el:167:23:Warning: reference to free variable `erc-session-port' | | In org-irc-visit-erc: | org-irc.el:180:38:Warning: reference to free variable `erc-default-port' | org-irc.el:189:33:Warning: reference to free variable `erc-session-port' | org-irc.el:190:33:Warning: reference to free variable | `erc-server-announced-name' | org-irc.el:212:64:Warning: reference to free variable `chan' | | In end of data: | org-irc.el:223:1:Warning: the following functions are not known to be defined: | erc-current-logfile, erc-prompt, erc-default-target, erc-channel-p, | erc-buffer-filter, erc-server-buffer, find-if, find, | erc-get-server-nickname-list, erc-cmd-JOIN | Wrote /home/zms/elisp/org-mode/org-irc.elc | | `---- -- Manish