This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

current cvs breaks and possible fixes


The following errors occur when configured --with-swing. I've included
patches that allow make and make check to continue, but can't verify if they
are correct.

(compiling alist.el)
alist.el:32:6: call to 'catch' has too few arguments (2; must be 3)
make[3]: *** [elisp-classes.stamp] Error 255
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

(compiling simple.el)
simple.el:3134:2: warning - duplicate declaration for `line-number-mode'
simple.el:3150:2: warning - duplicate declaration for `column-number-mode'
simple.el:4179:6: call to 'catch' has too few arguments (2; must be 3)
make[3]: *** [elisp-classes.stamp] Error 255
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Index: alist.el
===================================================================
RCS file: /cvs/kawa/kawa/gnu/jemacs/lisp/alist.el,v
retrieving revision 1.1
diff -r1.1 alist.el
32c32
<     (catch 'done
---
>     (catch 'done el

Index: simple.el
===================================================================
RCS file: /cvs/kawa/kawa/gnu/jemacs/lisp/simple.el,v
retrieving revision 1.4
diff -r1.4 simple.el
4179c4179
<     (catch 'ignored
---
>     (catch 'ignored nil


((lambda (args) (display args)) "
    Robert D. Skeels
     athene@earthlink.net")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]