MSVC Build Error – config-msvc.mak
Not Found
#250
Replies: 1 comment
-
On a Unix system or userland, such as mingw, run OR Download the release tarball, not the git checkout nor the github archives autogenerated tarball, which should include this file already.
Dunno, don't use the Makefiles myself, but the Meson wrapdb continuous integration does use No unix userland required, Meson is a fully native Windows build system running via Windows python. I'm a Linux developer who doesn't know or like Windows :D but I volunteered to help libpsl out by maintaining its portable, cross-platform Meson build system since I'm also an upstream Meson developer. According to https://github.com/rockdaboot/libpsl/blob/master/README.MSVC.md it is supposed to work, though it isn't tested in CI. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build
libpsl-0.21.5
on Windows 7 Ultimate (64-bit) using MSVC 2017 and running into a configuration issue.System Setup
cl.exe
andnmake
confirmed working)C:\Program Files\CMake\bin\cmake.exe
libpsl-0.21.5
from sourceProblem
When running
nmake
inmsvc
, the build fails with:This suggests that
config-msvc.mak
is either missing or not being generated properly.What I've Tried
nmake /f generate-msvc.mak
, but it does not createconfig-msvc.mak
.replace.py
, but it does not seem to replace placeholders in.in
files.config-msvc.mak.in
toconfig-msvc.mak
, but it contains placeholders instead of actual values.Questions for the Community
config-msvc.mak
?generate-msvc.mak
be working, or does it require specific inputs?replace.py
be used to replace placeholders in.in
files?libpsl
on Windows using MSVC 2017?Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions