Unable to build application due to vtk error
hi, I got this error message, I attached on the screenshot, I tried to fix that by installing vtk manually, making changes in gitignore file, write down path by myself and even try another IDE, can you please help me to fix this
Can you please provide the full error message? Also, do you have git installed?
yes, git is installed on my PC(checked with git --version), on screenshots there are both full error messages
Those are not the full messages. They are cut off, a complete CMake error log would be really helpful.
Just a guess: VTK uses long paths, git might have issues with that, try running git config --system core.longpaths true to bypass windows' path limit.
ok, I will send you logs if this won't help, I think you are write with your guess because when I tried to run code on CLion it shows message that some of vtk folders has long path, I tried to fix it but I don't have rights to update git config so I will try a bit later on my own PC, thanks for helping
Closing due to inactivity. Feel free to re-open in case the issue persists :)