Sorry for answering late, i haven't been monitoring this for a while.
Please change line 72 in src/vdr_remote.h from
vdr_remoteFrame( const wxString& title, const wxPoint& pos, const wxSize& pos,const long& style );
to
vdr_remoteFrame( const wxString& title, const wxPoint& pos, const wxSize& size,const long& style );
and it should compile fine.
2009-09-03 15:47:38 UTC in vdr-remote-app