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

ztracy msvc build failing #545

Open
hazeycode opened this issue Apr 6, 2024 · 0 comments
Open

ztracy msvc build failing #545

hazeycode opened this issue Apr 6, 2024 · 0 comments
Labels
bug Something isn't working regression
Milestone

Comments

@hazeycode
Copy link
Member

hazeycode commented Apr 6, 2024

Cross-compiling from Linux (need to check Windows native build too!)

~/projects/zig-gamedev/libs/ztracy$ zig build -Dtarget=x86_64-windows-msvc
install
└─ install tracy
   └─ zig build-lib tracy Debug x86_64-windows-msvc failure
error: error: unable to find Dynamic system library 'ws2_32' using strategy 'paths_first'. searched paths: none
error: unable to find Dynamic system library 'dbghelp' using strategy 'paths_first'. searched paths: none

error: the following command exited with error code 1:
/home/chris/zig/0.12.0-dev.2063+804cee3b9/files/zig build-lib -cflags -DTRACY_ENABLE  -D_WIN32_WINNT=0x601 -fno-sanitize=undefined -- /home/chris/projects/zig-gamedev/libs/ztracy/libs/tracy/TracyClient.cpp -lws2_32 -ldbghelp -ODebug -target x86_64-windows-msvc -mcpu baseline -I /home/chris/projects/zig-gamedev/libs/ztracy/libs/tracy/tracy -lc --cache-dir /home/chris/projects/zig-gamedev/libs/ztracy/zig-cache --global-cache-dir /home/chris/.cache/zig --name tracy -static --listen=-

Regression introduced by adoption of Zig packager manager in 1a80092

@hazeycode hazeycode added bug Something isn't working regression labels Apr 6, 2024
@hazeycode hazeycode added this to the 0.6.0 milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression
Projects
None yet
Development

No branches or pull requests

1 participant