<HTML><BODY><P>Trying to run test suit out of r21343 results in</P>
<P>C:\prog\FPC_UTIL\make.exe full TEST_FPC=C:\prog\FPC\bin\i386-win32\fpc.exe<BR>...<BR>Free Pascal Compiler version 2.7.1 [2012/05/20] for i386<BR>Copyright (c) 1993-2012 by Florian Klaempfl and others<BR>Target OS: Win32 for i386<BR>Compiling dotest.pp<BR>Compiling redir.pp<BR>redir.pp(980,41) Error: Identifier not found "cint"<BR>redir.pp(980,47) Error: Identifier not found "cint"<BR>redir.pp(983,6) Warning: Comparison might be always false due to range of constant and expression<BR>redir.pp(983,15) Warning: unreachable code<BR>redir.pp(984,14) Error: Identifier not found "wifexited"<BR>redir.pp(985,41) Error: Identifier not found "wexitstatus"<BR>redir.pp(986,12) Warning: Comparison might be always true due to range of constant and expression<BR>redir.pp(988,2) Error: Operator is not overloaded: - "<erroneous type>"<BR>redir.pp(1089) Fatal: There were 5 errors compiling module, stopping<BR>Fatal: Compilation aborted<BR>...</P>
<P>This piece of code ("TransformfpSystemToShell") was introduced in r21341, if I understand right.<BR>Should it be surrounded by {$ifdef UNIX} as it's done for TransformfpSystemToShell call itself?..<BR></P></BODY></HTML>