From: David R. <ro...@ro...> - 2005-03-04 19:42:54
|
I'm trying to build 0.9 on an i686 box, on which emacs-20.4.1 is running. I built 0.8 on the same box and it works. Here the build dies with the error: make[1]: Leaving directory `/home/ronis/preview-latex-0.9/latex' for x in prv-emacs.el preview.el ; do \ echo /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval '(setq load-path (cons "." load-path))' -eval '(let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path)))' /usr/local/share/emacs/site-lisp -f batch-byte-compile $x ; \ /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval '(setq load-path (cons "." load-path))' -eval '(let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path)))' /usr/local/share/emacs/site-lisp -f batch-byte-compile $x ; \ done /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval (setq load-path (cons "." load-path)) -eval (let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path))) /usr/local/share/emacs/site-lisp -f batch-byte-compile prv-emacs.el While compiling toplevel forms in file /home/ronis/preview-latex-0.9/prv-emacs.el: !! Wrong type argument ((listp -129278440)) Done /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval (setq load-path (cons "." load-path)) -eval (let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path))) /usr/local/share/emacs/site-lisp -f batch-byte-compile preview.el While compiling toplevel forms in file /home/ronis/preview-latex-0.9/preview.el: !! Wrong type argument ((listp -129278440)) Done make: *** [prv-emacs.elc] Error 1 Any suggestions? David ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ preview-latex-bugs mailing list pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |