patch to fix pgadmin1.8.4 build on Solaris 10.

From: Mayuresh Nirhali <Mayuresh(dot)Nirhali(at)Sun(dot)COM>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: patch to fix pgadmin1.8.4 build on Solaris 10.
Date: 2008-07-09 11:42:15
Message-ID: 4874A417.3030208@Sun.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

cheers
Mayuresh

Attachment Content-Type Size
ipaddrnone_solaris.diff text/x-patch 477 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Mayuresh Nirhali 2008-07-09 11:52:15 Re: patch to fix pgadmin1.8.4 build on Solaris 10.
Previous Message Dave Page 2008-07-09 11:40:56 Re: Enabling SQL text field in the SQL tab of object dialog