I'm trying to build spring-0.82.6.1 on my opensuse x86_32 system. First i run "cmake -DCMAKE_INSTALL_PREFIX=/usr ." and get no errors, which, i believe, means that all dependencies for spring are satisfied. "make spring" doesn't show no errors too. Then i run "sudo make install-spring" (sudo to write files to system folders in /usr), and that's the error I get:
Full log is at http://pastebin.com/xUr4yaAxCMake Error at rts/builds/default/cmake_install.cmake:36 (FILE):
file INSTALL cannot find file
"/home/mkv/src/spring_0.82.6.1/rts/builds/default/CMakeFiles/CMakeRelink.dir/spring"
to install.
What is wrong? What should I do with this?