emacs-build
emacs-build copied to clipboard
Scripts to build a distribution of Emacs from sources, using MSYS2 and Mingw64(32)
https://github.com/juanjosegarciaripoll/emacs-build/blob/b29b161ecb4896257169d18abf4068f55d867d07/emacs-build.sh#L58 would be better written as ``` for f in $inactive; do echo " --without-$f"; done ``` Otherwise the `emacs-build.sh --help` output looks odd (notice the missing dash in the...
https://github.com/juanjosegarciaripoll/emacs-build/blob/b29b161ecb4896257169d18abf4068f55d867d07/emacs-build.sh#L413 If you try to use `--with-cairo`, you will get errors because `--with-cairo` is inserted into the features instead of `cairo`. I propose to replace this line with: ``` --with-*)...
HI My query is partly relevant to the issue here: [https://github.com/juanjosegarciaripoll/emacs-build/issues/5](https://github.com/juanjosegarciaripoll/emacs-build/issues/5). The title pretty much says it all. It's an error message I get when your build script tries to...
Hi @juanjosegarciaripoll, thanks for your scripts, I have successfully built/packaged portable working Gccemacs on Windows. I've created this PR to contribute back to the original repo, hoping it can be...
Hi I see it in emacs-build.cmd, but not in the README file. Is it working properly? Thanks,