On 2022-11-27 08:28, pin wrote:
------- Original Message ------- On Sunday, November 27th, 2022 at 5:31 AM, bsdprg < bsdprg%disroot.org@localhost> wrote:
Hi,
I am trying to build a package from https://github.com/baskerville/sutils
But, even though my make completes without errors, make install fails because make does not generate any binaries.
I'm surprised you get that far, are you building this on Linux? On NetBDS, it stops at: ==== fatal error: linux/wireless.h: No such file or directory 12 | #include <linux/wireless.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. ====
Thank you. No, I am on NetBSD-current.
$ uname -a NetBSD dell.localdomain 9.99.107 NetBSD 9.99.107 (GENERIC.202211251220Z) amd64
I added USE_TOOLS+=gmake, and now I get the compilation error. :-)
|