
Hi,
I'm trying to install and compile and use Cantera with Visual Studio 2019.
I've followed the steps of the instructions in:
https://gist.github.com/ischoegl/ab777f871a48d7f40ecc32c1c849faa3However when I try to use 'scons build', I get the following error
: In file included from ext\googletest\googletest\src\gtest-all.cc:41:0:
ext\googletest\googletest/src/gtest.cc:86:32: fatal error: crtdbg.h: No such file or directory
# include <crtdbg.h> // NOLINT
^
compilation terminated.
scons: *** [build\ext\googletest\googletest\src\gtest-all.o] Error 1
scons: building terminated because of errors.
If you have any advice what I could do to overcome this problem, I would really appreciate it.
Best regards,
lt SU