appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

VS 2019 image: 'make' is not recognized #3835

Closed Yuri05 closed 1 year ago

Yuri05 commented 1 year ago

Hi,

I'm trying to call make on a Visual Studio 2019 build image. I have set the VS2019-x64 command line environment via call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"

However when trying to call make after that I'm getting the error message: 'make' is not recognized as an internal or external command, operable program or batch file.

Any advice what might be missing?

grafik

FeodorFitsner commented 1 year ago

What directory is make.exe tool located in?

Yuri05 commented 1 year ago

my bad, never mind. I wrongly assumed make would be part of VS

FeodorFitsner commented 1 year ago

Strange, right? I've seen people installing it with "choco install make" or use one from mingw.

Yuri05 commented 1 year ago

Yes, strange...