Re: compile problem - Mailing list pgadmin-hackers

From Dave Page
Subject Re: compile problem
Date
Msg-id 45F66368.2030405@postgresql.org
Whole thread Raw
In response to Re: compile problem  (Tim Stahlhut <stahta01@highstream.net>)
List pgadmin-hackers
Tim Stahlhut wrote:
> 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.
>
> Sorry if this is a duplicate, I waited over two hours and my first post
> never showed.

Sorry, I was sleeping - and you did email to say cancel the post!

>  ‘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)

Thanks, will fix.

Regards, Dave.

pgadmin-hackers by date:

Previous
From: Tim Stahlhut
Date:
Subject: Re: compile problem
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6047 - in trunk/pgadmin3/pgadmin: include include/schema schema