Dean M Greer

Results 235 comments of Dean M Greer

Strange, arm64e "should" be the correct arch for the M1. So I'd think the setting used for `arm64` should be used for `arm64e`

Is there any currently supported version of Linux/unix that ships and old version of tar that doesn’t support this? The reason I bring it up is gnu tar 1.22 added...

Sorry gotten sidetracked by other things. Not sure I'll get chance to test on NetBSD to confirm if it's still shipping an ancient version of tar, after confirming the macOS...

Don’t generate the SDK package using the command line tools (even if you’ve installed Xcode 9 command line tools), you’ll be wanting to generate the SDK using Xcode9.4.1. Prior versions...

This can also be resolved the same way on macOS using a package manager. ### [homebrew](https://brew.sh/); ``` brew install cabextract ``` ### [Macports](https://www.macports.org/) ``` sudo port install cabextract ``` Edit;\...

Make sure your using the very latest commit and try again.

@austin987 ignoring dotnet35sp1 as I never install any dotnetsp verbs (these seem to have more freezes), installing using silent mode is working just fine.

This might be a brew specific issue due to it’s “ever green” policy, every now and again this causes things to break badly. As @mishsousa is running macOS High Sierra...

True this could be an upstream issue and not brew upgrading packages out of sync, unable to check Arch as I don’t have the counter space for a third system.......

@austin987 the GUI issue is a homebrew issue as librsvg is required for svg resources. I checked and librsvg was indeed missing from the expected location. See the following example;...