unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* erc -- compilation errors (missing requires?)
@ 2006-02-13  3:06 Miles Bader
  2006-02-13  3:34 ` Luc Teirlinck
  2006-02-13  3:39 ` Luc Teirlinck
  0 siblings, 2 replies; 5+ messages in thread
From: Miles Bader @ 2006-02-13  3:06 UTC (permalink / raw)
  Cc: emacs-devel

Compiling /usr/local/src/emacs/miles/lisp/erc/erc-dcc.el...
Symbol's function definition is void: cl-byte-compile-compiler-macro

Thanks,

-Miles
-- 
Everywhere is walking distance if you have the time.  -- Steven Wright

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: erc -- compilation errors (missing requires?)
  2006-02-13  3:06 erc -- compilation errors (missing requires?) Miles Bader
@ 2006-02-13  3:34 ` Luc Teirlinck
  2006-02-13  3:39 ` Luc Teirlinck
  1 sibling, 0 replies; 5+ messages in thread
From: Luc Teirlinck @ 2006-02-13  3:34 UTC (permalink / raw)
  Cc: mlang, emacs-devel

Miles Bader wrote:

   Compiling /usr/local/src/emacs/miles/lisp/erc/erc-dcc.el...
   Symbol's function definition is void: cl-byte-compile-compiler-macro

Bootstrapping the latest CVS works fine with me using:

cvs -z3 update -d
cd emacs
make maintainer-clean
./configure --without-toolkit-scroll-bars
make bootstrap

(But maybe it was fixed in the meantime.)

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: erc -- compilation errors (missing requires?)
  2006-02-13  3:06 erc -- compilation errors (missing requires?) Miles Bader
  2006-02-13  3:34 ` Luc Teirlinck
@ 2006-02-13  3:39 ` Luc Teirlinck
  2006-02-13 20:04   ` Richard M. Stallman
  1 sibling, 1 reply; 5+ messages in thread
From: Luc Teirlinck @ 2006-02-13  3:39 UTC (permalink / raw)
  Cc: mlang, emacs-devel

I do see the error however with:

[bash3.00.0 ~/emacscvsdir/emacs/lisp/erc 3 2] emacs-22.0.50 -batch -f
batch-byte-compile erc-dcc.el

In toplevel form: erc-dcc.el:1113:38:Error: Symbol's function
definition is void: cl-byte-compile-compiler-macro

Apparently, cl is loaded anyway during bootstrapping.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: erc -- compilation errors (missing requires?)
  2006-02-13  3:39 ` Luc Teirlinck
@ 2006-02-13 20:04   ` Richard M. Stallman
  2006-02-13 22:48     ` Michael Olson
  0 siblings, 1 reply; 5+ messages in thread
From: Richard M. Stallman @ 2006-02-13 20:04 UTC (permalink / raw)
  Cc: mlang, emacs-devel, miles

    [bash3.00.0 ~/emacscvsdir/emacs/lisp/erc 3 2] emacs-22.0.50 -batch -f
    batch-byte-compile erc-dcc.el

    In toplevel form: erc-dcc.el:1113:38:Error: Symbol's function
    definition is void: cl-byte-compile-compiler-macro

    Apparently, cl is loaded anyway during bootstrapping.

Maybe erc-dcc.el needs to load cl at compile time.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: erc -- compilation errors (missing requires?)
  2006-02-13 20:04   ` Richard M. Stallman
@ 2006-02-13 22:48     ` Michael Olson
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olson @ 2006-02-13 22:48 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 768 bytes --]

"Richard M. Stallman" <rms@gnu.org> writes:

>     [bash3.00.0 ~/emacscvsdir/emacs/lisp/erc 3 2] emacs-22.0.50
>     -batch -f batch-byte-compile erc-dcc.el
>
>     In toplevel form: erc-dcc.el:1113:38:Error: Symbol's function
>     definition is void: cl-byte-compile-compiler-macro
>
>     Apparently, cl is loaded anyway during bootstrapping.
>
> Maybe erc-dcc.el needs to load cl at compile time.

This was indeed the case.  I've installed a fix.  Thanks for the
precise example of how to trigger the bug.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: manga, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-13 22:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13  3:06 erc -- compilation errors (missing requires?) Miles Bader
2006-02-13  3:34 ` Luc Teirlinck
2006-02-13  3:39 ` Luc Teirlinck
2006-02-13 20:04   ` Richard M. Stallman
2006-02-13 22:48     ` Michael Olson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).