Re: Trouble building pwsafe 3.62.0.zip

"pwsafe.org" <[email protected]> Thu, 25 May 2023 07:55:37 +0000
Newsgroups gmane.comp.security.passwordsafe.devel
Message-ID <CAKUoDdLHsvPypeJZBN8JJrD3b8dfVkMo=J3LmG1-4oAApwGraA@mail.gmail.com>
--===============4904577696273481390==
Content-Type: multipart/alternative; boundary="00000000000049a95d05fc7ff5d6"

--00000000000049a95d05fc7ff5d6
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi,

Looks like there's a problem in your dev environment. Can you compiled and
run a simple "Hellow, World!" C++ program?

(note to self - remove .sln files and update build instructions)

On Wed, May 24, 2023 at 5:28=E2=80=AFPM Randy Martin <RJM@fischerinternatio=
nal.com>
wrote:

>
>
> Thank you for the feedback.  This appears to be much more promising than
> the .sln file in the project folder.
>
>
>
>    1. I installed Cmake from cmake.org
>    2. Created _*build_mfc_2022*_x86 folder  for VS2022 output Win32
>    3. Ran Configure and receive the output below.  Most notably it was
>    unable to find Kernel32.lib
>
>
>
> I don=E2=80=99t know what to update to fix this problem.  I suspect there=
 will be
> other missing .libs once I fix this unless the fix includes an additional
> library folder.
>
>
>
> I am new to Cmake.
>
>
>
> What should I do next?
>
>
>
> Here is the output of Configure.
>
>
>
> Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
>
> The CXX compiler identification is MSVC 19.36.32532.0
>
> The C compiler identification is MSVC 19.36.32532.0
>
> Detecting CXX compiler ABI info
>
> Detecting CXX compiler ABI info - failed
>
> Check for working CXX compiler: C:/Program Files/Microsoft Visual
> Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x86/cl.exe
>
> Check for working CXX compiler: C:/Program Files/Microsoft Visual
> Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x86/cl.exe -
> broken
>
> CMake Error at C:/Program
> Files/CMake/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:60
> (message):
>
>   The C++ compiler
>
>
>
>     "C:/Program Files/Microsoft Visual
> Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x86/cl.exe"
>
>
>
>   is not able to compile a simple test program.
>
>
>
>   It fails with the following output:
>
>
>
>     Change Dir:
> C:/Projects/pwsafe-3.62.0/pwsafe-3.62.0/_build_mfc_2022_x86/CMakeFiles/CM=
akeScratch/TryCompile-o1uhw6
>
>
>
>     Run Build Command(s):C:/Program Files/Microsoft Visual
> Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe
> cmTC_62237.vcxproj /p:Configuration=3DDebug /p:Platform=3DWin32
> /p:VisualStudioVersion=3D17.0 /v:n && MSBuild version 17.6.3+07e294721 fo=
r
> .NET Framework
>
>
>
>     Build started 5/24/2023 12:47:49 PM.
>
>
>
>
>
>
>
>     Project
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\cmTC_62237.vcxproj"
> on node 1 (default targets).
>
>
>
>     PrepareForBuild:
>
>
>
>       Creating directory "cmTC_62237.dir\Debug\".
>
>
>
>       Creating directory
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\Debug\".
>
>
>
>       Creating directory "cmTC_62237.dir\Debug\cmTC_62237.tlog\".
>
>
>
>     InitializeBuildStatus:
>
>
>
>       Creating "cmTC_62237.dir\Debug\cmTC_62237.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
>
>
>
>     ClCompile:
>
>
>
>       C:\Program Files\Microsoft Visual
> Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\HostX64\x86\CL.exe /c
> /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /Oy- /D _MBCS /D WIN32 /D
> _WINDOWS /D "CMAKE_INTDIR=3D\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:prec=
ise
> /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_62237.dir\Debug\\"
> /Fd"cmTC_62237.dir\Debug\vc143.pdb" /external:W1 /Gd /TP /analyze-
> /errorReport:queue
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\testCXXCompiler.cxx"
>
>
>
>       Microsoft (R) C/C++ Optimizing Compiler Version 19.36.32532 for x86
>
>
>
>       Copyright (C) Microsoft Corporation.  All rights reserved.
>
>
>
>       testCXXCompiler.cxx
>
>
>
>       cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /Oy- /D _MBCS /D
> WIN32 /D _WINDOWS /D "CMAKE_INTDIR=3D\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS
> /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_62237.dir\Debug\=
\"
> /Fd"cmTC_62237.dir\Debug\vc143.pdb" /external:W1 /Gd /TP /analyze-
> /errorReport:queue
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\testCXXCompiler.cxx"
>
>
>
>     Link:
>
>
>
>       C:\Program Files\Microsoft Visual
> Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\HostX64\x86\link.exe
> /ERRORREPORT:QUEUE
> /OUT:"C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFi=
les\CMakeScratch\TryCompile-o1uhw6\Debug\cmTC_62237.exe"
> /INCREMENTAL /ILK:"cmTC_62237.dir\Debug\cmTC_62237.ilk" /NOLOGO
> kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
> oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST
> /MANIFESTUAC:"level=3D'asInvoker' uiAccess=3D'false'" /manifest:embed /DE=
BUG
> /PDB:"C:/Projects/pwsafe-3.62.0/pwsafe-3.62.0/_build_mfc_2022_x86/CMakeFi=
les/CMakeScratch/TryCompile-o1uhw6/Debug/cmTC_62237.pdb"
> /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
> /IMPLIB:"C:/Projects/pwsafe-3.62.0/pwsafe-3.62.0/_build_mfc_2022_x86/CMak=
eFiles/CMakeScratch/TryCompile-o1uhw6/Debug/cmTC_62237.lib"
> /MACHINE:X86 /SAFESEH  /machine:X86 cmTC_62237.dir\Debug\testCXXCompiler.=
obj
>
>
>
>     LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
> [C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\cmTC_62237.vcxproj]
>
>
>
>     Done Building Project
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\cmTC_62237.vcxproj"
> (default targets) -- FAILED.
>
>
>
>
>
>
>
>     Build FAILED.
>
>
>
>
>
>
>
>
> "C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\cmTC_62237.vcxproj"
> (default target) (1) ->
>
>
>
>     (Link target) ->
>
>
>
>       LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
> [C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\C=
MakeScratch\TryCompile-o1uhw6\cmTC_62237.vcxproj]
>
>
>
>
>
>
>
>         0 Warning(s)
>
>
>
>         1 Error(s)
>
>
>
>
>
>
>
>     Time Elapsed 00:00:00.67
>
>
>
>
>
>
>
>
>
>
>
>
>
>   CMake will not be able to correctly generate this project.
>
> Call Stack (most recent call first):
>
>   CMakeLists.txt:3 (project)
>
>
>
>
>
> Configuring incomplete, errors occurred!
>
>
>
>
>
>
>
>
>
>    - Randy Martin  -
>
>
> _______________________________________________
> Passwordsafe-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel
>


--=20
Ubi dubium, ibi libertas (where there is doubt, there is freedom)

--00000000000049a95d05fc7ff5d6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">Hi,=
</div><div class=3D"gmail_default" style=3D"font-size:small"><br></div><div=
 class=3D"gmail_default" style=3D"font-size:small">Looks like there&#39;s a=
 problem in your dev environment. Can you compiled and run a simple &quot;H=
ellow, World!&quot; C++ program?</div><div class=3D"gmail_default" style=3D=
"font-size:small"><br></div><div class=3D"gmail_default" style=3D"font-size=
:small">(note to self - remove .sln files and update build instructions)</d=
iv></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_att=
r">On Wed, May 24, 2023 at 5:28=E2=80=AFPM Randy Martin &lt;<a href=3D"mail=
to:[email protected]">[email protected]</a>&gt; wrote=
:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.=
8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=3D"=
msg-9025708262872395147">





<div lang=3D"EN-US" style=3D"overflow-wrap: break-word;">
<div class=3D"m_-9025708262872395147WordSection1">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Thank you for the feedback.=C2=A0 This appears to be=
 much more promising than the .sln file in the project folder.<u></u><u></u=
></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<ol style=3D"margin-top:0in" start=3D"1" type=3D"1">
<li class=3D"m_-9025708262872395147MsoListParagraph" style=3D"margin-left:0=
in">I installed Cmake from <a href=3D"http://cmake.org" target=3D"_blank">c=
make.org</a><u></u><u></u></li><li class=3D"m_-9025708262872395147MsoListPa=
ragraph" style=3D"margin-left:0in">Created _<i>build_mfc_2022</i>_x86 folde=
r =C2=A0for VS2022 output Win32<u></u><u></u></li><li class=3D"m_-902570826=
2872395147MsoListParagraph" style=3D"margin-left:0in">Ran Configure and rec=
eive the output below.=C2=A0 Most notably it was unable to find Kernel32.li=
b<u></u><u></u></li></ol>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">I don=E2=80=99t know what to update to fix this prob=
lem.=C2=A0 I suspect there will be other missing .libs once I fix this unle=
ss the fix includes an additional library folder.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">I am new to Cmake.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">What should I do next?=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Here is the output of Configure.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Selecting Windows SDK version 10.0.22621.0 to target=
 Windows 10.0.19045.<u></u><u></u></p>
<p class=3D"MsoNormal">The CXX compiler identification is MSVC 19.36.32532.=
0<u></u><u></u></p>
<p class=3D"MsoNormal">The C compiler identification is MSVC 19.36.32532.0<=
u></u><u></u></p>
<p class=3D"MsoNormal">Detecting CXX compiler ABI info<u></u><u></u></p>
<p class=3D"MsoNormal">Detecting CXX compiler ABI info - failed<u></u><u></=
u></p>
<p class=3D"MsoNormal">Check for working CXX compiler: C:/Program Files/Mic=
rosoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x=
86/cl.exe<u></u><u></u></p>
<p class=3D"MsoNormal">Check for working CXX compiler: C:/Program Files/Mic=
rosoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x=
86/cl.exe - broken<u></u><u></u></p>
<p class=3D"MsoNormal">CMake Error at C:/Program Files/CMake/share/cmake-3.=
26/Modules/CMakeTestCXXCompiler.cmake:60 (message):<u></u><u></u></p>
<p class=3D"MsoNormal">=C2=A0 The C++ compiler<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 &quot;C:/Program Files/Microsoft =
Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x86/cl.e=
xe&quot;<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0 is not able to compile a simple test program.=
<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0 It fails with the following output:<u></u><u>=
</u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Change Dir: C:/Projects/pwsafe-3.=
62.0/pwsafe-3.62.0/_build_mfc_2022_x86/CMakeFiles/CMakeScratch/TryCompile-o=
1uhw6<u></u><u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0Run Build Command(s):C:/Prog=
ram Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/=
MSBuild.exe cmTC_62237.vcxproj /p:Configuration=3DDebug /p:Platform=3DWin32=
 /p:VisualStudioVersion=3D17.0 /v:n &amp;&amp; MSBuild version 17.6.3+07e29=
4721
 for .NET Framework<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Build started 5/24/2023 12:47:49 =
PM.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Project &quot;C:\Projects\pwsafe-=
3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile=
-o1uhw6\cmTC_62237.vcxproj&quot; on node 1 (default targets).<u></u><u></u>=
</p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 PrepareForBuild:<u></u><u></u></p=
>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Creating directory &q=
uot;cmTC_62237.dir\Debug\&quot;.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Creating directory &q=
uot;C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\=
CMakeScratch\TryCompile-o1uhw6\Debug\&quot;.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Creating directory &q=
uot;cmTC_62237.dir\Debug\cmTC_62237.tlog\&quot;.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 InitializeBuildStatus:<u></u><u><=
/u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Creating &quot;cmTC_6=
2237.dir\Debug\cmTC_62237.tlog\unsuccessfulbuild&quot; because &quot;Always=
Create&quot; was specified.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 ClCompile:<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 C:\Program Files\Micr=
osoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\HostX64\x8=
6\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /Oy- /D _MBCS /D WIN3=
2 /D _WINDOWS /D &quot;CMAKE_INTDIR=3D\&quot;Debug\&quot;&quot; /Gm- /EHsc =
/RTC1
 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo&quot;cmTC_622=
37.dir\Debug\\&quot; /Fd&quot;cmTC_62237.dir\Debug\vc143.pdb&quot; /externa=
l:W1 /Gd /TP /analyze- /errorReport:queue &quot;C:\Projects\pwsafe-3.62.0\p=
wsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile-o1uhw6\=
testCXXCompiler.cxx&quot;<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Microsoft (R) C/C++ O=
ptimizing Compiler Version 19.36.32532 for x86<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Copyright (C) Microso=
ft Corporation.=C2=A0 All rights reserved.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 testCXXCompiler.cxx<u=
></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cl /c /Zi /W1 /WX- /d=
iagnostics:column /Od /Ob0 /Oy- /D _MBCS /D WIN32 /D _WINDOWS /D &quot;CMAK=
E_INTDIR=3D\&quot;Debug\&quot;&quot; /Gm- /EHsc /RTC1 /MDd /GS /fp:precise =
/Zc:wchar_t /Zc:forScope /Zc:inline /Fo&quot;cmTC_62237.dir\Debug\\&quot; /=
Fd&quot;cmTC_62237.dir\Debug\vc143.pdb&quot;
 /external:W1 /Gd /TP /analyze- /errorReport:queue &quot;C:\Projects\pwsafe=
-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompil=
e-o1uhw6\testCXXCompiler.cxx&quot;<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Link:<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 C:\Program Files\Micr=
osoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\bin\HostX64\x8=
6\link.exe /ERRORREPORT:QUEUE /OUT:&quot;C:\Projects\pwsafe-3.62.0\pwsafe-3=
.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile-o1uhw6\Debug\c=
mTC_62237.exe&quot;
 /INCREMENTAL /ILK:&quot;cmTC_62237.dir\Debug\cmTC_62237.ilk&quot; /NOLOGO =
kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut=
32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:&quot;leve=
l=3D&#39;asInvoker&#39; uiAccess=3D&#39;false&#39;&quot; /manifest:embed
 /DEBUG /PDB:&quot;C:/Projects/pwsafe-3.62.0/pwsafe-3.62.0/_build_mfc_2022_=
x86/CMakeFiles/CMakeScratch/TryCompile-o1uhw6/Debug/cmTC_62237.pdb&quot; /S=
UBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:&quot;C:/Projects/=
pwsafe-3.62.0/pwsafe-3.62.0/_build_mfc_2022_x86/CMakeFiles/CMakeScratch/Try=
Compile-o1uhw6/Debug/cmTC_62237.lib&quot;
 /MACHINE:X86 /SAFESEH=C2=A0 /machine:X86 cmTC_62237.dir\Debug\testCXXCompi=
ler.obj<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 LINK : fatal error LNK1104: canno=
t open file &#39;kernel32.lib&#39; [C:\Projects\pwsafe-3.62.0\pwsafe-3.62.0=
\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile-o1uhw6\cmTC_62237.v=
cxproj]<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Done Building Project &quot;C:\Pr=
ojects\pwsafe-3.62.0\pwsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScra=
tch\TryCompile-o1uhw6\cmTC_62237.vcxproj&quot; (default targets) -- FAILED.=
<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Build FAILED.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 &quot;C:\Projects\pwsafe-3.62.0\p=
wsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile-o1uhw6\=
cmTC_62237.vcxproj&quot; (default target) (1) -&gt;<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 (Link target) -&gt; <u></u><u></u=
></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 LINK : fatal error LN=
K1104: cannot open file &#39;kernel32.lib&#39; [C:\Projects\pwsafe-3.62.0\p=
wsafe-3.62.0\_build_mfc_2022_x86\CMakeFiles\CMakeScratch\TryCompile-o1uhw6\=
cmTC_62237.vcxproj]<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 Warning=
(s)<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1 Error(s=
)<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 Time Elapsed 00:00:00.67<u></u><u=
></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0 <u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0 CMake will not be able to correctly generate =
this project.<u></u><u></u></p>
<p class=3D"MsoNormal">Call Stack (most recent call first):<u></u><u></u></=
p>
<p class=3D"MsoNormal">=C2=A0 CMakeLists.txt:3 (project)<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Configuring incomplete, errors occurred!<u></u><u></=
u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<ul style=3D"margin-top:0in" type=3D"disc">
<li class=3D"MsoNormal">Randy Martin=C2=A0 -<u></u><u></u></li></ul>
</div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
</div>

_______________________________________________<br>
Passwordsafe-devel mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel"=
 rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/l=
istinfo/passwordsafe-devel</a><br>
</div></blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gm=
ail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signatu=
re"><div dir=3D"ltr"><span style=3D"font-size:12.8px">Ubi dubium, ibi liber=
tas (where there is doubt, there is freedom)</span><br></div></div>

--00000000000049a95d05fc7ff5d6--


--===============4904577696273481390==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============4904577696273481390==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Passwordsafe-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel

--===============4904577696273481390==--