Re: [pgadmin-hackers] patch to fix pgadmin1.8.4 build on Solaris 10.

2008-07-09 Thread Mayuresh Nirhali
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 <[EM

[pgadmin-hackers] patch to fix pgadmin1.8.4 build on Solaris 10.

2008-07-09 Thread Mayuresh Nirhali
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