>>> "RP" == Robert Pluim writes: >>>>>> On Mon, 22 Feb 2021 08:38:03 +0100, Uwe Brauer said: Uwe> Hi Uwe> I could install finks emacs 26 so the library dependence should be Uwe> settled, however compiling emacs master gives me Uwe> Using Uwe> ./configure --prefix=/opt/emacs28 --with-x-toolkit=athena --without-pop --with-mailutils > You have objections to the ns gui? If you build it like this you'll > need an X server running. Plus the ns gui lets you remap > Command/Control/Option to Hyper/Super/Ctrl in various combinations. Well I have the XQuartz installed by fink, but as it seems that will need some fiddling with respect to the Hyper/Super/Crtl Where can I find the ns gui? And which options should I use then? I seem to remember that you are a (long term) Mac user, what is your opinion about the one provided by emacsformacox? Uwe> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/emacs" Uwe> make[2]: Nothing to be done for `all'. Uwe> rm ./emacs-lisp/tcover-unsafep.elc Uwe> rm ./erc/erc-compat.elc Uwe> rm ./gnus/nnir.elc Uwe> ELC emacs-lisp/eieio.elc Uwe> desired fingerprint: b840bbe0e705978a5166b04c630ef38a2e9f9f298dc2c9a11163a3dfce7e0f5d Uwe> found fingerprint: 7104882dd25bd5c64b0690705b332d28bcab270e4bbc03e279f7ba09a864e4b7 Uwe> emacs: could not load dump file "/Users/oub/src-big/emacs/src/emacs.pdmp": not built for this Emacs executable Uwe> make[2]: *** [emacs-lisp/eieio.elc] Error 1 Uwe> make[1]: *** [compile-main] Error 2 Uwe> make: *** [lisp] Error 2 Uwe> Any ideas? > rm emacs.pdmp and try again? (I have a vague suspicion this is a gmake > vs make thing, so perhaps ensure youʼre using GNU make) Or make clean/distclean even. Thanks