gnokii-users
[Top][All Lists]
Advanced

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

Re: Compile error Gnokii-0.3.5 Solaris 2.6


From: Glenn Satchell
Subject: Re: Compile error Gnokii-0.3.5 Solaris 2.6
Date: Sun, 14 Apr 2002 17:00:01 +1000 (EST)

> From: Pawel Kot <address@hidden>
> To: <address@hidden>
> Subject: Re: Compile error Gnokii-0.3.5 Solaris 2.6
> X-BeenThere: address@hidden
> Date: Sat, 13 Apr 2002 16:18:24 +0200 (CEST)
> 
> On Sat, 13 Apr 2002, Glenn Satchell wrote:
> 
> > I get a compile error on Solaris 2.6 with gnokii-0.3.5. The symbol
> > AF_LOCAL is not defined for Solaris, I think the equivalent required is
> > AF_UNIX.
> >
> > The same line of code exists in gnokii-0.4.0pre15, but not in gnokii-0.3.3.
> >
> > Gcc version 2.95.3 20010315 (release), GNU Make version 3.78.1
> 
> That's because 0.3 series is just kept till 0.4.0 is released. We can of
> course release 0.3.6 with this fix, but is it worth of it?

Ok, I didn't look hard enough - I thought the problem also existed
in 0.4.0pre series. However, this has been fixed with this define
earlier on in the same file:

#ifndef AF_LOCAL
#  ifdef AF_UNIX
#    define AF_LOCAL AF_UNIX

And I don't think you should do 0.3.6 either.

regards,
-glenn
--
Glenn Satchell              mailto:address@hidden  ((* <- That's me
Uniq Advances Pty Ltd         http://www.uniq.com.au  *))    skiing the
Mobile 0409 458 580 Ph 02 9380 6360 Fax 02 9380 6416  ((*    giant slalom!
                                                      *X* 




reply via email to

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