twlz0ne/nix-gccemacs-darwin

xwidgets

agzam opened this issue · 1 comments

agzam commented

Thank you for simplifying installation of native-comp branch in OS X. I spent many hours trying to compile it properly.
Would you consider also adding xwidgets support?
How difficult would it be for an ordinary Emacs user to compile it with it?

Would you consider also adding xwidgets support?

Maybe in the feature.

How difficult would it be for an ordinary Emacs user to compile it with it?

configureFlags = old.configureFlags
++ [ "--with-ns" ];

I think just change the second line to [ "--with-ns" "--with-xwidgets" ], no other steps are needed. In fact, I never tried it on my Mac (it's too older to complete the compilation), but always download the binaries from Cachix.