Hi, I use a build from emacsformacos and the Emacs installation structure is non-standard for its build.
FWIW, to compile hotfuzz on such non-standard setup one will need to set the environment variable
EMACS_ROOT to the root directory of Emacs (i.e. the directory contains the include/, lisp/, site-lisp/, etc.)
For emacsformacos, one should set to it to EMACS_ROOT to '/Applications/Emacs.app/Contents/Resources/'.
Maybe these information should be added to README.
Hi, I use a build from emacsformacos and the Emacs installation structure is non-standard for its build.
FWIW, to compile hotfuzz on such non-standard setup one will need to set the environment variable
EMACS_ROOTto the root directory of Emacs (i.e. the directory contains theinclude/,lisp/,site-lisp/, etc.)For emacsformacos, one should set to it to
EMACS_ROOTto'/Applications/Emacs.app/Contents/Resources/'.Maybe these information should be added to README.