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
odin run demo -define:TRACY_ENABLE=true -debug tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __dyn_tls_on_demand_init referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ) tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __tls_guard referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ) E:\CODE\odin-tracy_0.11\demo.exe : fatal error LNK1120: 2 unresolved externals
HI!
tried to run the demo, after getting the lib building, and had this issue. Not sure about next steps. Thanks!
The text was updated successfully, but these errors were encountered:
I haven't finished the 0.11 PR yet. Try master instead. (Remember to git submodule update --init when switching branches.)
git submodule update --init
Sorry, something went wrong.
No branches or pull requests
odin run demo -define:TRACY_ENABLE=true -debug
tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __dyn_tls_on_demand_init referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ)
tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __tls_guard referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ)
E:\CODE\odin-tracy_0.11\demo.exe : fatal error LNK1120: 2 unresolved externals
HI!
tried to run the demo, after getting the lib building, and had this issue. Not sure about next steps. Thanks!
The text was updated successfully, but these errors were encountered: