I added the following to allow fcl/net/fpsock.pp to build, however this is a bad hack. The MSG_NOSIGNAL constant is used in fpsock.pp, but not declared anywhere in the RTL.
+{$IF not declared(MSG_NOSIGNAL)}
+ {$IFDEF LINUX}
+ const
+ MSG_NOSIGNAL = $4000;
+ {$ELSE}
+ const
+ MSG_NOSIGNAL = 0;
+ {$ENDIF}
+{$ENDIF}
johannes
--
http://www.sipsolutions.de/
GnuPG key: http://www.sipsolutions.de/keys/JohannesBerg.asc
Key-ID: 9AB78CA5 Johannes Berg <[EMAIL PROTECTED]>
Fingerprint = AD02 0176 4E29 C137 1DF6 08D2 FC44 CF86 9AB7 8CA5
signature.asc
Description: This is a digitally signed message part
