-
-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use vcpkg::tracy as a dependency #2730
Comments
run
xmake runs Even if you have installed it with Unless you switch to the dynamic library version using |
This helped solve the problem. Apparently |
you can also run |
Xmake Version
v2.7.1+master.6ae8de7
Operating System Version and Architecture
Arch Linux, 5.19.4-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 25 Aug 2022 17:31:19 +0000 x86_64 GNU/Linux
Describe Bug
Trying to require
vcpkg::tracy
as a dependency fails.Relying on xmake to get the latest version via:
results in "fetch vcpkg::tracy-latest failed!" being printed in both the CLI and the install log, with no further information.
Using ether of this:
or this:
results in "error: the baseline does not contain an entry for port tracy" in both the CLI and install log.
In the first case, vcpkg actually does successfully install tracy, xmake just seems to think it didn't for some reason.
If I run
vcpkg list
, tracy is listed as installed at version 0.8.2.In the second and third cases, vcpkg does not install tracy, even though running
vcpkg search tracy
returns:tracy 0.8.2 A real time, nanosecond resolution, remote telemetry, hybrid frame and sam...
which means there is in fact an entry for tracy at version 0.8.2.
Expected Behavior
xmake should successfully fetch tracy from vcpkg
Project Configuration
No response
Additional Information and Error Logs
No response
The text was updated successfully, but these errors were encountered: