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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build
libpsl-0.21.5on Windows 7 Ultimate (64-bit) using MSVC 2017 and running into a configuration issue.System Setup
cl.exeandnmakeconfirmed working)C:\Program Files\CMake\bin\cmake.exelibpsl-0.21.5from sourceProblem
When running
nmakeinmsvc, the build fails with:This suggests that
config-msvc.makis 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.infiles.config-msvc.mak.intoconfig-msvc.mak, but it contains placeholders instead of actual values.Questions for the Community
config-msvc.mak?generate-msvc.makbe working, or does it require specific inputs?replace.pybe used to replace placeholders in.infiles?libpslon Windows using MSVC 2017?Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions