Skip to Content.
Sympa Menu

emacspeak - [Emacspeak] cannot make emacspeak on macbookpro

Subject: Emacspeak discussion list

List archive

[Emacspeak] cannot make emacspeak on macbookpro


Chronological Thread 
  • From: John Covici <covici AT ccs.covici.com>
  • To: Emacspeaks <emacspeak AT emacspeak.net>
  • Subject: [Emacspeak] cannot make emacspeak on macbookpro
  • Date: Sun, 15 Sep 2024 09:47:32 -0400

Hi. I am using my MacBook pro under sonoma and I did a git pull in my
emacspeak directory, but when I do the make I get errors. Here is what I get:


make[1]: Nothing to be done for `config'.
Source file ‘/Users/covici/emacspeak/lisp/dtk-speak.el’ newer than
byte-compiled file; using older file
Source file ‘/Users/covici/emacspeak/lisp/voice-setup.el’ newer than
byte-compiled file; using older file
Source file ‘/Users/covici/emacspeak/lisp/voice-defs.el’ newer than
byte-compiled file; using older file
Source file ‘/Users/covici/emacspeak/lisp/emacspeak-pronounce.el’ newer than
byte-compiled file; using older file
Source file ‘/Users/covici/emacspeak/lisp/emacspeak-sounds.el’ newer than
byte-compiled file; using older file

Error: void-variable (emacspeak-aplay)
mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode
-0xcf4718cf0512f81>))
debug-early-backtrace()
debug-early(error (void-variable emacspeak-aplay))
#f(compiled-function () #<bytecode 0x1015dec542ab777d>)()
funcall(#f(compiled-function () #<bytecode 0x1015dec542ab777d>))
eval((funcall #'#f(compiled-function () #<bytecode 0x1015dec542ab777d>)))
custom-initialize-reset(emacspeak-play-program (funcall
#'#f(compiled-function () #<bytecode 0x1015dec542ab777d>)))
custom-declare-variable(emacspeak-play-program (funcall
#'#f(compiled-function () #<bytecode 0x1015dec542ab777d>)) "Play program."
:type (choice (const :tag "Alsa" "/usr/bin/aplay") (const :tag "Pulse Basic"
"/usr/bin/paplay") (const :tag "Pulse Advanced" "/usr/bin/pactl") (const :tag
"SoX" "/usr/bin/play")) :set #f(compiled-function (sym val) #<bytecode
0x66a3d59eb81ec23>) :group emacspeak)
byte-code("\300\301\302\303\304DD\305\306\307\310\311\312\313&\11\207"
[custom-declare-variable emacspeak-play-program funcall function
#f(compiled-function () #<bytecode 0x1015dec542ab777d>) "Play program." :type
(choice (const :tag "Alsa" "/usr/bin/aplay") (const :tag "Pulse Basic"
"/usr/bin/paplay") (const :tag "Pulse Advanced" "/usr/bin/pactl") (const :tag
"SoX" "/usr/bin/play")) :set #f(compiled-function (sym val) #<bytecode
0x66a3d59eb81ec23>) :group emacspeak] 10)
require(emacspeak-sounds)
byte-code("\300\301!\210\302\303!\207" [require emacspeak-sounds
cl-proclaim (optimize (safety 0) (speed 3))] 2)
require(emacspeak-pronounce)
mapc(require (dtk-speak voice-setup voice-defs emacspeak-pronounce
emacspeak-keymap emacspeak-speak emacspeak-sounds))
load("/Users/covici/emacspeak/lisp/emacspeak-preamble.el" nil t)
command-line-1(("-f" "package-initialize" "--eval" "(setq
file-name-handler-alist nil gc-cons-threshold 64000000
load-source-file-function nil)" "-l" "../lisp/emacspeak-preamble.el" "-l"
"../lisp/emacspeak-loaddefs.el" "-f" "batch-byte-compile"
"emacspeak-preamble.el"))
command-line()
normal-top-level()
Symbol’s value as variable is void: emacspeak-aplay
make[1]: *** [emacspeak-preamble.elc] Error 255
make: *** [emacspeak] Error 2

Am I doing something wrong?

Thanks in advance for any suggestions.




Archive powered by MHonArc 2.6.19+.

Top of Page