bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building CC++ on Mac OS X


From: Federico Montesino Pouzols
Subject: Re: Building CC++ on Mac OS X
Date: Tue, 21 Jan 2003 10:59:21 +0100
User-agent: Mutt/1.4i

On Fri, Jan 17, 2003 at 01:32:01PM -0500, Ian Gough wrote:
> > > 3) in socket.h: socklen_t is undefined. I found references 
> > on the inet 
> > > that spec that FreeBSD prior to 4.x and Solaris prior to 7 (2.7) do 
> > > not define the type socklen_t and some of the mac os X is based on 
> > > FreeBSD 4.4. To cause this to be defined, I included 
> > > -D_BSD_SOCKLEN_T_=int in the Makefile.
> > > 
> > 
> >     Um, we will add a configuration test for this, in order 
> > to define _BSD_SOCKLEN_T when it is missing.
> > 

        Um, I have just looked at this and actually there is already
some autoconf stuff. Could you confirm if, in the config.h of cc++,
the symbol HAVE_SOCKLEN_T is undefined?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]