Emacs 24 Build Error
- Anmelden oder Registrieren um Kommentare zu schreiben
Greetings, everyone.
I tried to build Emacs 24 and failed. Here is the transcript:
https://clbin.com/orXLo
Anhang | Größe |
---|---|
emacs-build.txt | 35.55 KB |
Near the bottom it says "allocator.c:5:8: fatal error: opening dependency file .deps/allocator.Tpo: Permission denied." Maybe you need to run 'sudo make' instead of just 'make'?
Or change the perms.
Don't use sudo to run configure nor make. Unless you pass
e.g. --prefix=$HOME to configure, run "sudo make install" after the
build.
How about using the GNU PPA? If you prefer, not to add a PPA, how about grabbing the Emacs DEB packages from this PPA? Assuming you are using Trisquel 6.0 Toutatis, you want the packages with "12.04" in their names.
- Anmelden oder Registrieren um Kommentare zu schreiben