Re: Pg 1.3 snapshot 5-12 on open error

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>, "Patrick Hatcher" <PHatcher(at)macys(dot)com>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Pg 1.3 snapshot 5-12 on open error
Date: 2005-05-13 09:57:37
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490DE07@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Raphaël Enrici [mailto:blacknoz(at)club-internet(dot)fr]
> Sent: 12 May 2005 23:19
> To: Patrick Hatcher; Dave Page; Andreas Pflug
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] Pg 1.3 snapshot 5-12 on open error
>
> Hi Patrick,
>
> Patrick Hatcher wrote:
> >
> >
> >
> > snapshot: pgadmin3-trunk-20050512.tar.bz2
> >
> > Receive the following error message when opening app:
> >
> > can't open file
> >
> '/Application/pgAdmin3.app/Contents/MacOS/../i18n/pgadmin3.lng
> '(error 2: No
> > such file or directory)
> > Once the error message is dismissed the app opens.
>
>
> I have a similar problem under Debian (build from a fresh svn
> checkout):
> <------------------->
> An error has occured:
> can't open file './../i18n/pgadmin3.lng' (error 2: Aucun fichier ou
> répertoire de ce type)
> <------------------->

Can you test again after I apply Florian's patch please?

> @Dave,Andreas: maybe nothing to do with it but src/pgAdmin3.dsp has
> still a line
> SOURCE=.\ui\pgadmin3.lng
>
> Shouldn't it be something like:
> SOURCE=.\i18n\pgadmin3.lng

Yeah - but that only stops us VC++ users editting the file in VC++. It won't break the build. Thanks though :-)

/D

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-13 10:01:01 SVN Commit by dpage: r4180 - trunk/pgadmin3/src
Previous Message Dave Page 2005-05-13 09:54:18 Re: i18n Makefile for 1.3.0 does not handle DESTDIR correctly