Re: [PATCH] Various OSX fixes & .app bundle building

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Various OSX fixes & .app bundle building
Date: 2005-03-17 12:44:43
Message-ID: 42397BBB.7030208@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

>>There a also a few more problems I forgot to mention
>>.) There is no ssl-support - the configure-script somehow decides
>>that my build of libpq doesn't include ssl support - but the
>>libpq-configure actually found openssl, and has enabled ssl support.
> Hmm - whilst I doubt my configure-ese is up to it, can you supply a
> config.log file so that Adam can take a look (assuming he has time of
> course :-p ).
Ok - I'll do that.

>>.) Some icons in pgadmin look strange - they seem to be
>>reduced to only
>>a few colors. It looks like this only concerns the icons used in the
>>tree-view, but I haven't investigated this further.
>
> Perhaps the treeview control only supports 16 colours on Mac?
Hm... could be the reason - I reported it as a bug to wxmac, but they
answered that they don't know about any problems, but they want
to see a screenshot... maybe the wxmac people can figure something out...

At the moment I'm working on some improvements to the app-bundle
bulding. It the patch I sent you, pgadmin is first
installed into ./tmp, and the files are copied from there into
the bundle. I'm trying to point datadir and friend directly to the
bundle instead, because it should make building the bundle much faster,
and generally seems to be less hacky ;-)

But - for the moment - I'm fighting with automake - it doesn't seem to
like what I'm trying to do ;-)

Anyway, thanks for applying

greetings, Florian Pflug

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Merlin Moncure 2005-03-17 14:44:10 Re: prevent users from seeing pl/pgsql code in pgadmin
Previous Message Dave Page 2005-03-16 22:42:50 Re: prevent users from seeing pl/pgsql code in pgadmin