ViennaPS icon indicating copy to clipboard operation
ViennaPS copied to clipboard

Unable to build application due to vtk error

Open ffedorov opened this issue 1 year ago • 4 comments

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 aaa

ffedorov avatar May 17 '24 09:05 ffedorov

Can you please provide the full error message? Also, do you have git installed?

Curve avatar May 21 '24 16:05 Curve

image image yes, git is installed on my PC(checked with git --version), on screenshots there are both full error messages image

ffedorov avatar May 22 '24 12:05 ffedorov

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.

Curve avatar May 22 '24 12:05 Curve

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

ffedorov avatar May 22 '24 13:05 ffedorov

Closing due to inactivity. Feel free to re-open in case the issue persists :)

Curve avatar Jul 23 '24 18:07 Curve