Stéphane Marks
Stéphane Marks
Thanks for the extra effort. I just verified that my paths are the same as the ones you reported after starting Emacs from Spotlight and after moving my early-init.el and...
I also verified that the eln-cache is populated in ~/.emacs.d with trampolines. Perhaps it's due to that in my early-init.el I relocate eln-cache as follows and that somehow screws with...
I started Emacs as before with that relocated eln-cache and in ```*scratch*``` just did (require 'project) and that got compiled BUT there are no trampolines. So there's something going on...
Question for you. Is it expected that users of this build have xcode installed? i.e., the build isn't expected to be self contained including the gcc drivers needed?
Makes sense and you actually did say it in the README... Still not sure what's preventing trampolines. Let's keep this issue open until we figure it out. Clearly not a...
Yes, "as", for me, is in the precise location you reported, albeit the clang wrapper but that's what it will always be via xcode.
(getenv "LIBRARY_PATH") is nil for me.
And there we go. Turns out that I've been carrying something in my startup files for, um, AGES, that disabled site-run. I still wonder how it worked at all to...
Minor stylistic comments on site-run: ```elisp ... (if library-path-env (push library-path-env lib-paths)) (if (file-directory-p devtools-dir) (push devtools-dir lib-paths)) ;; better as (when library-path-env (push library-path-env lib-paths)) (when (file-directory-p devtools-dir) (push...
FYI, I was able to bootstrap no problem from an empty relocated eln-cache now that site-run is active.