ruki
ruki
> ``` > import hello2; > ``` it still does not work. same errors. ```console ruki-2:hello ruki$ xmake [ 0%]: generating.module.deps src/main.cpp [ 37%]: compiling.module.release hello2 [ 75%]: compiling.release src/main.cpp...
I can stably reproduce it on both macOS and Linux. llvm 14-18. Follow my above reproduction process.
@Arthapz I tried this patch. It works fine now. Perhaps I used the wrong branch before. https://github.com/xmake-io/xmake/pull/5686
@refi64 It should be fixed now. https://github.com/xmake-io/xmake/pull/5686
这种即使 package 支持 add_requireconf 也没用,add_requireconfs 只能改现有 deps 的配置,但是这个还得改 openssl/openssl3 deps切换。 除非整合到 openssl 同时支持 3.x ,但是这样默认所有依赖 openssl 的包,都会被自动切到 openssl 3.x 最新版,会 break 更多的包。
Xmake does not support nim incremental compilation yet, because I don't know how to get all its dependent files based on the nim main file. (like `-MMD` flag for gcc/cpp)
> OK. Thanks for replying. I don’t know if the nim compile command even does. Nim compiles so fast I just do xmake -r. > Where is the nim.cfg you...
it works for me. ```console ruki-2:test ruki$ xmake m package --plat=iphoneos --arch="arm64,x86_64" -f "--appledev=simulator - -target_minver=12.0 --mode=debug --kind=static" checking for Xcode directory ... /Applications/Xcode.app checking for Codesign Identity of Xcode...
apt 里有对 libfiles 的查找 https://github.com/xmake-io/xmake/blob/b0524faed10267bfe351f79186c1cac649682223/xmake/modules/package/manager/apt/find_package.lua#L58 还有 vcpkg conan里也有支持。。其他的暂时没有