ebruck / radiotray-ng

An Internet radio player for Linux
GNU General Public License v3.0
250 stars 23 forks source link

AUR build script error #201

Closed CHJ85 closed 1 year ago

CHJ85 commented 1 year ago

I'm trying to install Radiotray-ng on Manjaro. The AUR script does not work. ERROR. PKGBUILD: line 23: patch: command not found.

ebruck commented 1 year ago

Looks like you need to install the patch utility.

https://archlinux.org/packages/core/x86_64/patch/

CHJ85 commented 1 year ago

Thanks. I did that, even though Pamac does that automatically. There's an issue with the build script, i think. But now it says that Cmake was unable to find a build program corresponding to "Unix Makefiles" CMAKE_MAKE_PROGRAM is not set. CMAKE_CXX_COMPILER not set, after EnableLanguage.

CHJ85 commented 1 year ago

UPDATE! I figured out what the problem was. Turns out it wasn't the installation script after all. I somehow didn't have the "base-devel" package installed. I'm sorry for thinking the problem was on your end.