Re: Building Guilemacs

2016-09-05 Thread Christopher Allan Webber
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

Re: Building Guilemacs

2016-09-04 Thread Wilfred Hughes
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

Re: Building Guilemacs

2016-09-04 Thread Stefan Husmann
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

Re: Building Guilemacs

2016-09-03 Thread Wilfred Hughes
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";

Re: Building Guilemacs

2016-08-30 Thread Wilfred Hughes
> 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

Re: Building Guilemacs

2016-08-30 Thread Christopher Allan Webber
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