>>>>> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes:

    Ronan> On August 29, [EMAIL PROTECTED] said:
    >> >> While compiling toplevel forms in file 
/home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el:
    >> >> !! Invalid byte code (("variable reference to constant symbol :group"))
    >> >> >>Error occurred processing bbdb-gnus.el: 
    >> >> Invalid byte code: "variable reference to constant symbol :group"
    >> 

I have more information.  I tried the things you suggested and they
didn't help, but in the course of fooling around I issued "make" in
the lisp directory instead of the bbdb directory, and it worked
(although warning me that I should have run it from the bbdb directory).  Here
are the two compile commands:

The one that works:

xemacs -batch -q -eval "` dir=\". \"; echo \(setq load-path \(append \(list ; for i in 
$dir ; do echo \\"$i\\"\ ; done ; echo \) load-path\)\) ; `" -l ./bbdb.elc -eval '(if 
(not (string-match "" "")) (setq load-path (cons "" load-path)))'    \
        -f batch-byte-compile bbdb-gnus.el

The one that should work but doesn't:

xemacs  --no-site-file --no-init-file -batch -q -eval "` dir=\". \"; echo \(setq 
load-path \(append \(list ; for i in $dir ; do echo \\"$i\\"\ ; done ; echo \) 
load-path\)\) ; `" -l ./bbdb.elc -eval '(if (not (string-match 
"/home/lconrad/src/gnus-cvs/gnus/lisp" "")) (setq load-path (cons 
"/home/lconrad/src/gnus-cvs/gnus/lisp" load-path)))'    \
        -f batch-byte-compile bbdb-gnus.el


-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139

_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to