Questions tagged [gccemacs]

7 questions
18
votes
5 answers

Compile emacs from feature/native-comp (gccemacs) branch on Ubuntu

I want to compile the gccemacs branch of Emacs. When I run ./configure, the configure script errors with: cd emacs git checkout feature/native-comp ./autogen.sh ./configure --with-nativecomp configure: error: Installed libgccjit has failed…
Joe
  • 1,312
  • 1
  • 8
  • 19
11
votes
4 answers

Is there a gccemacs (native-comp) build for MS-Windows?

I use the official binaries (28.0.50 prerelease) for MS Windows. I am using gccemacs on my home Linux machines, and feel like native-comp on Windows would be really useful for me at work. However, I don't have a MingW toolchain installed. Is anyone…
JFM
  • 185
  • 1
  • 6
2
votes
0 answers

Compiling gccemacs (Emacs 28) from source. To bootstrap or not to bootstrap?

With the following build script on Big Sur + homebrew, I get horribly long compile times when using make bootstrap as opposed to simply make on gccemacs. I've read the Makefile in the src directory - the explanation for bootstrap is pretty stoic. #…
o__b
  • 23
  • 4
1
vote
0 answers

emacs-pgtk for WSL2 - identification and clipboard issues

I installed emacs-pgtk version 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) from the git repo following these instructions with ./configure --with-native-compilation --with-xml2 --with-json --with-pgtk Shortcut…
hatmatrix
  • 1,046
  • 9
  • 18
1
vote
0 answers

emacs Async-native-compile consumes high memory on server startup

I am using https://www.emacswiki.org/emacs/GccEmacs : GccEmacs refers to the --with-native-compilation configuration option when building Emacs, which adds support for compiling EmacsLisp to native code using libgccjit. All of the Elisp packages…
alper
  • 1,238
  • 11
  • 30
0
votes
0 answers

Error Invoking GCC Driver on Windows

I recently installed gcc compiler MinGW on Windows 11, and haven't been able to run Emacs with my config files. I tried to disable logging, but they show up again on starting Emacs. Warning (initialization): An error occurred while loading…
Saurabh
  • 211
  • 1
  • 10
0
votes
1 answer

Is it possible to install GccEmacs for Emacs 27.2

For installing GccEmacs, I have followed: https://www.emacswiki.org/emacs/GccEmacs git clone git://git.savannah.gnu.org/emacs.git cd emacs ./autogen.sh ./configure --with-native-compilation make -j$(nproc) which installs: GNU Emacs 28.0.50. As I…
alper
  • 1,238
  • 11
  • 30