Re: compile problem

From: Tim Stahlhut <stahta01(at)highstream(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: compile problem
Date: 2007-03-13 08:06:53
Message-ID: et5m2s$ib3$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

> Giuseppe Sacco wrote:
>> Hi all,
>> I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux
>> system. Once I compiled and installaed wxwidget and its "contrib"
>> directory, I get this error while compiling pgAdmin3:
>>
>> ./frm/frmBackupServer.cpp: In member function ‘void frmBackupServer::OnSelectFilename(wxCommandEvent&)’:
>> ./frm/frmBackupServer.cpp:96: error: ‘wxSAVE’ was not declared in this scope
>>
>> Is this a problem in my configuration?
>
> It might be a change in wxWidgets CVS head. We only support 2.8.0 at the
> moment. pgAdmin SVN trunk certainly builds OK for me on Linux.
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

Sorry if this is a duplicate, I waited over two hours and my first post
never showed.

‘wxSAVE’ was renamed to wxFD_SAVE when WXWIN_COMPATIBILITY_2_6=0 which
is the default for 2.9 builds now (cvs head is 2.9)

Tim S

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-03-13 08:40:08 Re: compile problem
Previous Message svn 2007-03-12 21:13:07 SVN Commit by dpage: r6046 - in trunk/pgadmin3: . pgadmin/agent pgadmin/ctl pgadmin/db pgadmin/dlg pgadmin/frm pgadmin/include/agent pgadmin/include/frm pgadmin/include/schema pgadmin/include/slony pgadmin/schema pgadmin/slony pgadmin/utils