I recall that I had similar problems once and the cleanup needed to go deeper: git clean -fdx make clean make config make
Best regards / Mit freundlichen Grüßen, Till On 6. Feb 2022, at 21:15, Krzysztof Drewniak via Emacspeak <emacspeak@xxxxxxxxxxx> wrote:
Silly suggestion that might work: make clean followed by make
Somehow my Emacspeak build got wedged into a similar partial state while testify some changes and a clean rebuild fixed it.
If that doesn't fix it for you then hopefully it'll at least get more info.
- Krzysztof Hi,
Took a crack at setting up emacspeak today on an ubuntu system.
Unfortunately, the official package seems to offer a somewhat old
version, so I figured I'd build my own.
I've essentially gotten through making both the emacspeak as well as
the native-espeak compilations, needing to install libespeak-ng-dev
and tcl8.6-dev to get the required libraries, and have set my
DTK_PROGRAM to be espeak.
My .emacs currently only has the line in it that the makefile suggests
you place there in order to load emacspeak. However, on running "emacs
-nw", the error in the subject is conveyed. When running with
--debug-init the following output is returned:
Debugger entered--Lisp error: (void-function emacspeak)
(emacspeak)
(let ((file-name-handler-alist nil) (load-source-file-function nil))
(load "emacspeak-loaddefs") (emacspeak))
(if noninteractive nil (let ((file-name-handler-alist nil)
(load-source-file-function nil)) (load "emacspeak-loaddefs")
(emacspeak)))
eval-buffer(#<buffer *load*-908779> nil
"/home/kali/noodles/emacspeak/lisp/emacspeak-setup...." nil t) ;
Reading at buffer position 2267
load-with-code-conversion("/home/kali/noodles/emacspeak/lisp/emacspeak-setup...."
"/home/kali/noodles/emacspeak/lisp/emacspeak-setup...." nil nil)
load("/home/kali/noodles/emacspeak/lisp/emacspeak-setup...." nil nil t)
load-file("/home/kali/noodles/emacspeak/lisp/emacspeak-setup....")
eval-buffer(#<buffer *load*> nil "/home/kali/.emacs" nil t) ;
Reading at buffer position 67
load-with-code-conversion("/home/kali/.emacs" "/home/kali/.emacs" t t)
load("~/.emacs" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode
0x1577f666dcf5>) #f(compiled-function () #<bytecode 0x1577f666dd09>)
t)
command-line()
normal-top-level()
-UUU:%%--F1 *Backtrace* All L1 [(Debugger Voice)]
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Things appear to be working on emacs-side, the editor runs and I can
navigate, but emacspeak does not work at all. What have I missed here?
Thanks,
Florian
_______________________________________________
Emacspeak mailing list -- emacspeak@xxxxxxxxxxx
To unsubscribe send an email to emacspeak-leave@xxxxxxxxxxx
_______________________________________________Emacspeak mailing list -- emacspeak@xxxxxxxxxxxTo unsubscribe send an email to emacspeak-leave@xxxxxxxxxxx
|