unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19651: 25.0.50; Error compiling (require 'cl-lib)
@ 2015-01-22  0:04 Michael Welsh Duggan
  2015-01-22  4:21 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Welsh Duggan @ 2015-01-22  0:04 UTC (permalink / raw)
  To: 19651


emacs -Q
C-x C-f /tmp/foo.el RET
(require 'cl-lib) RET
C-x C-s
M-x byte-compile-file RET RET

This results in the following error:

foo.el:1:1:Error: Symbol's function definition is void: macroexp-macroexpand




In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit)
 of 2015-01-04 on maru2
Repository revision: 20f66485526b69eb26f2e70bd835a5e1333559d5
Windowing system distributor `The X.Org Foundation', version 11.0.11602901
System Description:	Debian GNU/Linux 8.0 (jessie)

Configured using:
 `configure --without-toolkit-scroll-bars --with-x-toolkit=lucid
 'CFLAGS=-Og -ggdb -g3' --with-wide-int'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

-- 
Michael Welsh Duggan
(md5i@md5i.com)





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

* bug#19651: 25.0.50; Error compiling (require 'cl-lib)
  2015-01-22  0:04 bug#19651: 25.0.50; Error compiling (require 'cl-lib) Michael Welsh Duggan
@ 2015-01-22  4:21 ` Stefan Monnier
  2015-01-22 13:50   ` Michael Welsh Duggan
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2015-01-22  4:21 UTC (permalink / raw)
  To: Michael Welsh Duggan; +Cc: 19651

> foo.el:1:1:Error: Symbol's function definition is void: macroexp-macroexpand

I suspect this is a build problem on your side: macroexp-macroexpand is
defined in macroexp.el which is preloaded.
So you need to "make" to rebuild a new "emacs" executable.
If that doesn't work, try "rm lisp/emacs-lisp/macroexp.elc; make".


        Stefan





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

* bug#19651: 25.0.50; Error compiling (require 'cl-lib)
  2015-01-22  4:21 ` Stefan Monnier
@ 2015-01-22 13:50   ` Michael Welsh Duggan
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Welsh Duggan @ 2015-01-22 13:50 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 19651

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> foo.el:1:1:Error: Symbol's function definition is void: macroexp-macroexpand
>
> I suspect this is a build problem on your side: macroexp-macroexpand is
> defined in macroexp.el which is preloaded.
> So you need to "make" to rebuild a new "emacs" executable.
> If that doesn't work, try "rm lisp/emacs-lisp/macroexp.elc; make".

It is.  I was using an older version of emacs with a newer elisp library
due to the recently fixed problem with game score thingy.  My "make
install" aborted after installing the elisp but before installing emacs,
and I did not notice this.  I closed the report.

-- 
Michael Welsh Duggan
(mwd@cert.org)





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

end of thread, other threads:[~2015-01-22 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  0:04 bug#19651: 25.0.50; Error compiling (require 'cl-lib) Michael Welsh Duggan
2015-01-22  4:21 ` Stefan Monnier
2015-01-22 13:50   ` Michael Welsh Duggan

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).