Re: pgAdmin3 on Mac - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin3 on Mac
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E43065F2@ratbert.vale-housing.co.uk
Whole thread Raw
In response to pgAdmin3 on Mac  (Adam H.Pendleton <fmonkey@fmonkey.net>)
List pgadmin-hackers

> -----Original Message-----
> From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net]
> Sent: 21 September 2004 21:08
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] pgAdmin3 on Mac
>
>
> On Sep 21, 2004, at 10:05 AM, Dave Page wrote:
>
> >
> >
> >> -----Original Message-----
> >> From: pgadmin-hackers-owner@postgresql.org
> >> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Adam
> >> H.Pendleton
> >> Sent: 21 September 2004 14:21
> >> To: pgadmin-hackers
> >> Subject: [pgadmin-hackers] pgAdmin3 on Mac
> >>
> >> So I've gotten pgAdmin3 to run on the Mac, but I'm having some
> >> problems.  For starters I had to change where all the
> resources are
> >> located, since Mac puts them in a specific location.  Now, when I
> >> startup I see the attached error.
> >> Shouldn't the assert message look different?  In other words,
> >> shouldn't this line:
> >>
> >> #define chkXRC(id) XRCID(#id) == id
> >>
> >> prevent "chkXRC(id)" from actually appearing in the assert?
> >>
> >> In any event, I would assume that pgAdmin3 can't find the
> xrc files,
> >> perhaps?
> >
> > Hi Adam,
> >
> > Out of interest, what happens in a non-debug build (in which the
> > dialogues come from xrcdialogs.cpp)?
>
> This is a release build, that is "EMBED_XRC" is #define'd.
> On Mac, at least for now, it is necessary to build with
> XCode, so stuff like EMBED_XRC I set by hand.

Ahh, in that case it's not the XRC files as they get built in (embedded
if you like ;-) ) when EMBED_XRC is defined.

/F

pgadmin-hackers by date:

Previous
From: Alexander Borkowski
Date:
Subject: Compilation on Windows
Next
From: "Dave Page"
Date:
Subject: Re: just a question ..