Skip to content
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

Error during Tracy profile make #763

Open
VimalWill opened this issue Mar 28, 2024 · 3 comments
Open

Error during Tracy profile make #763

VimalWill opened this issue Mar 28, 2024 · 3 comments

Comments

@VimalWill
Copy link

Hi,
I'm able to capture but when i'm trying to build the profiler (server) for ubuntu, the make files

[ 0%] Built target TracyGetOpt [ 1%] Built target TracyNfd [ 13%] Built target TracyZstd [ 43%] Built target capstone [ 48%] Built target TracyServer [ 63%] Built target freetype [ 66%] Built target TracyImGui make[2]: *** No rule to make target '//usr/share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml', needed by 'wayland-cursor-shape-client-protocol.h'. Stop. make[1]: *** [CMakeFiles/Makefile2:263: CMakeFiles/tracy-profiler.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
I went into the "/tracy/profiler/" and try to do a cmake and make with make LEGACY=1 -j16 but it failed with above error and my

system details:
kernel: 6.2.0-39-generic
Ubuntu 22.04.3 LTS

kindly help me with this regards
thanks
Vimal W

@wolfpld
Copy link
Owner

wolfpld commented Mar 28, 2024

Delete the build dir when you change options to make sure LEGACY is enabled.

@wolfpld
Copy link
Owner

wolfpld commented Mar 28, 2024

(It's a CMake option now, not a parameter to pass to make.)

@VimalWill
Copy link
Author

sure I will try that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants