LuaPbIntf
LuaPbIntf copied to clipboard
无法编译 编译时遇到问题
本人在 ubuntu 和 windows10 下都遇到 无法编译 按照这个: Build with conan Install conan. Add conan repositories conan remote add remote_bintray_bincrafters https://api.bintray.com/conan/bincrafters/public-conan conan remote add remote_bintray_jinq0123 https://api.bintray.com/conan/jinq0123/test conan create . user/channel --build missing The result luapbintf.dll/luapbintf.so is in ~/.conan/data/luapbintf/0.1/user/channel/package/... Add build settings like: conan create user/channel --build missing -s arch=x86
步骤 到最后 conan create git下载的py文件 --build missing 会到一步输入到用户名和密码的地步卡到 无法进行下一步编译。 望大佬给个解决方案
对不起,最近没上线。估计是 bintray 调整了。我稍后看看。
Thanks for supporting Bintray! This service has now been sunset, and to assist with migration to the JFrog Platform, paid accounts can login until July 4th.
https://blog.conan.io/2021/02/05/JFrog-announces-sunset-bintray.html https://blog.conan.io/2021/03/31/Bintray-sunset-timeline.html
最近太忙,有空再说。
Possible wokaround.
- Use next remotes with premake: conan remote add conan-legacy-conan-community https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-conan-community conan remote add conan-legacy-bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-bincrafters conan remote add conan-legacy-inexorgame https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-inexorgame conan remote add bintray-conan https://bincrafters.jfrog.io/artifactory/api/conan/bintray-conan/
- While jinq's dependent modules are absent at bincrafters.jfrog.io, you can prebuld them and localy share with "conan export"