The setup installation process using "MFront in C:\Program Files (x86)" path works in windows environment, but MFront execution hangs because the Path contains space characters.
Thanks in advance.
This is a restriction related to how include paths are handled by the MinGW compiler and/or the MakefileGenerator. I need to see if this can be relaxed with Visual Studio and the CMakeGenerator.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a restriction related to how include paths are handled by the
MinGWcompiler and/or theMakefileGenerator. I need to see if this can be relaxed withVisual Studioand theCMakeGenerator.Apparently, a workaround is mandatory:
https://stackoverflow.com/questions/3328199/how-do-i-specify-a-path-with-white-space-in-it-with-cmake
Fixed in:
rliv-3.0rliv-3.1trunk