Closed shaqtsui closed 1 year ago
please remove build_requires = {}
Thanks
Sorry for commenting on a closed issue, but I am seeing this error when removing build_requires = {}
ERROR: Unable to find 'xmake_generator/0.1.0@bincrafters/testing' in remotes
According to this https://github.com/xmake-io/xmake/issues/2960 issue, the author recommends adding this to config.
So, what is the official solution for solving this issue? (I know bincrafters shutdown their service for 2 yrs now, so how can we pull this?)
According to this https://github.com/xmake-io/xmake/issues/2960 issue, the author recommends adding this to config.
he is not xmake's author. and his answer is incorrect.
see
please remove
build_requires = {}
According to this #2960 issue, the author recommends adding this to config.
he is not xmake's author. and his answer is incorrect.
see
please remove
build_requires = {}
This package xmake_generator/0.1.0@bincrafters/testing
does not exist in conan-center, so how to download this without installing it manually?
https://conan.io/center/search/xmake
According to this #2960 issue, the author recommends adding this to config.
he is not xmake's author. and his answer is incorrect. see
please remove
build_requires = {}
This package
xmake_generator/0.1.0@bincrafters/testing
does not exist in conan-center, so how to download this without installing it manually? https://conan.io/center/search/xmake
You don't have to care about it or set it. xmake handles it automatically internally, you just need to remove build_requires = {}
to avoid overriding the internal xmake settings.
Xmake Version
2.7.6
Operating System Version and Architecture
Ubuntu 20.04
Describe Bug
After add dependency: conan::mailio/0.21.0, build raise error: ERROR: Invalid generator 'xmake'. Available types: txt, gcc, compiler_args, cmake...
Expected Behavior
Build conan pkg without error.
Project Configuration
Additional Information and Error Logs
xmake -vD log: