[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with emacspeak install
Jacob Schmude writes:
> I believe I found a bug in the "make install" command for emacspeak. It doesn't make the "play" program emacspeak uses for auditory icons executable. Was this intentionally done or is it a bug?
It is probably a bug, so I have created a patch for the Makefile. The
patch is attached to this message. Save it in your home directory,
and then to apply it, cd to the emacspeak source directory and type:
patch < ~/Makefile.patch
--
Matt Campbell <mattcamp@feist.com>
Web site: http://www.feist.com/~mattcamp/
ICQ #: 33005941
*** Makefile.orig Sun Jul 25 13:11:32 1999
--- Makefile Sun Jul 25 13:13:37 1999
***************
*** 353,359 ****
$(INSTALL) -m 0644 *.el $(OBJECTS) \
dtk-exp dtk-mv speech-server remote-tcl play \
NEWS DOC $(libdir); \
! chmod 755 $(libdir)/remote-tcl ; \
$(INSTALL) -d $(libdir)/sounds; \
$(INSTALL) -m 0644 $(SOUNDS) $(libdir)/sounds; \
$(INSTALL) -d $(libdir)/realaudio; \
--- 353,359 ----
$(INSTALL) -m 0644 *.el $(OBJECTS) \
dtk-exp dtk-mv speech-server remote-tcl play \
NEWS DOC $(libdir); \
! chmod 755 $(libdir)/remote-tcl play ; \
$(INSTALL) -d $(libdir)/sounds; \
$(INSTALL) -m 0644 $(SOUNDS) $(libdir)/sounds; \
$(INSTALL) -d $(libdir)/realaudio; \
Emacspeak Files |
Subscribe |
Unsubscribe