Thread: pgAdmin3 on Mac OS X status (Was Development question)

pgAdmin3 on Mac OS X status (Was Development question)

From
leon-pg@comvision.com
Date:
I am indeed running pgAdmin3 under OS X. It is mostly usable, but there
are a number of bugs that keep it from being ready for public
consumption. Note my list posting from Feb 11 for a short list of bugs.
I'm keeping a bug list here, which I'm happy to make public on the web
or elsewhere if anyone's interested.

OS: Mac OS X 10.3.7
wx: 2.5.3.3 from CVS
pgAdmin3: CVS tree circa Jan 10 2005

I followed Adam's build instructions
(http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00093.php),
so the configure flags are just "--disable-shared --enable-debug".

I would really like to see the Mac OS X port of pgAdmin3 move out of
the experimental phase, and I don't think that goal is too far away.

Note that my latest attempt to build pgAdmin3 on OS X failed. You
described the cause as "some SSL/build problem". I'm current rebuilding
the latest wxWidgets from CVS and I'll try re-building pgAdmin3 against
that.

Leon


On Feb 14, 2005, at 5:54 AM, Andreas Pflug wrote:

> Leon Miller-Out wrote:
>> Hi. I'm well on my way to making a working Window menu (which I guess
>> is only necessary in OS X, but might be nice in other OSes as well).
>
> Does this mean you're running pgAdmin3 successfully under OSX? No more
> problems? If so, please report your setup (OSX/wx version, configure
> options).
>
> Regards,
> Andreas
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq


Re: pgAdmin3 on Mac OS X status (Was Development question)

From
Adam H.Pendleton
Date:
This SSL compile error is my fault.  I submitted a patch, but it
doesn't appear to fix the problem, so I need to re-work it.  I'll
submit another patch this week.

On Feb 14, 2005, at 9:45 AM, leon-pg@comvision.com wrote:

> I am indeed running pgAdmin3 under OS X. It is mostly usable, but
> there are a number of bugs that keep it from being ready for public
> consumption. Note my list posting from Feb 11 for a short list of
> bugs. I'm keeping a bug list here, which I'm happy to make public on
> the web or elsewhere if anyone's interested.
>
> OS: Mac OS X 10.3.7
> wx: 2.5.3.3 from CVS
> pgAdmin3: CVS tree circa Jan 10 2005
>
> I followed Adam's build instructions
> (http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00093.php),
> so the configure flags are just "--disable-shared --enable-debug".
>
> I would really like to see the Mac OS X port of pgAdmin3 move out of
> the experimental phase, and I don't think that goal is too far away.
>
> Note that my latest attempt to build pgAdmin3 on OS X failed. You
> described the cause as "some SSL/build problem". I'm current
> rebuilding the latest wxWidgets from CVS and I'll try re-building
> pgAdmin3 against that.
>
> Leon
>
>
> On Feb 14, 2005, at 5:54 AM, Andreas Pflug wrote:
>
>> Leon Miller-Out wrote:
>>> Hi. I'm well on my way to making a working Window menu (which I
>>> guess is only necessary in OS X, but might be nice in other OSes as
>>> well).
>>
>> Does this mean you're running pgAdmin3 successfully under OSX? No
>> more problems? If so, please report your setup (OSX/wx version,
>> configure options).
>>
>> Regards,
>> Andreas
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 5: Have you checked our extensive FAQ?
>>
>>               http://www.postgresql.org/docs/faq
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
>      joining column's datatypes do not match


Re: pgAdmin3 on Mac OS X status (Was Development question)

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Adam H.Pendleton
> Sent: 14 February 2005 16:23
> To: leon-pg@comvision.com
> Cc: Andreas Pflug; pgadmin-hackers@postgresql.org
> Subject: Re: pgAdmin3 on Mac OS X status (Was
> [pgadmin-hackers] Development question)
>
> This SSL compile error is my fault.  I submitted a patch, but it
> doesn't appear to fix the problem, so I need to re-work it.  I'll
> submit another patch this week.

Hmm, yes - it seems that error is only triggered by certain configure options. If I let it find the libs itself on
developer.pgadmin.org,is compiles fien, however if I pass it options like --with-pgsql it falls over :-( 

Regards, Dave.