Re: compile problem

From: Dave Page <dpage(at)postgresql(dot)org>
To: Giuseppe Sacco <giuseppe(at)eppesuigoccas(dot)homedns(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: compile problem
Date: 2007-03-12 08:42:45
Message-ID: 45F51285.4050001@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-03-12 09:25:25 SVN Commit by dpage: r6037 - in trunk/pgadmin3/pgadmin: . ctl db dlg frm schema utils
Previous Message Giuseppe Sacco 2007-03-12 07:28:04 compile problem