uSerial compilation problem under Linux amd64
Posted: 03 Oct 2011, 10:38
Hi,
i tried to compile svn r556, but compilation ends with error:
now i am not sure what causes this problem, while i upgraded to fpc 2.4.4 in last days...
regards
i tried to compile svn r556, but compilation ends with error:
Code: Select all
Compiling /home/slavko/projekty/svn/export/bricxcc-3.3+svn556/bricktools/uSerial.pas
uSerial.pas(364,10) Error: function header doesn't match the previous declaration "SerialSetRTS(Boolean):Boolean;"
uSerial.pas(18,10) Hint: Found declaration: SerialSetRTS(LongInt,Boolean):Boolean;
uSerial.pas(368,10) Error: function header doesn't match the previous declaration "SerialSetDTR(Boolean):Boolean;"
uSerial.pas(17,10) Hint: Found declaration: SerialSetDTR(LongInt,Boolean):Boolean;
uSerial.pas(375) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
regards