Re: patch to fix pgadmin1.8.4 build on Solaris 10. - Mailing list pgadmin-hackers

From Mayuresh Nirhali
Subject Re: patch to fix pgadmin1.8.4 build on Solaris 10.
Date
Msg-id 4874A66F.6020908@Sun.COM
Whole thread Raw
In response to Re: patch to fix pgadmin1.8.4 build on Solaris 10.  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Hello,

OpenSolaris has IPADDR_NONE defined in netinet/in.h. but Solaris 10 does
not.
I believe the previous builds for pgAdmin 1.8.4 for were only done for
OpenSolaris.
Could you please confirm, zdenek ?

Mayuresh

Dave Page wrote:
> On Wed, Jul 9, 2008 at 12:42 PM, Mayuresh Nirhali
> <Mayuresh.Nirhali@sun.com> wrote:
>
>> Hello,
>>
>> While building pgadmin 1.8.4 on Solaris 10, I encountered following error.
>>
>> "./debugger/dbgPgConn.cpp", line 97: Error: INADDR_NONE is not defined.
>> gmake[2]: *** [dbgPgConn.o] Error 1
>>
>> This seems to be a known problem with Solaris10.
>> I prepared a patch based on how the same issue is worked around in
>> 'pgadmin/db/pgConn.cpp' and it is attached here.
>>
>> please feel free to comment/review the same.
>>
>
> That code hasn't been a problem for Solaris packages built in the past
> - do you know what has changed?
>
> Zdenek; have you run into this before?
>
>
>


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: patch to fix pgadmin1.8.4 build on Solaris 10.
Next
From: Guillaume Lelarge
Date:
Subject: Re: Dialogs review