Re: Build failure on OSX 10.3 with wx 2.8.0

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Build failure on OSX 10.3 with wx 2.8.0
Date: 2006-12-30 20:19:12
Message-ID: 4596C9C0.2090509@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-12-31 09:59:46 SVN Commit by dpage: r5820 - trunk/pgadmin3/pgadmin/frm
Previous Message svn 2006-12-30 20:01:21 SVN Commit by dpage: r5819 - trunk/pgadmin3/pgadmin/agent