Re: [PATCH] Various OSX fixes & .app bundle building - Mailing list pgadmin-hackers

From Florian G. Pflug
Subject Re: [PATCH] Various OSX fixes & .app bundle building
Date
Msg-id 42397BBB.7030208@phlo.org
Whole thread Raw
In response to Re: [PATCH] Various OSX fixes & .app bundle building  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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

Attachment

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: prevent users from seeing pl/pgsql code in pgadmin
Next
From: "Merlin Moncure"
Date:
Subject: Re: prevent users from seeing pl/pgsql code in pgadmin