We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I'm on the master branch I couldn't compile the TracyServer and it breaks with this message:
`Enabling CAPSTONE_X86_SUPPORT -- CPM: Adding package [email protected] (6.0.0-Alpha1 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/capstone/c68db851083fcffa27a786090cedcce4c4f28330) -- CPM: Adding package [email protected] (v1.91.6-docking at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/imgui/ee9a2d317d6da909e07b638fb4a209b5429ef612) CMake Warning at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/cmake/CPM.cmake:811 (message): CPM: Cache for PPQSort (/home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8) is dirty Call Stack (most recent call first): /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/cmake/vendor.cmake:250 (CPMAddPackage) CMakeLists.txt:26 (include)
CMake Error at build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8/cmake/CPM.cmake:19 (file): file DOWNLOAD cannot compute hash on failed download
status: [1;"Unsupported protocol"]
Call Stack (most recent call first): build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8/CMakeLists.txt:25 (include)
-- CPM: PPQSort: Adding package [email protected] (v1.11.1 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/packageproject.cmake/39dc740304285c2e0815cb4669f337dc2af3b0a3) -- PPQSORT_OPTIMIZE_NATIVE: OFF -- CPM: Adding package [email protected] (v1.0.4 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8) crash `
On v0.11.1 I was able to create a executable with LEGACY mode activated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I'm on the master branch I couldn't compile the TracyServer and it breaks with this message:
`Enabling CAPSTONE_X86_SUPPORT
-- CPM: Adding package [email protected] (6.0.0-Alpha1 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/capstone/c68db851083fcffa27a786090cedcce4c4f28330)
-- CPM: Adding package [email protected] (v1.91.6-docking at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/imgui/ee9a2d317d6da909e07b638fb4a209b5429ef612)
CMake Warning at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/cmake/CPM.cmake:811 (message):
CPM: Cache for PPQSort
(/home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8)
is dirty
Call Stack (most recent call first):
/home/user/Projects/PrototypeSFML/build/_deps/tracy-src/cmake/vendor.cmake:250 (CPMAddPackage)
CMakeLists.txt:26 (include)
CMake Error at build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8/cmake/CPM.cmake:19 (file):
file DOWNLOAD cannot compute hash on failed download
Call Stack (most recent call first):
build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8/CMakeLists.txt:25 (include)
-- CPM: PPQSort: Adding package [email protected] (v1.11.1 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/packageproject.cmake/39dc740304285c2e0815cb4669f337dc2af3b0a3)
-- PPQSORT_OPTIMIZE_NATIVE: OFF
-- CPM: Adding package [email protected] (v1.0.4 at /home/user/Projects/PrototypeSFML/build/_deps/tracy-src/profiler/build/.cpm-cache/ppqsort/4afe7fbed5a22e703316561f4258abdbdff0fdc8)
crash
`
On v0.11.1 I was able to create a executable with LEGACY mode activated.
The text was updated successfully, but these errors were encountered: