> On Feb 29, 2008, at 10:11 PM, Manish wrote:
>
>  > On Sat, Mar 1, 2008 at 2:14 AM, Carsten Dominik <[EMAIL PROTECTED]
>  > > 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 <[EMAIL PROTECTED]> wrote:
> Fixed, thanks.
>

`make' now completes.  Though it still produces following warnings:

  ,----
  | <snipped compilation messages>
  |
  | 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
  |
  | <snipped compilation messages>
  `----

-- Manish


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to