jinq0123 / LuaPbIntf

Binding Protobuf 3 to Lua 5.3
MIT License
133 stars 41 forks source link

无法编译 编译时遇到问题 #21

Open exyoyou opened 3 years ago

exyoyou commented 3 years ago

本人在 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 会到一步输入到用户名和密码的地步卡到 无法进行下一步编译。 望大佬给个解决方案

jinq0123 commented 3 years ago

对不起,最近没上线。估计是 bintray 调整了。我稍后看看。

jinq0123 commented 3 years ago

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.

jinq0123 commented 3 years ago

https://blog.conan.io/2021/02/05/JFrog-announces-sunset-bintray.html https://blog.conan.io/2021/03/31/Bintray-sunset-timeline.html

jinq0123 commented 3 years ago

最近太忙,有空再说。

gonsalez-ru commented 2 years ago

Possible wokaround. 1) 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/ 2) While jinq's dependent modules are absent at bincrafters.jfrog.io, you can prebuld them and localy share with "conan export"