For Philip: Re: [Exim] compiling with Mac OS X, error

Top Page
Delete this message
Reply to this message
Author: Giuliano Gavazzi
Date:  
To: Louie Miranda, exim-users
Old-Topics: [Exim] compiling with Mac OS X, error
Subject: For Philip: Re: [Exim] compiling with Mac OS X, error
os.h-Darwin should contain a conditional definition for
_BSD_SOCKLEN_T_, that was forgotten by Apple in 10.2 headers. In 10.3
it is included in /usr/include/ppc/ansi.h with the comment you can
see in the definition below.
So please add this to OS/os.h-Darwin:



#ifndef        _BSD_SOCKLEN_T_
#define _BSD_SOCKLEN_T_ int32_t                 /* socklen_t (duh) */
#endif


For Louie, this should fix your compilation problem.

Giuliano
--
H U M P H
    || |||
  software


Java & C++ Server/Client/Human Interface applications on MacOS - MacOS X
http://www.humph.com/