> I ran into some problems trying to get a program using synapse compiled on > OSX. The current stable synapse reports an error while compiling - as the > fpc osx sockets unit does not have MSG_NOSIGNAL defined. > > Just defining MSG_NOSIGNAL to some random number (42) lets the program > compile but results in a SIGPIPE abort while running the program.
OSX does not having this flag? If not, set this to value 0. Or OSX have this flag, and just not defined in FPC units? Purpose of MSG_NOSIGNAL flag is do not call SIGPIPEs... However AFAIK you are using version 2.1.5, what not have stable status yet. Creating libraries for FPC is big headache, because FPC developers likely mades incomatible changes... :-/ I rather waiting for stable versions and then I creating tons of fixes... -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
