Обсуждение: Error configuring 1.6.3

Поиск
Список
Период
Сортировка

Error configuring 1.6.3

От
Clodoaldo
Дата:
The tarball was downloaded at Feb 11 12:57 UTC

# make all
...
./frm/frmAbout.cpp: In member function 'void frmAbout::OnPaint(wxPaintEvent&)':
./frm/frmAbout.cpp:62: error: expected `)' before 'LVERSION_SVN'
make[2]: *** [frmAbout.o] Error 1
make[2]: Leaving directory `/root/pgadmin3/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pgadmin3'
make: *** [all] Error 2


FC5 i386

Regards,
-- 
Clodoaldo Pinto Neto


Re: Error configuring 1.6.3

От
"Dave Page"
Дата:

> ------- Original Message -------
> From: Clodoaldo <clodoaldo.pinto.neto@gmail.com>
> To: Pgadmin-Support <pgadmin-support@postgresql.org>
> Sent: 2/11/07, 1:15:09 PM
> Subject: [pgadmin-support] Error configuring 1.6.3
> 
> The tarball was downloaded at Feb 11 12:57 UTC
> 
> # make all
> ...
> ./frm/frmAbout.cpp: In member function 'void frmAbout::OnPaint(wxPaintEvent&)':
> ./frm/frmAbout.cpp:62: error: expected `)' before 'LVERSION_SVN'
> make[2]: *** [frmAbout.o] Error 1
> make[2]: Leaving directory `/root/pgadmin3/pgadmin'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/pgadmin3'
> make: *** [all] Error 2

There is no 1.6.3 yet, and the error above is clearly from svn-trunk (because it's building in pgadmin/ and not src/.

What exactly do you have?

Regards, Dave


Re: Error configuring 1.6.3

От
Clodoaldo
Дата:
2007/2/11, Dave Page <dpage@postgresql.org>:
>
>
> > ------- Original Message -------
> > From: Clodoaldo <clodoaldo.pinto.neto@gmail.com>
> > To: Pgadmin-Support <pgadmin-support@postgresql.org>
> > Sent: 2/11/07, 1:15:09 PM
> > Subject: [pgadmin-support] Error configuring 1.6.3
> >
> > The tarball was downloaded at Feb 11 12:57 UTC
> >
> > # make all
> > ...
> > ./frm/frmAbout.cpp: In member function 'void frmAbout::OnPaint(wxPaintEvent&)':
> > ./frm/frmAbout.cpp:62: error: expected `)' before 'LVERSION_SVN'
> > make[2]: *** [frmAbout.o] Error 1
> > make[2]: Leaving directory `/root/pgadmin3/pgadmin'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/root/pgadmin3'
> > make: *** [all] Error 2
>
> There is no 1.6.3 yet, and the error above is clearly from svn-trunk (because it's building in pgadmin/ and not
src/.
>
> What exactly do you have?

This is what I downloaded:
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3.tar.gz?view=tar

What is the path to the last tested tarball?

Regards,
-- 
Clodoaldo Pinto Neto


Re: Error configuring 1.6.3

От
"Dave Page"
Дата:

> ------- Original Message -------
> From: Clodoaldo <clodoaldo.pinto.neto@gmail.com>
> To: "Dave Page" <dpage@postgresql.org>
> Sent: 2/11/07, 5:36:42 PM
> Subject: Re: [pgadmin-support] Error configuring 1.6.3
> 
> 2007/2/11, Dave Page <dpage@postgresql.org>:
> >
> >
> > > ------- Original Message -------
> > > From: Clodoaldo <clodoaldo.pinto.neto@gmail.com>
> > > To: Pgadmin-Support <pgadmin-support@postgresql.org>
> > > Sent: 2/11/07, 1:15:09 PM
> > > Subject: [pgadmin-support] Error configuring 1.6.3
> > >
> > > The tarball was downloaded at Feb 11 12:57 UTC
> > >
> > > # make all
> > > ...
> > > ./frm/frmAbout.cpp: In member function 'void frmAbout::OnPaint(wxPaintEvent&)':
> > > ./frm/frmAbout.cpp:62: error: expected `)' before 'LVERSION_SVN'
> > > make[2]: *** [frmAbout.o] Error 1
> > > make[2]: Leaving directory `/root/pgadmin3/pgadmin'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/root/pgadmin3'
> > > make: *** [all] Error 2
> >
> > There is no 1.6.3 yet, and the error above is clearly from svn-trunk (because it's building in pgadmin/ and not
src/.
> >
> > What exactly do you have?
> 
> This is what I downloaded:
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3.tar.gz?view=tar
> 
> What is the path to the last tested tarball?

http://www.postgresql.org/ftp/pgadmin3/release/v1.6.2/src/

Regards, Dave