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