Autogen build on Windows 10/Msys2 MinGW 64
n0dus opened this issue · 2 comments
n0dus commented
Building pocketsphinx 5prealpha on Windows 10 using Msys2 system with MinGW 64 gives Makefiles containing the following lines:
SWIG_LIB = C:\msys64\mingw64\bin\Lib
C:/msys64/mingw64/share/swig/4.0.2
Trying to build the system using "make" results in the following error:
Makefile: 312: *** missing separator. Stop.
Replacing the newline by a space fixes the problem.
This issue affects all Makefiles in all CMU Sphinx related projects (also sphinxbase etc.).