fillods / grig

A simple Ham Radio control (CAT) program based on Hamlib.
http://groundstation.sourceforge.net/grig/
GNU General Public License v2.0
11 stars 5 forks source link

Fix build #4

Closed ew1abz closed 1 year ago

ew1abz commented 2 years ago
ew1abz commented 2 years ago

Sorry @fillods, my last PR broke the build. Your fix, unfortunately, didn't help. I tested the build process using Github actions: https://github.com/ew1abz/grig/blob/github-actions/.github/workflows/makefile.yml I'll clean up the branch and open a new PR after you merge this one.

ew1abz commented 1 year ago

Hi @fillods. I just want to make sure you saw the PR. The build process is broken right now, even with your latest commit.

fillods commented 1 year ago

Thanks @ew1abz, I did saw your PR but wanted to take time to do some more cleanup. The PR was not merged but parts were integrated in the master branch. Let me know how it works for you. I hope to put in place the automatic build process based on yours soon.

ew1abz commented 1 year ago

Awesome cleanup, @fillods! Your changes work for me. It's still a lot of warnings about deprecated Autoconf and Gtk stuff. Unfortunately, I don't know Autotools at all, but fixing Gtk warnings look like a logical next step for me. BTW, GitHub action PR is open. Please feel free to modify it.