Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

VS 2022 fails to build

Open swang206 opened this issue 3 years ago • 2 comments

Build started... 1>------ Build started: Project: np3_en_us, Configuration: Release x64 ------ 1>stdafx.cpp 1>fatal error C1083: Cannot open compiler intermediate file: 'd:\notepad3\bin\release_x64_v143\obj\np3_en_us\np3_en_us.pch': No such file or directory 1>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(560,5): error MSB6006: "CL.exe" exited with code 1. 1>Done building project "np3_en_us.vcxproj" -- FAILED. 2>------ Build started: Project: np3_fr_fr, Configuration: Release x64 ------ 2>stdafx.cpp 2>fatal error C1083: Cannot open compiler intermediate file: 'd:\notepad3\bin\release_x64_v143\obj\np3_fr_fr\np3_fr_fr.pch': No such file or directory 2>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(560,5): error MSB6006: "CL.exe" exited with code 1. 2>Done building project "np3_fr_fr.vcxproj" -- FAILED. ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

swang206 avatar Feb 11 '22 01:02 swang206

GitHub Continuous Integration AppVeyor's Build (Release Win32, x64) on latest version are just fine 👍 - Must be something on your environment 🤔 https://ci.appveyor.com/project/rizonesoft/notepad3/builds/42532589

RaiKoHoff avatar Feb 11 '22 11:02 RaiKoHoff

2>Done building project "np3_fr_fr.vcxproj" -- FAILED. ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

Hello @swang206 , According to your log above, it seems that you want to compile a Notepad3 version only in French language? 🤔 If so, you should follow these instructions: build_non_mui_ver.txt

hpwamr avatar Feb 12 '22 16:02 hpwamr