Josh Juran

Results 43 comments of Josh Juran

That's welcome news — I'm guessing homebrew is the key here.

Are you using the 10.14 SDK? That's known not to work with Apple's dev tools, but folks have had success with homebrew. Also, "macintosh" is not the name of a...

What are you trying to do? Does `make ams-osx` work for you?

I have bad news for you: The only front-end currently existing on OS X is a 32-bit-only application, so going 64-bit only isn't a solution. It's also not a solution...

If you pass `-W` to `build.pl`, it will do 64-bit builds on OS X. I've changed the Makefile to do this. (It won't help with MacRelix.app, though, which is 32-bit-only.)

Try `make ams-vnc` instead, then connect a VNC client (such as Chicken) to localhost:5900.

According to , you may be able to fix this by running sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / (I don't use 10.14, and I've never tried this myself.)

Those two commands set and export an environment variable from a command-line shell. Did that work? Now that you've verified it works, you can run `sudo make ams-osx-install` to install...

Sorry, you hit a known issue that I keep forgetting about. Please drag the `install` directory under `var` to the trash. Then run `./configure`, which will create `var/install` as a...

All of the `make` commands listed in the HOWTO are meant to be run from the top level of the `metamage_1` repository. Furthermore, it's assumed that all involved repositories (including...