libdnet
libdnet copied to clipboard
Cross compiling fails with 1.16.1
With the addition of libcheck and the logic in the configure script.
- Configure finds the include check.h in /user/include (not the sysroot). Using —with-check to the cross compile sysroot/usr allows the build to complete.
it would be nice to be able to disable libcheck during build too.
Thanks for reporting this issue. I agree, check could be optional, as it's only used for the test suite. So basically, if check is available we could build the tests, else don't. Let me think about this.
ok. Back to this. If you'd be willing to support me with a MR/patch, that would be highly appreciated. I'm happy to review it, but I'm currently stressed a bit...
No problems. Let me take a look.
Any update on this?
@ofalk and @heitbaum 👋 I have introduced a --enable-check
flag to help me out with the build issue on the homebrew side, let me know if that works for both of you. Thanks!
Again, thanks a lot @chenrui333 !