Ezra Buehler

Results 34 comments of Ezra Buehler

Please review https://github.com/autc04/Retro68/pull/90.

The test still fails :( ``` brew test --verbose --debug retro68.rb ... ==> cmake .. -DCMAKE_TOOLCHAIN_FILE=/usr/local/Cellar/retro68/0.1/m68k-apple-macos/cmake/retro68.toolchain.cmake CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file...

Thanks for the hint. Got it to work. Could you create a release/tag now? Then I can finish the formula and create a PR. Cheers.

Thank you very much. I think I'm getting there. Unfortunately, I found a last small blocker for the package: https://github.com/autc04/Retro68/pull/91 We will need another tag. Or, you could also re-create/move...

OK, https://github.com/Homebrew/homebrew-core/pull/43442, let's see what happens...

For some reason the builds failed on Jenkins 😞 https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/version=high_sierra/47122/console https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/version=sierra/47122/console https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/version=mojave/47122/console Also, regarding the feedback we got it looks like we cannot install the interfaces in `post_install`. However, I...

1. That is what I am working on 2. I do not know if that is necessary

OK, so they rejected the PR and suggested to create an own tap. Still, I will finish the changes I had in mind and then look into creating an own...

I am working on following tap now: https://github.com/easybe/homebrew-retro68 Unfortunately, when building with Azure Pipelines on macOS 10.14 I get following error: ``` ==> ../build-toolchain.bash --prefix=/usr/local/Cellar/retro68/2019.9.1 Last 15 lines from /Users/vsts/Library/Logs/Homebrew/retro68/02.build-toolchain.bash:...

That is good news, thanks. I am on vacation at the moment. But, I'll see what I can do. Would it also be possible to compile very simple test programs...