Re: pgAdmin III commit: New menu to add a restore point - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: pgAdmin III commit: New menu to add a restore point
Date
Msg-id 4D8095A4.4020707@lelarge.info
Whole thread Raw
In response to Re: pgAdmin III commit: New menu to add a restore point  (Timon <timosha@gmail.com>)
List 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

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix an issue spotted by Timon
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix the Windows build.