Unix Technical Forum

Build failure on OSX 10.3 with wx 2.8.0

This is a discussion on Build failure on OSX 10.3 with wx 2.8.0 within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> 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 ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 06:34 PM
Florian G. Pflug
 
Posts: n/a
Default Build failure on OSX 10.3 with wx 2.8.0

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 shall I go
investigating?

greetings, Florian Pflug

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 06:34 PM
Dave Page
 
Posts: n/a
Default Re: Build failure on OSX 10.3 with wx 2.8.0

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 shall I go
> investigating?


Can you try adding:

#include <frm/frmMain.h>

to the top of that file and see if that helps? (I think thats the right
path, if not, adjust accordingly)

Thanks, Dave

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 06:34 PM
Florian G. Pflug
 
Posts: n/a
Default Re: Build failure on OSX 10.3 with wx 2.8.0

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 for this, or shall I go
>> investigating?

>
> Can you try adding:
>
> #include <frm/frmMain.h>
>
> to the top of that file and see if that helps? (I think thats the right
> path, if not, adjust accordingly)


Thanks - that helped. Here is the diff in case that it's important where
the include is added.

--- pgadmin/agent/pgaJob.cpp (revision 5818)
+++ pgadmin/agent/pgaJob.cpp (working copy)
@@ -15,6 +15,7 @@
// App headers
#include "pgAdmin3.h"
#include "utils/misc.h"
+#include "frm/frmMain.h"
#include "schema/pgObject.h"
#include "schema/pgCollection.h"
#include "schema/pgDatabase.h"

greetings, Florian Pflug

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 06:34 PM
Dave Page
 
Posts: n/a
Default Re: Build failure on OSX 10.3 with wx 2.8.0

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 know a plausible cause for this, or shall I go
>>> investigating?

>>
>> Can you try adding:
>>
>> #include <frm/frmMain.h>
>>
>> to the top of that file and see if that helps? (I think thats the
>> right path, if not, adjust accordingly)

>
> Thanks - that helped. Here is the diff in case that it's important where
> the include is added.


Thanks, fixed in SVn.

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com