You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JackZhangOnly
changed the title
LINK : fatal error LNK1104: can't open PocoFoundation.lib
Build failed: LINK: fatal error LNK1104: can't open PocoFoundation.lib
Feb 19, 2025
Yes but there is no need to keep two identical issues open. So what I wanted to express with my comment is: let's continue any discussion about this in #6726 :)
The issue
execute command
cmake -G "Ninja" "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md" "-Dstatic=ON" "-DCMAKE_TOOLCHAIN_FILE=D:\vcpkg\scripts\buildsystems\vcpkg.cmake" "-DIce_HOME=D:\vcpkg\installed\x64-windows-static-md" "-DCMAKE_BUILD_TYPE=Release" ..
cmake --build .
error log as follow:
.....
ninja: no work to do.
[90/91] Linking CXX executable mumble.exe
FAILED: mumble.exe
C:\Windows\system32\cmd.exe /C "cd . && D:\install\CMake\bin\cmake.exe -E vs_link_exe --intdir=src\mumble\CMakeFiles\mumble.dir --rc=C:\PROGRA
2\WI3CF21\10\bin\1002611.0\x64\rc.exe --mt=C:\PROGRA2\WI3CF21\10\bin\1002611.0\x64\mt.exe --manifests -- D:\install\VisualStudio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\mumble.rsp /out:mumble.exe /implib:src\mumble\mumble.lib /pdb:mumble.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:windows /INCREMENTAL:NO /LTCG && C:\Windows\system32\cmd.exe /C "cd /D D:\mumble\buildReleaseN\src\mumble && C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -executionpolicy Bypass -file D:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary D:/mumble/buildReleaseN/mumble.exe -installedDir D:/vcpkg/installed/x64-windows-static-md/bin -OutVariable out""LINK: command "D:\VisualStudio\2022\Community\VC\Tools\MSVC\14.43.34808\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\mumble.rsp /out:mumble.exe /implib:src\mumble\mumble.lib /pdb:mumble.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:windows /INCREMENTAL:NO /LTCG /MANIFEST:EMBED,ID=1" failed (exit code 1104) with the following output:
LINK : fatal error LNK1104: can't open “PocoFoundation.lib”
ninja: build stopped: subcommand failed.
Mumble version
master
Mumble component
Client
OS
Windows
Additional information
No response
The text was updated successfully, but these errors were encountered: