home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from bug-vm to gnu.emacs.vm.bug; Thu, 27 Aug 1992 10:58:21 EDT
- From: kyle@wendy-fate.uu.net (Kyle Jones)
- Date: Thu, 27 Aug 1992 10:57:44 -0400
- Message-ID: <9208271457.AA03987@wendy-fate.UU.NET>
- Subject: Startup problems
- References: <9208270822.AA20599@cory.Berkeley.EDU>
- Newsgroups: gnu.emacs.vm.bug
- Path: sparky!uunet!wendy-fate.uu.net!bug-vm
- Sender: bug-vm-request@uunet.uu.net
- Lines: 24
-
- Sounds like you have a build problem. Use the following Makefile
- to rebuild VM. Remvoe all the .elc in the VM source directory
- and then type make.
-
- #!/bin/sh
- # shar: Shell Archiver (v1.22)
- #
- # Run the following text with /bin/sh to create:
- # Makefile
- #
- sed 's/^X//' << 'SHAR_EOF' > Makefile &&
- XEMACS=emacs
- X
- XVM:
- X $(EMACS) -batch -q -l ./vm-message.el -l ./vm-misc.el -f batch-byte-compile *.el
- X cat vm-*.elc > vm.elc
- X
- Xvm: vm.texinfo
- X $(EMACS) -batch -q vm.texinfo -f texinfo-format-buffer -f save-buffer
- X
- Xall: VM vm
- SHAR_EOF
- chmod 0644 Makefile || echo "restore of Makefile fails"
- exit 0
-