Xmake 版本 2.6.8 dev 操作系统版本和架构 Deepin 20.6 描述问题 add_requires 结果如下 DtkWidget { defines = { "DSG_DATA_DIR" }, includedirs = { "/usr/include/libdtk-5.5.30/DCore", "/usr/include/libdtk-5.5.22/DGui", "/usr/include/libdtk-5.5.21/DWidget" } 并
在add_requires('pkg-name', {config={DESTDIR="$(projectdir)/lib"}})中使用带变量的 config 在package 的 xmake.lua 里面用package:config("DESTDIR")获取到的是 "$(projectdir)/lib" 期待的结果 在package 的 xmake.lua 中获取到的应该是类似/path-to-project/lib之类的值 而不应该是$(projectdir)/...
xmake&tbox作者,github.com/waruqi 现在c++ modules的 打包分发也支持了,可以作为 xmake 包通过 add_requires 集成。。链接相关 pr:链接 发布于 2023-01-09 12:13・IP 属地上海 赞同 5 分享 收藏 更懂你的优质内容 更专业的大咖答主
切换模式 登录/注册 ruki xmake&tbox作者,github.com/waruqi 最近改进了下 xrepo env ,通过 xmake.lua/add_requires 管理包环境,可以用来定制化创建独立的包运行环境,链接 发布于 2021-04-15 11:13 赞同 2 分享 收藏 写下你的评论... ...
Xmake 版本 2.8.5+20231124 操作系统版本和架构 Ubuntu 20.04.5 LTS 描述问题 如果我调转 add_requires() 的顺序,target:add_packages 就会找不到依赖。 因为 zgpu 本身依赖了 zproto,我怀疑是我的依赖(zgpu)已经引用了(zproto),所以当前项目就没必要再引用间接依赖
@@ -144,6 +148,30 @@ function _load_require(require_str, requires_extra, parentinfo) require_extra = requires_extra[require_str] or {} end-- parse configs from package name -- @see https://github.com/xmake-io/xmake/issues/5727#issuecomment-2421040107 ...
xmake-io / xmake Public Sponsor Notifications Fork 765 Star 9.7k Code Issues 158 Pull requests 4 Discussions Actions Projects Wiki Security Insights 可以在 option 里配置参数,然后传递给 add_requires 的参数吗 #5326 Closed Answered by waruqi ...
xmake下载boost太慢 λ xmake f -cvD checking for the architecture ... x64 checking for the vswhere.exe ... C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe checking for the cl.exe ... ok checking for the Microsoft Visual St...
Xmake 版本 2.8.2 操作系统版本和架构 macOS ventura 描述问题 使用 add_requires 安装 cargo 依赖时指定 features 导致安装失败 期待的结果 正确安装 工程配置 demon.zip 附加信息和错误日志
Xmake Version 2.9.1 Operating System Version and Architecture Windows 10, clang-cl Describe Bug On xmake.lua, I set one specific package d3d12-memory-allocator to be built using msvc like so: add_requires("d3d12-memory-allocator", {confi...