[vlc-devel] Re: vlc: svn commit r10331 (anil)
C.Y.M
cym at syphir.sytes.net
Mon Mar 14 16:34:06 CET 2005
Subversion daemon wrote:
> r10331 | anil | 2005-03-14 11:56:55 +0100 (Mon, 14 Mar 2005) | 9 lines
> Changed paths:
> M /trunk/activex
> M /trunk/modules/gui/wxwindows/interface.cpp
> M /trunk/modules/gui/wxwindows/wxwindows.cpp
> M /trunk/modules/gui/wxwindows/wxwindows.h
>
> * activex: updated svn:ignore property
>
> * wxwindows: systray integration, with a basic popup menu, tested under
> WinXP and Gnome (introduces two new options, wxwin-taskbar and
> wxwin-systray).
>
> The icon looks ok under windows but not so good with some gnome-panel
> sizes.
>
I believe this checkin broke the build on linux x86.
Best Regards,
--SNIP--
interface.cpp:104: error: parse error before `{' token
interface.cpp:107: error: destructors must be member functions
interface.cpp:107: error: virtual outside class declaration
interface.cpp:110: error: parse error before `private'
interface.cpp:118: error: parse error before `private'
interface.cpp:118: error: virtual outside class declaration
interface.cpp:118: error: non-member function `const wxEventTable*
GetEventTable()' cannot have `const' method qualifier
interface.cpp:119: error: parse error before `}' token
interface.cpp:228: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp: In member function `const wxEventTable* Systray::GetEventTable()
const':
interface.cpp:228: error: incomplete type `Systray' does not have member `
sm_eventTable'
interface.cpp: At global scope:
interface.cpp:228: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:228: error: `wxTaskBarIcon' was not declared in this scope
interface.cpp:228: error: parse error before `::' token
interface.cpp:228: error: incomplete type `Systray' does not have member `
sm_eventTableEntries'
interface.cpp:228: error: assignment (not initialization) in declaration
interface.cpp:228: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:230: error: incomplete type `Systray' does not have member `
OnLeftClick'
interface.cpp:230: error: `EVT_TASKBAR_LEFT_DOWN' was not declared in this
scope
interface.cpp:232: error: parse error before `(' token
interface.cpp:232: error: incomplete type `Systray' does not have member `
OnLeftClick'
interface.cpp:232: error: parse error before `)' token
interface.cpp:233: error: incomplete type `Systray' does not have member `
OnExit'
interface.cpp:234: error: incomplete type `Systray' does not have member `
OnPlayStream'
interface.cpp:235: error: incomplete type `Systray' does not have member `
OnNextStream'
interface.cpp:236: error: incomplete type `Systray' does not have member `
OnPrevStream'
interface.cpp:237: error: incomplete type `Systray' does not have member `
OnStopStream'
interface.cpp:238: error: assignment (not initialization) in declaration
interface.cpp: In constructor `wxvlc::Interface::Interface(intf_thread_t*, long
int)':
interface.cpp:272: error: parse error before `(' token
interface.cpp:273: error: `SetIcon' undeclared (first use this function)
interface.cpp:273: error: (Each undeclared identifier is reported only once for
each function it appears in.)
interface.cpp:274: error: `IsOk' undeclared (first use this function)
interface.cpp:274: error: `IsIconInstalled' undeclared (first use this
function)
interface.cpp: In destructor `virtual wxvlc::Interface::~Interface()':
interface.cpp:333: warning: possible problem detected in invocation of delete
operator:
interface.cpp:333: warning: invalid use of undefined type `class Systray'
wxwindows.h:97: warning: forward declaration of `class Systray'
interface.cpp:333: note: neither the destructor nor the class-specific operator
delete will be called, even if they are declared when the class is defined.
interface.cpp: At global scope:
interface.cpp:1303: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1308: error: `wxTaskBarIconEvent' was not declared in this scope
interface.cpp:1308: error: `event' was not declared in this scope
interface.cpp:1309: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1309: error: invalid declarator
interface.cpp:1309: error: syntax error before `{' token
interface.cpp:1314: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1319: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1324: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1329: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1334: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
interface.cpp:1340: error: invalid use of undefined type `class Systray'
wxwindows.h:97: error: forward declaration of `class Systray'
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list