Re: compiling efs-1.14
Jens-U H Petersen (petersen@kurims.kyoto-u.ac.jp)
30 Sep 1996 17:31:26 +0900
>>>>> "Jon" == Jon Schewe <jpschewe@mtu.edu> writes:
Jon> I'm trying to compile efs-1.14 with Linux-2.0.20 and
Jon> xemacs-19.14. I'm getting a lot of errors about using old
Jon> variables and undefined functions. The first batch of
Jon> undefined functions is here: While compiling the end of the
Jon> data in file /home/jpschewe/src/efs-1.14/default- dir.el:
Jon> ** The following functions are not known to be defined:
Jon> default-dir-real-find-file,
Jon> default-dir-real-find-file-other-window,
Jon> default-dir-real-find-file-read-only,
Jon> default-dir-real-find-file-read-only-other-window,
Jon> default-dir-real-find-file-other-frame,
Jon> default-dir-real-find-file-read-only-other-frame,
Jon> default-dir-real-load-file, default-dir-real-view-file,
Jon> default-dir-real-view-file-other-window,
Jon> default-dir-real-view-file-other-frame,
Jon> default-dir-real-shell-command, default-dir-real-cd,
Jon> default-dir-real-set-visited-file-name,
Jon> default-dir-real-delete-file
Jon> Can anyone help me with this? Thanks.
They are not errors, but warnings, which are very common during elisp
compilation. I think you will find that everything is actually ok...
Hope that helps, Jens