Symbol's function definition is void: eieio-object-name-string
Jorge Araya Navarro <[email protected]> Fri, 24 Jan 2014 01:30:24 -0600
| Newsgroups | gmane.emacs.eieio |
|---|---|
| Message-ID | <[email protected]> |
--===============2055197144113038443==
Content-Type: multipart/alternative; boundary="=-ZWOZezleqxxLw82Ft4Pm"
--=-ZWOZezleqxxLw82Ft4Pm
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Hello!
I'm trying to use the lastes version of CEDET on GNU Emacs 24.3.1, but
when I try to start Emacs, I run into this error:
Debugger entered--Lisp error: (void-function eieio-object-name-string)
eieio-object-name-string([object ede-project-autoload "android" "ANDROID =
ROOT" ede/android "AndroidManifest.xml" "" unbound nil ede-android-load ede=
-android-project nil t t])
ede-add-project-autoload([object ede-project-autoload "android" "ANDROID =
ROOT" ede/android "AndroidManifest.xml" "" unbound nil ede-android-load ede=
-android-project nil t t])
eval-buffer(#<buffer *load*-529733> nil "/home/jorge/.emacs.d/otros/cede=
t/lisp/cedet/ede/loaddefs.el" nil t) ; Reading at buffer position 704
load-with-code-conversion("/home/jorge/.emacs.d/otros/cedet/lisp/cedet/ed=
e/loaddefs.el" "/home/jorge/.emacs.d/otros/cedet/lisp/cedet/ede/loaddefs.el=
" nil t)
load("ede/loaddefs" nil nomessage)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\=
210\300\306!\210\307\310\311\312#\207" [require cedet eieio eieio-speedbar =
ede/source ede/base ede/auto load "ede/loaddefs" nil nomessage] 4)
require(ede)
(let ((CEDETDIR (file-name-directory (or load-file-name (buffer-file-name=
))))) (if (boundp (quote cedet-bootstrap-in-progress)) nil (load-file (expa=
nd-file-name "cedet-remove-builtin.el" CEDETDIR))) (add-to-list (quote load=
-path) CEDETDIR) (add-to-list (quote load-path) (expand-file-name "lisp/ced=
et" CEDETDIR)) (add-to-list (quote load-path) (expand-file-name "lisp/eieio=
" CEDETDIR)) (add-to-list (quote load-path) (expand-file-name "lisp/speedba=
r" CEDETDIR)) (require (quote eieio)) (require (quote ede)) (if (boundp (qu=
ote cedet-bootstrap-in-progress)) nil (message "Loading autoloads from CEDE=
T development.") (load (expand-file-name "lisp/eieio/loaddefs.el" CEDETDIR)=
nil t t) (load (expand-file-name "lisp/speedbar/loaddefs.el" CEDETDIR) nil=
t t) (load (expand-file-name "lisp/cedet/loaddefs.el" CEDETDIR) nil t t) (=
load (expand-file-name "lisp/cedet/ede/loaddefs.el" CEDETDIR) nil t t) (loa=
d (expand-file-name "lisp/cedet/cogre/loaddefs.el" CEDETDIR) nil t t) (load=
(expand-file-name "lisp/cedet/srecode/loaddefs.el" CEDETDIR) nil t t) (loa=
d (expand-file-name "lisp/cedet/semantic/loaddefs.el" CEDETDIR) nil t t) (s=
etq Info-directory-list (cons (expand-file-name "doc/info" CEDETDIR) Info-d=
efault-directory-list))) (require (quote cedet-compat)))
eval-buffer(#<buffer *load*-93862> nil "/home/jorge/.emacs.d/otros/cedet=
/cedet-devel-load.el" nil t) ; Reading at buffer position 2893
load-with-code-conversion("/home/jorge/.emacs.d/otros/cedet/cedet-devel-l=
oad.el" "/home/jorge/.emacs.d/otros/cedet/cedet-devel-load.el" nil nil)
load("/home/jorge/.emacs.d/otros/cedet/cedet-devel-load.el" nil nil t)
load-file("~/.emacs.d/otros/cedet/cedet-devel-load.el")
eval-buffer(#<buffer *load*> nil "/home/jorge/.emacs.d/init.el" nil t) =
; Reading at buffer position 218
load-with-code-conversion("/home/jorge/.emacs.d/init.el" "/home/jorge/.em=
acs.d/init.el" t t)
load("/home/jorge/.emacs.d/init" t t)
#[0 "\205\262 [...] [init-file-user system-type delayed-warnings-list us=
er-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emac=
s" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.=
emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is depr=
ecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" fil=
e-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-ex=
tension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is =
newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
This happens with both bazar snapshot and the latest snapshot 8634 on
http://www.randomsample.de/cedet-snapshots/.
Maybe this error is happening because eieio-object-name-string is still
named object-name-string until Emacs 24.4? Well, I have no clue, so I
hope for some help here! :) =20
--=20
Pax et bonum.
Jorge Araya Navarro.
Dise=C3=B1ador publicitario, programador Python/C++ y colaborador en Parabo=
la
GNU/Linux-libre.
--=-ZWOZezleqxxLw82Ft4Pm
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; CHARSET=3DUTF-8">
<META NAME=3D"GENERATOR" CONTENT=3D"GtkHTML/4.6.6">
</HEAD>
<BODY>
Hello!<BR>
<BR>
I'm trying to use the lastes version of CEDET on GNU Emacs 24.3.1, but when=
I try to start Emacs, I run into this error:<BR>
<BR>
<PRE>
Debugger entered--Lisp error: (void-function eieio-object-name-string)
eieio-object-name-string([object ede-project-autoload "android&=
quot; "ANDROID ROOT" ede/android "AndroidManifest.xml" =
"" unbound nil ede-android-load ede-android-project nil t t])
ede-add-project-autoload([object ede-project-autoload "android&=
quot; "ANDROID ROOT" ede/android "AndroidManifest.xml" =
"" unbound nil ede-android-load ede-android-project nil t t])
eval-buffer(#<buffer *load*-529733> nil "/home/jorg=
e/.emacs.d/otros/cedet/lisp/cedet/ede/loaddefs.el" nil t) ; Read=
ing at buffer position 704
load-with-code-conversion("/home/jorge/.emacs.d/otros/cedet/lis=
p/cedet/ede/loaddefs.el" "/home/jorge/.emacs.d/otros/cedet/lisp/c=
edet/ede/loaddefs.el" nil t)
load("ede/loaddefs" nil nomessage)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210=
\300\305!\210\300\306!\210\307\310\311\312#\207" [require cedet eieio =
eieio-speedbar ede/source ede/base ede/auto load "ede/loaddefs" n=
il nomessage] 4)
require(ede)
(let ((CEDETDIR (file-name-directory (or load-file-name (buffer-file=
-name))))) (if (boundp (quote cedet-bootstrap-in-progress)) nil (load-file =
(expand-file-name "cedet-remove-builtin.el" CEDETDIR))) (add-to-l=
ist (quote load-path) CEDETDIR) (add-to-list (quote load-path) (expand-file=
-name "lisp/cedet" CEDETDIR)) (add-to-list (quote load-path) (exp=
and-file-name "lisp/eieio" CEDETDIR)) (add-to-list (quote load-pa=
th) (expand-file-name "lisp/speedbar" CEDETDIR)) (require (quote =
eieio)) (require (quote ede)) (if (boundp (quote cedet-bootstrap-in-progres=
s)) nil (message "Loading autoloads from CEDET development.") (lo=
ad (expand-file-name "lisp/eieio/loaddefs.el" CEDETDIR) nil t t) =
(load (expand-file-name "lisp/speedbar/loaddefs.el" CEDETDIR) nil=
t t) (load (expand-file-name "lisp/cedet/loaddefs.el" CEDETDIR) =
nil t t) (load (expand-file-name "lisp/cedet/ede/loaddefs.el" CED=
ETDIR) nil t t) (load (expand-file-name "lisp/cedet/cogre/loaddefs.el&=
quot; CEDETDIR) nil t t) (load (expand-file-name "lisp/cedet/srecode/l=
oaddefs.el" CEDETDIR) nil t t) (load (expand-file-name "lisp/cede=
t/semantic/loaddefs.el" CEDETDIR) nil t t) (setq Info-directory-list (=
cons (expand-file-name "doc/info" CEDETDIR) Info-default-director=
y-list))) (require (quote cedet-compat)))
eval-buffer(#<buffer *load*-93862> nil "/home/jorge=
/.emacs.d/otros/cedet/cedet-devel-load.el" nil t) ; Reading at b=
uffer position 2893
load-with-code-conversion("/home/jorge/.emacs.d/otros/cedet/ced=
et-devel-load.el" "/home/jorge/.emacs.d/otros/cedet/cedet-devel-l=
oad.el" nil nil)
load("/home/jorge/.emacs.d/otros/cedet/cedet-devel-load.el"=
; nil nil t)
load-file("~/.emacs.d/otros/cedet/cedet-devel-load.el")
eval-buffer(#<buffer *load*> nil "/home/jorge/.emac=
s.d/init.el" nil t) ; Reading at buffer position 218
load-with-code-conversion("/home/jorge/.emacs.d/init.el" &=
quot;/home/jorge/.emacs.d/init.el" t t)
load("/home/jorge/.emacs.d/init" t t)
#[0 "\205\262 [...] [init-file-user system-type delayed-w=
arnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-=
dos "~" "/_emacs" windows-nt "/.emacs" direct=
ory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" &qu=
ot;^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is=
deprecated, please use `.emacs'") "~/_emacs" t load expand-=
file-name "init" file-name-as-directory "/.emacs.d" fil=
e-name-extension "elc" file-name-sans-extension ".el" f=
ile-exists-p file-newer-than-file-p message "Warning: %s is newer than=
%s" sit-for 1 "default"] 7 "\n\n(fn)"]()
</PRE>
<BR>
This happens with both bazar snapshot and the latest snapshot 8634 on http:=
//www.randomsample.de/cedet-snapshots/.<BR>
Maybe this error is happening because eieio-object-name-string is still nam=
ed object-name-string until Emacs 24.4? Well, I have no clue, so I hope for=
some help here! :) <BR>
<TABLE CELLSPACING=3D"0" CELLPADDING=3D"0" WIDTH=3D"100%">
<TR>
<TD>
-- <BR>
<I>Pax et bonum.</I><BR>
Jorge Araya Navarro.<BR>
Diseñador publicitario, programador Python/C++ y colaborador en Parabo=
la GNU/Linux-libre.
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--=-ZWOZezleqxxLw82Ft4Pm--
--===============2055197144113038443==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
--===============2055197144113038443==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
cedet-eieio mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cedet-eieio
--===============2055197144113038443==--