Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread André A . Gomes
Ryan Prior writes: > Hey André, glad you're working on this! > > I have an Emacs package with native-compilation, pgtk, sqlite3, xinput2, and > xwidgets that I call "emacs-edge" and have been using daily with Spacemacs. > [1] > > Hope you're able to get yours working, I'd love to move back to a

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread André A . Gomes
Maxime Devos writes: > André A. Gomes schreef op di 11-01-2022 om 22:13 [+0300]: >> Maxime Devos writes: >> >> > > A log below. >> > > >> > > --8<---cut here---start->8--- >> > > configure: error: The installed libgccjit failed to compile and run a >> > > tes

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread André A . Gomes
Malte Gerdes writes: > Hi, > > https://github.com/flatwhatson/guix-channel > > Contains a working Emacs 28.0.90. Thank you! -- André A. Gomes "Free Thought, Free World"

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread Ryan Prior
Hey André, glad you're working on this! I have an Emacs package with native-compilation, pgtk, sqlite3, xinput2, and xwidgets that I call "emacs-edge" and have been using daily with Spacemacs. [1] Hope you're able to get yours working, I'd love to move back to an upstream Guix package instead o

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread Malte Gerdes
Hi, https://github.com/flatwhatson/guix-channel Contains a working Emacs 28.0.90. Hope this helps, Malte On Tue, 11 Jan 2022, 20:42 Maxime Devos, wrote: > André A. Gomes schreef op di 11-01-2022 om 22:13 [+0300]: > > Maxime Devos writes: > > > > > > A log below. > > > > > > > > --8<-

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread Maxime Devos
André A. Gomes schreef op di 11-01-2022 om 22:13 [+0300]: > Maxime Devos writes: > > > > A log below. > > > > > > --8<---cut here---start->8--- > > > configure: error: The installed libgccjit failed to compile and run a > > > test program using > > > the libg

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread André A . Gomes
Maxime Devos writes: >> A log below. >> >> --8<---cut here---start->8--- >> configure: error: The installed libgccjit failed to compile and run a test >> program using >> the libgccjit library; see config.log for the details of the failure. >> [...] > > confi

Re: Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread Maxime Devos
Hi, André A. Gomes schreef op di 11-01-2022 om 21:32 [+0300]: > Hi Guix, > > I tried to package Emacs as mentioned in the subject without success. > I'm wondering if someone else has done it already. Note that I have few > experience. > > Please find my attempt below. > > https://git.sr.ht/~aa

Packing Emacs 28.0.91 with native compilation

2022-01-11 Thread André A . Gomes
Hi Guix, I tried to package Emacs as mentioned in the subject without success. I'm wondering if someone else has done it already. Note that I have few experience. Please find my attempt below. https://git.sr.ht/~aadcg/aadcg-guix-channel/tree/master/item/packages/aadcg-emacs.scm A log below. -