You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to compile and test this example on a Windows PC, but ran into issues because I can't find a feasible way to get valgrind in a Windows environment. After searching the internet it looks like it is simply not supported for Windows.
Expected Behavior
I would expect there to be a working example for Windows as well (Maybe using a different tool other than valgrind).
Current Behavior
There is no working example for Windows.
Possible Solution
Having a working example with a different tool other than valgrind for Windows would be helpful
Your Environment
Windows 7
Visual Studio 2017
The text was updated successfully, but these errors were encountered:
Thanks for reporting. It is true that we have tested this also on Windows but one unfortunate thing is that the configuration will not complain if Valgrind is not found and I did not see that earlier.
which makes it easier to use with CMake.
I have no windows box at hand (and I don't want to :-) so I cannot help much but I can review the code and test it on Linux.
Thanks for the advice! I am really enjoying this book by the way. It is so hard to find good information on CMake anywhere!
There's so many outdated examples on the internet that I always feel like I have to sift through a steaming pile of garbage to learn anything useful...
I attempted to compile and test this example on a Windows PC, but ran into issues because I can't find a feasible way to get valgrind in a Windows environment. After searching the internet it looks like it is simply not supported for Windows.
Expected Behavior
I would expect there to be a working example for Windows as well (Maybe using a different tool other than valgrind).
Current Behavior
There is no working example for Windows.
Possible Solution
Having a working example with a different tool other than valgrind for Windows would be helpful
Your Environment
Windows 7
Visual Studio 2017
The text was updated successfully, but these errors were encountered: