[Prev][Next][Index][Thread][Search]

still can't get w3 going :)





ok:
my emacs ver is 19.34

yes, I did a make config.

this is what happens if I totally recompile emacspeak.

first thing i did was rm *.elc

then:
bash# ln -s /usr/share/emacs/site-lisp/w3/widget.elc .
bash# ln -s /usr/share/emacs/site-lisp/w3/wid-edit.elc .

that done, I then do a make config:
bash# make config
Configured emacspeak in directory /usr/local/emacspeak. Now type make emacspeak

then make emacspeak.
I'm only going to put in the bits of the compile that didn't work properly or look interesting :).

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/dtk-voices.el
While compiling the end of the data in file /usr/local/emacspeak/dtk-voices.el:
  ** the function cl-gethash is not known to be defined.
Wrote /usr/local/emacspeak/dtk-voices.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/voice-lock.el
While compiling the end of the data in file /usr/local/emacspeak/voice-lock.el:
  ** the function cl-gethash is not known to be defined.
Wrote /usr/local/emacspeak/voice-lock.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/html-voice.el
Looks like you dont have html-helper-mode installed.
Wrote /usr/local/emacspeak/html-voice.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-kotl.el
While compiling the end of the data in file /usr/local/emacspeak/emacspeak-kotl.el:
  ** The following functions are not known to be defined: 
    kcell-view:start, kcell-view:end-contents
Wrote /usr/local/emacspeak/emacspeak-kotl.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-dismal.el
While compiling the end of the data in file /usr/local/emacspeak/emacspeak-dismal.el:
  ** The following functions are not known to be defined: 
    dismal-convert-cellexpr-to-string, dismal-get-val, float-stringp,
    dismal-flat-format, string-to-float, dismal-get-exp,
    dismal-display-current-cell-expr, dis-forward-row,
    dis-backward-row, dis-forward-column, dis-backward-column
Wrote /usr/local/emacspeak/emacspeak-dismal.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-widget.el
Library is file /usr/local/emacspeak/widget.elc
Library is file /usr/local/emacspeak/wid-edit.elc
Compiling against widget libraries /usr/local/emacspeak/widget.elc /usr/local/emacspeak/wid-edit.elc
Wrote /usr/local/emacspeak/emacspeak-widget.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-w3.el
While compiling the end of the data in file /usr/local/emacspeak/emacspeak-w3.el:
  ** The following functions are not known to be defined:  font-family,
    font-weight, font-size, font-style, w3-zone-data, w3-zone-at
Wrote /usr/local/emacspeak/emacspeak-w3.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-eterm.el
While compiling the end of the data in file /usr/local/emacspeak/emacspeak-eterm.el:
  ** the function tshell-mode is not known to be defined.
Wrote /usr/local/emacspeak/emacspeak-eterm.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/emacspeak-ediff.el
While compiling emacspeak-ediff-voicify-overlay in file /usr/local/emacspeak/emacspeak-ediff.el:
  ** after-change-function is an obsolete variable; use after-change-functions; which is a list of functions rather than a single function.
  ** before-change-function is an obsolete variable; use before-change-functions; which is a list of functions rather than a single function.
While compiling emacspeak-ediff-voicify-fine-differences:
  ** after-change-function is an obsolete variable; use after-change-functions; which is a list of functions rather than a single function.
  ** before-change-function is an obsolete variable; use before-change-functions; which is a list of functions rather than a single function.
While compiling emacspeak-ediff-voicify-current-fine-difference:
  ** after-change-function is an obsolete variable; use after-change-functions; which is a list of functions rather than a single function.
  ** before-change-function is an obsolete variable; use before-change-functions; which is a list of functions rather than a single function.
While compiling toplevel forms:
  ** reference to free variable ediff-A-buffer
  ** reference to free variable ediff-B-buffer
  ** reference to free variable ediff-help-message-long
Wrote /usr/local/emacspeak/emacspeak-ediff.elc
Done

emacs -batch -q -no-site-file  -l `pwd`/emacspeak-load-path -f batch-byte-compile `pwd`/tapestry.el
While compiling the end of the data in file /usr/local/emacspeak/tapestry.el:
  ** The following functions are not known to be defined: 
    window-pixel-edges, face-width, face-height
Wrote /usr/local/emacspeak/tapestry.elc
Done

ok, that is evrything that looked sus during compile.

now make install:
make[1]: Entering directory `/usr/local/emacspeak'

Configured emacspeak in directory /usr/share/emacs/site-lisp/emacspeak. Now type make emacspeak
make[1]: Leaving directory `/usr/local/emacspeak'




Loading w3...
Loading w3-sysdp.el...
Loading w3-sysdp.el...done
Loading  w3-sysdp.el
Loading disp-table...
Loading disp-table...done
Loading w3-sysdp...
Loading w3-sysdp...done
Loading  w3-sysdp
Loading emacspeak-w3...
Cannot open load file: emacspeak-load-path
Mark set


am I correct in asuming that some of these warnings are caused because for example I don't hav dismal installed?  anyway I put them in anway just in case.

hope this info helps explain what my problem is.

thanks
Bart.