Hi<br><br>I tried to "make all" for at my work Windows machine. I have git and MINGW32 unix shell environment installed.<br>The build fails as shown below. The problematic line is clearly this:<br>  sh: C:\Program: No such file or directory<br>
For some reason "sh" is started and it does not understand spaces in paths.<br>The interesting thing is that I use normal Windows cmd, not the MINGW32 shell.<br>If I test in MINGW32 shell, it gives the same error.<br>
<br>"$ which make" in MINGW32 shell says (correctly) :<br>  /c/FPC/2.6.0/bin/i386-Win32/make<br><br>I remember seeing questions of this problem also before. How to solve it?<br><br>Regards,<br>Juha<br><br>...<br>
Compiling noguiint.pp<br>Compiling noguiwsfactory.pas<br>735 lines compiled, 0.6 sec<br>C:/FPC/2.6.0/bin/i386-Win32/cp.exe -f Makefile.compiled ../../units/i386-win32/nogui/LCL.compiled<br>make[3]: Leaving directory `C:/SW/lazarus/lcl/interfaces/nogui'<br>
make[2]: Leaving directory `C:/SW/lazarus/lcl/interfaces'<br>make[1]: Leaving directory `C:/SW/lazarus/lcl'<br>make -C tools<br>makefile:2332: warning: overriding commands for target `.'<br>makefile:2330: warning: ignoring old commands for target `.'<br>
make[1]: Entering directory `C:/SW/lazarus/tools'<br>echo<br>sh: C:\Program: No such file or directory<br>make[1]: *** [all] Error 127<br>make[1]: Leaving directory `C:/SW/lazarus/tools'<br>make: *** [lazbuild] Error 2<br>
<br><br>