Hello, I have added a new package, cmus, to my buildroot package list, but when I try to compile it during a full rebuild, it returns an error message, input.c: In function 'do_http_get': input.c:223:54: error: expected ')' before 'VERSION' CC lib.o make[2]: *** [scripts/lib.mk:66: input.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [package/pkg-generic.mk:283: buildroot/output/build/cmus-2.10.0/.stamp_built] Error 2 make: *** [Makefile:82: _all] Error 2 I can build the cmus package outside of buildroot, so I think it may be related to my cmus.mk file, but I am not sure what is wrong with the file. I've uploaded the contents of the cmus.mk file here: https://paste.ack.tf/8471de If the mailing list supports it, I have the hash and config files attached, as well. I'm using buildroot version 2024.02 and have tried running "make clean all". Is anyone else able to reproduce the same error, or can tell me what I've done incorrectly? Thank you, Dylan