> -----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)?
Regards, Dave.