Re: patch to fix pgadmin1.8.4 build on Solaris 10.

From: Mayuresh Nirhali <Mayuresh(dot)Nirhali(at)Sun(dot)COM>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org, Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Subject: Re: patch to fix pgadmin1.8.4 build on Solaris 10.
Date: 2008-07-09 11:52:15
Message-ID: 4874A66F.6020908@Sun.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Nirhali(at)sun(dot)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?
>
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2008-07-09 11:57:04 Re: patch to fix pgadmin1.8.4 build on Solaris 10.
Previous Message Mayuresh Nirhali 2008-07-09 11:42:15 patch to fix pgadmin1.8.4 build on Solaris 10.