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

Faltando DLL ao compilar com cmake no modo debug #619

Closed
2 of 5 tasks
luanluciano93 opened this issue Nov 5, 2023 · 2 comments
Closed
2 of 5 tasks

Faltando DLL ao compilar com cmake no modo debug #619

luanluciano93 opened this issue Nov 5, 2023 · 2 comments
Labels
Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@luanluciano93
Copy link
Collaborator

Priority

Low

Area

  • Data
  • Source
  • Docker
  • Other

What happened?

Ao compilar em modo debug e iniciar o executável está dando erro pois faltam 2 DLL.

zlib1.dll e clang_rt.asan_dbg_dynamic-x86_64.dll

image

image

What OS are you seeing the problem on?

Windows

Code of Conduct

  • I agree to follow this project's Code of Conduct
@luanluciano93 luanluciano93 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 5, 2023
@github-actions github-actions bot added Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing labels Nov 5, 2023
@csantbr
Copy link
Collaborator

csantbr commented Nov 25, 2023

Realizei o teste localmente e ocorre o mesmo problema. Conforme as pesquisas que realizei isso não é bem um erro, na realidade essas DLLs já vem por padrão na instalação do Visual Studio, se você adicionar na sua variável PATH o caminho a seguir, esse problema será resolvido: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\<VERSION>\bin\Hostx86\x64.

@luanluciano93
Copy link
Collaborator Author

obrigado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Minor impact Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants