Re: pgAdmin III commit: New menu to add a restore point

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Timon <timosha(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III commit: New menu to add a restore point
Date: 2011-03-16 10:49:08
Message-ID: 4D8095A4.4020707@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 16/03/2011 10:53, Timon a écrit :
> I have error at compilation
>
> g++ -DHAVE_CONFIG_H -I. -I..
> -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
> -I../pgadmin/include -I/usr/include -I/usr/include/pgsql
> -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx/include/gtk2-unicode-release-2.8
> -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
> -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2
> -O2 -MT pgServer.o -MD -MP -MF .deps/pgServer.Tpo -c -o pgServer.o
> `test -f './schema/pgServer.cpp' || echo './'`./schema/pgServer.cpp
>
> ./schema/pgServer.cpp: In member function 'virtual bool
> addnamedrestorepointServiceFactory::CheckEnable(pgObject*)':
> ./schema/pgServer.cpp:1952:10: error: 'server' was not declared in this scope
> make[3]: *** [pgServer.o] Error 1
>
> gcc-4.5.1-4.fc14.x86_64
>

My fault. It's now fixed. Thanks for the report.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-03-17 10:27:07 pgAdmin III commit: Fix the Windows build.
Previous Message Guillaume Lelarge 2011-03-16 10:48:54 pgAdmin III commit: Fix an issue spotted by Timon