Skip to content

Instantly share code, notes, and snippets.

@SamuXarick
Created February 11, 2023 12:06
Show Gist options
  • Save SamuXarick/cc250cf52878e5d7368a704ec6dfa6ce to your computer and use it in GitHub Desktop.
Save SamuXarick/cc250cf52878e5d7368a704ec6dfa6ce to your computer and use it in GitHub Desktop.
>------ Build started: Project: CMakeLists, Configuration: Debug ------
[1/4] cmd.exe /C "cd /D "D:\OpenTTD\OpenTTD GitHub\OpenTTD" && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" "-DFIND_VERSION_BINARY_DIR=D:/OpenTTD/OpenTTD GitHub/OpenTTD/out/build/x64-Debug/generated" "-DCPACK_BINARY_DIR=D:/OpenTTD/OpenTTD GitHub/OpenTTD/out/build/x64-Debug" -DREV_MAJOR=14 -DREV_MINOR=0 -DWINDOWS=1 -P "D:/OpenTTD/OpenTTD GitHub/OpenTTD/cmake/scripts/FindVersion.cmake""
-- Version string: 20230211-expose-more-functions-to-GSs-gff231221b8
-- Generating rev.cpp
-- Generating ottdres.rc
-- Generating CPackProperties.cmake
-- Generating Doxyfile
-- Generating Doxyfile_AI
-- Generating Doxyfile_GS
[2/4] Building RC object CMakeFiles\openttd.dir\generated\ottdres.rc.res
[3/4] Building CXX object CMakeFiles\openttd.dir\generated\rev.cpp.obj
[4/4] Linking CXX executable openttd.exe
FAILED: openttd.exe
cmd.exe /C "cd . && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\openttd.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests "D:\OpenTTD\OpenTTD GitHub\OpenTTD\os\windows\openttd.manifest" -- C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\openttd.rsp /out:openttd.exe /implib:openttd.lib /pdb:openttd.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:windows && cmd.exe /C "cd /D "D:\OpenTTD\OpenTTD GitHub\OpenTTD\out\build\x64-Debug" && C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -executionpolicy Bypass -file D:/OpenTTD/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary "D:/OpenTTD/OpenTTD GitHub/OpenTTD/out/build/x64-Debug/openttd.exe" -installedDir D:/OpenTTD/vcpkg/installed/x64-windows-static/debug/bin -OutVariable out""
LINK Pass 1: command "C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1434~1.319\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\openttd.rsp /out:openttd.exe /implib:openttd.lib /pdb:openttd.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:windows /MANIFEST /MANIFESTFILE:CMakeFiles\openttd.dir/intermediate.manifest CMakeFiles\openttd.dir/manifest.res" failed (exit code 1201) with the following output:
D:\OpenTTD\OpenTTD GitHub\OpenTTD\out\build\x64-Debug\LINK : fatal error LNK1201: error writing to program database ''; check for insufficient disk space, invalid path, or insufficient privilege
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment