[Bug 284724] [New port]: devel/xmake-io: A cross-platform build utility based on Lua

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 14 Feb 2025 13:44:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284724

--- Comment #9 from Huan Zhou <pericycle.cc@gmail.com> ---
(In reply to Robert Clausecker from comment #7)

the xmake its configure script has --external option to use system's utils for
build, but tbox/sv's missing will lead to build failure, and i manually install
the tbox(as example, probably same as sv).

`configure && make install`

but it's does not generate pkg-config file so though make install the tbox,
when compile xmake it's configure script still not detect(the xmake configure
script use pkg-config to detect the external dependency) so the build process
end up with 
 undefine symbol: tb_xxx(missing tbox) ... im not sure how to do next.

T^T

-- 
You are receiving this mail because:
You are the assignee for the bug.