Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
158 stars 31 forks source link

Visual Studio 2019 Debug Build Errors #145

Open mourendxu opened 4 years ago

mourendxu commented 4 years ago

I think this might need to be added to the documentation, or maybe it's something that can be added to cmake.

Basically, when trying to do a debug build, all of the unit test would fail, because multiple CL.exe instances are trying to write to the same pdb file. The output messages said to add /FS to the command line option, and it got rid of those errors.

But I am still seeing messages like tmp\Debug\vc142.pdb'; linking object as if no debug info

And a couple of failed unit test builds with the following error *I removed my paths* fatal error C1033: cannot open program database 'hello-world\tmp\Debug\vc142.pdb'