Thread: BUG #2439: pgAdmin III v1.4.1 fails to compile with GCC 4.1.0

BUG #2439: pgAdmin III v1.4.1 fails to compile with GCC 4.1.0

From
"Jason Kankiewicz"
Date:
The following bug has been logged online:

Bug reference:      2439
Logged by:          Jason Kankiewicz
Email address:      jason.kankiewicz@gmail.com
PostgreSQL version: 8.1
Operating system:   Gentoo Linux ~amd64
Description:        pgAdmin III v1.4.1 fails to compile with GCC 4.1.0
Details:

"emerge =pgadmin3-1.4.1" produces the following errors with GCC 4.1.0:

pgadmin3-1.4.1/src/include/pgSchema.h:88: error: extra qualification
'pgSchemaObject::' on member 'pgSchemaObject'
pgadmin3-1.4.1/xtra/pgagent/include/connection.h:44: extra qualification
'DBConn::' on member 'DBConn'

Removing the extra qualifications allows the build to succeed.

Re: BUG #2439: pgAdmin III v1.4.1 fails to compile with GCC 4.1.0

From
"Dave Page"
Date:
=20

> -----Original Message-----
> From: pgsql-bugs-owner@postgresql.org=20
> [mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Jason Kankiewicz
> Sent: 14 May 2006 17:08
> To: pgsql-bugs@postgresql.org
> Subject: [BUGS] BUG #2439: pgAdmin III v1.4.1 fails to=20
> compile with GCC 4.1.0
>=20
>=20
> The following bug has been logged online:
>=20
> Bug reference:      2439
> Logged by:          Jason Kankiewicz
> Email address:      jason.kankiewicz@gmail.com
> PostgreSQL version: 8.1
> Operating system:   Gentoo Linux ~amd64
> Description:        pgAdmin III v1.4.1 fails to compile with GCC 4.1.0
> Details:=20
>=20
> "emerge =3Dpgadmin3-1.4.1" produces the following errors with GCC 4.1.0:
>=20
> pgadmin3-1.4.1/src/include/pgSchema.h:88: error: extra=20
> qualification 'pgSchemaObject::' on member 'pgSchemaObject'
> pgadmin3-1.4.1/xtra/pgagent/include/connection.h:44: extra=20
> qualification 'DBConn::' on member 'DBConn'

Thanks - these have been fixed for 1.4.2 and in SVN trunk:

http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=3D4900&view=3Drev

Regards, Dave.