I installed SVN on my machine,  and got the latest elisp code.  At least now it 
seems to compile.

Thanks...
    Vincent.
   

> To: e...@siege-engine.com
> CC: vincent....@hotmail.fr; jdee-users@lists.sourceforge.net
> Subject: Re: [jdee-users] new JDEE release/patches (with CEDET 1.0pre6) ?
> From: h...@inf.ed.ac.uk
> Date: Sun, 31 May 2009 17:02:59 +0100
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Eric M. Ludlam writes:
> 
> 
> > that never ran.  When a function turned into a macro in EIEIO, it causes
> > the below error during byte compilation.  That error is fixed in JDE
> > somewhere.
> 
> Indeed it's been fixed in CVS for some time.  Here is the patch, for
> those who can't/won't use the repository:
> 
> ht
> 
> 650,651c650,654
> <     (error "Tried to add an item of type %s to a list of items of
> type %s"
> <          (typep item) (oref this elem-type))))
> - ---
> >     (error "efc-list error: tried to add an item of type %s to a
> list of items of type %s"
> >          (if (object-p item)
> >              (object-class item)
> >            (type-of item))
> >          (oref this elem-type))))
> 763c766
> <   (oset table (make-hash-table)))
> - ---
> >   (oset this table (make-hash-table)))
> 770c773,776
> <          (typep value) (oref this elem-type))))
> - ---
> >          (if (object-p value)
> >              (object-class value)
> >            (type-of value))
> >          (oref this elem-type))))
> 
> - -- 
>        Henry S. Thompson, School of Informatics, University of Edinburgh
>                          Half-time member of W3C Team
>       10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
>                 Fax: (44) 131 651-1426, e-mail: h...@inf.ed.ac.uk
>                        URL: http://www.ltg.ed.ac.uk/~ht/
> [mail really from me _always_ has this .sig -- mail without it is forged spam]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> 
> iD8DBQFKIqozkjnJixAXWBoRAsYdAJ9BmfGoHCsguHxEW8R+Vqz6Ye2Q3gCfatIZ
> 9eNvqQUdEAK5Npmk3JKctlM=
> =TQDk
> -----END PGP SIGNATURE-----

_________________________________________________________________
Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger ! 
http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
jdee-users mailing list
jdee-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to