If someone wanted to rebase the emacs side of the guile-emacs fork...
I think that would be great :)
Wilfred Hughes writes:
> Digging some more, I think the issue is
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24065 . Emacs trunk is
> depending on undefined C behaviour, which gcc 5 has started
Digging some more, I think the issue is
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24065 . Emacs trunk is
depending on undefined C behaviour, which gcc 5 has started optimising,
breaking the code.
I've updated https://www.emacswiki.org/emacs/GuileEmacsBuild to note this.
You can work around with
Wilfred Hughes writes:
> I've had a play with the AUR packages too. The guile4emacs PKGBUILD works
> perfectly, but the guile-emacs build process segfaults when bootstrap-emacs
> attempts to load calendar/cal-loaddefs.el:
>
> make[2]: Leaving directory
> '/home/wilfred/aur/guile-emacs-git/src/gui
I've had a play with the AUR packages too. The guile4emacs PKGBUILD works
perfectly, but the guile-emacs build process segfaults when bootstrap-emacs
attempts to load calendar/cal-loaddefs.el:
make[2]: Leaving directory
'/home/wilfred/aur/guile-emacs-git/src/guilemacs/lisp'
if test "yes" = "yes";
> I think the variables you mentioned are for building in your home
> directory only. If you build system-wide, for instance under /usr/local
> -- and your mail makes me think you do so -- you should not need them.
I wanted to build them in my home directory. I already have Guile installed
and I d
Wilfred Hughes writes:
> Hi folks
>
> I fancied exploring Guile with Emacs, so I've been trying to build Guile
> and Emacs as documented in https://www.emacswiki.org/emacs/GuileEmacsBuild .
Excellent! Happy to hear of your interest.
> I've successfully built the wip-elisp branch of the main gui