Yury Sidorov schreef: > From: "Vincent Snijders" <[EMAIL PROTECTED]> >> Horacio Jamilis schreef: >> The description is clear, but I don't know yet how to fix it. Can >> you >> create a bug report? Maybe there is some incompatibility between RTL >> routine to get the configuration directory and the way the compiler >> tries to open files. > > It is caused by make.exe. If a command contains quote " make.exe > creates .bat file with that command and executes this .bat file via > cmd.exe, which performs OEM->ANSI conversion for .bat file text... > > To fix this problem use ' instead of " as quotation and make.exe will > not create .bat file and all will work (also on Win9x). >
Thanks. I will try to fix it like you proposed. Vincent _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
