Re: [pgadmin-hackers] Build failure on OSX 10.3 with wx 2.8.0

2006-12-30 Thread Dave Page
Florian G. Pflug wrote: Dave Page wrote: Florian G. Pflug wrote: My night build on osx 10.3.9 with wx widgest 2.8 fails with agent/pgaJob.cpp:303: error: `Refresh' undeclared (first use this function) agent/pgaJob.cpp:303: error: (Each undeclared identifier is reported only once Does anyone

[pgadmin-hackers] SVN Commit by dpage: r5819 - trunk/pgadmin3/pgadmin/agent

2006-12-30 Thread svn
Author: dpage Date: 2006-12-30 20:01:21 + (Sat, 30 Dec 2006) New Revision: 5819 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5819&view=rev Log: Add missing header, per Florian Pflug Modified: trunk/pgadmin3/pgadmin/agent/pgaJob.cpp ---(end

Re: [pgadmin-hackers] Build failure on OSX 10.3 with wx 2.8.0

2006-12-30 Thread Florian G. Pflug
Dave Page wrote: Florian G. Pflug wrote: My night build on osx 10.3.9 with wx widgest 2.8 fails with agent/pgaJob.cpp:303: error: `Refresh' undeclared (first use this function) agent/pgaJob.cpp:303: error: (Each undeclared identifier is reported only once Does anyone know a plausible cause f

Re: [pgadmin-hackers] Build failure on OSX 10.3 with wx 2.8.0

2006-12-30 Thread Dave Page
Florian G. Pflug wrote: Hi My night build on osx 10.3.9 with wx widgest 2.8 fails with agent/pgaJob.cpp:303: error: `Refresh' undeclared (first use this function) agent/pgaJob.cpp:303: error: (Each undeclared identifier is reported only once Does anyone know a plausible cause for this, or sha