0

Was anybody able to install libjpeg using Visual Studio 2022? I've tried to run nmake /f makefile.vc setup-v17 from the "Developer Command Prompt for VS 2022". While this should be the correct approach, I'm receiving the error message fatal error U1073: don't know how to make 'setup-v17'.

0xbadf00d
  • 17,405
  • 15
  • 67
  • 107

1 Answers1

0

I'm really sorry to ask some basic checks but sometimes, it can unlock some problems...

First of all, can you ensure you’ve checked the item "Desktop development with C++" in the Workloads tab of Visual Studio Installer (ref.)?

Can you check that you execute command in the same directory where you have drop & extract the makefile.vc file ?

Like preconized Vinz in an answer of your shared post, have you try to iterate on version to be sure like setup-v10, setup-v11, ... until setup-v17 to be sure that is the correct version ?

Can you test instead of nmake /f makefile.vs setup-v17 command this :

nmake /f makefile.vs setupcopy-v17

I hope it can help you, GLHF !

gujou
  • 416
  • 2
  • 6