Results 97 comments of Bill Lewis

`Ctrl+z`, `fg`, goofs it all up for me, too. Just tried it running Debian 10 with Mate desktop using Mate Terminal. Resizing the terminal doesn't fix it. (can't really say...

Hi Fish, What marXtevens wrote.   `:-)` The purpose of `Ctrl+z` is so you can take long running tasks, say a `tar` or `zip`, or even a build, and move...

> > `Ctrl+z`, `fg`, goofs it all up for me, too. > > Please read **[my earlier comment](https://github.com/SDL-Hercules-390/hyperion/issues/487#issuecomment-1182277994=)**. > > How did you do it? I'd like to try it...

If we're voting, I'm with you, Fish. "Enhancement" for later. Adding the `stty -isig` / `stty isig` commands to your Hercules wrapper script will protect you in the mean time....

I don't understand how to see the actual log output. It just shows Error when the build is expanded.

Dani, a few things... For packages, you'll want to include these in your `brew install`: `autoconf automake libtool cmake gsed` `cmake` is used to build the `extpkgs`, which I've mentioned...

I only see that red Error: ![image](https://user-images.githubusercontent.com/3638124/146839791-042981a4-c1f8-4c54-b2be-ab69c0f95d87.png)

The commands related to `extpkgs` look fine in your yml.

Dani, You need to use those lines I suggested, to get the correct version of `libltdl` header and library from HomeBrew. Otherwise you're using the wrong incompatible version from Xcode....

Dani, > the `/usr/local/include/libltdl` is the homebrew version. This will be `/opt/homebrew/include/libltdl` on M1 macs (which I tested this on). By default there is no such directory in macOS at...