Greg

Results 16 comments of Greg

Is this the same problem as the one reported here? [Issue 1571](https://github.com/benweet/stackedit/issues/1571)

I should add, xz is installed and working just fine: $ which xz /usr/local/bin/xz $ xz --version xz (XZ Utils) 5.2.5 liblzma 5.2.5 $ So, I'm really not sure why...

When I tried that, I got ``` $ brew install xz Warning: xz 5.2.5_1 is already installed and up-to-date. To reinstall 5.2.5_1, run: brew reinstall xz $ ``` When I...

Could the recipe go in two steps, first xz unzip the file, and then let tar take it from there? Would it be straightforward for me to try to change...

Thank you @d12frosted , I would be up for trying this but I have no idea how brew formulae work, so I don't know how to invoke my modified version...

OK I added a dependency on xz to the formula, and it does in fact get past the 'can't find xz' problem. But now I'm getting this problem: ``` ==>...

I get the Illegal Instruction error above when I try without native comp. When I try with native comp, I get ``` (mlenv) gregs-newbook:Formula greg$ # brew install --formula [email protected]...

> @gcoladon did you pull the changes from `homebrew-emacs-plus`? I see you manually pass the formula. Good point, I hadn't. When I try from outside the repo, it looks like...

Do I need to `brew upgrade emacs-plus@28` to get the recently updated formula? Nevermind, that didn't work since I don't have emacs-plus@28 installed.

OK, I tried that, I get the illegal instruction error: ``` $ git pull Fast-forward Formula/[email protected] | 3 ++- Formula/[email protected] | 2 ++ .../emacs-28/fix-MAC_LIBS-inference-on-Intel.patch | 2 +- ...x-MAC_LIBS-inference-after-gcc-12-release.patch | 26...