Closed Ming-2015 closed 5 years ago
Managed to find the issue. It was probably because the cd command is not used with double quotations, which makes any path with a space in between to become invalid. I re-generated the solution after moving it to C:\ and it's now working fine.
I was following instructions on http://sfemovie.yalir.org/latest/start.php to create the binaries for sfeMovie. Was able to create the build with CMake-gui. Downloaded the Master branch of latest sfeMovie repository. Using SFML version 2.5.1, and did not enable ASS Subtitles.
After generating a solution for Visual Studio 15 2017 (I'm using the Community version) in CMake, I tried building the ALL_BUILD project. The build failed, however.
Here's the output in Visual Studio:
ZERO_CHECK managed to build just fine, but everything else stopped working after the message: 1>/usr/bin/bash: line 0: cd: too many arguments
Please let me know if there's any fix for this problem.