help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with upgrade to emacs 24, loading problem


From: Andreas Röhler
Subject: Re: Trouble with upgrade to emacs 24, loading problem
Date: Sat, 07 May 2011 14:39:45 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10

Am 06.05.2011 23:32, schrieb Gabriele Lanaro:
I've checked out the emacs 24 git repository, I have a problem loading some
of my libraries, it triggers this error:

Wrong type argument: listp, Forgot to expand macro eieio-object-p

I can trigger it for example with this expression (it comes from
emacs-starter-kit):

(if (file-exists-p user-specific-dir)
   (mapc #'load (directory-files user-specific-dir nil ".*el$")))


What it can be?


Hi,

not being an expert, just a kind of woodoo:

as it's seems to concern a macro, maybe some macro built earlier is loaded and fails now.

Try `make -k bootstrap`  instead of a pure `make' when building it.

HTH

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]