when trying to build the engine I continuously run into this error:
[17/17] Linking CXX executable Release\gvox_engine.exe
resolve: C:\Users\pokec\Onedrive\Documents\GitHub\gvox_engine\vcpkg\scripts\buildsystems\msbuild\applocal.ps1:162
Line |
162 | resolve($targetBinary)
| ~~~~~~~~~~~~~~~~~~~~~~
| Neither dumpbin, llvm-objdump nor objdump could be found. Can not take care of dll dependencies.
The error seems to be referring to this line in applocal.ps1:
resolve($targetBinary)
Write-Verbose $($g_searched | out-string)
This issue seems to prevent it from generating and .dll files, so starting the .exe just spits out errors about missing .dll files
when trying to build the engine I continuously run into this error:
[17/17] Linking CXX executable Release\gvox_engine.exe
resolve: C:\Users\pokec\Onedrive\Documents\GitHub\gvox_engine\vcpkg\scripts\buildsystems\msbuild\applocal.ps1:162
Line |
162 | resolve($targetBinary)
| ~~~~~~~~~~~~~~~~~~~~~~
| Neither dumpbin, llvm-objdump nor objdump could be found. Can not take care of dll dependencies.
The error seems to be referring to this line in applocal.ps1:
resolve($targetBinary)
Write-Verbose $($g_searched | out-string)
This issue seems to prevent it from generating and .dll files, so starting the .exe just spits out errors about missing .dll files