Code: Select all
Making all in projects/activex
make[2]: Entering directory `/c/vlc/VLC/projects/activex'
make all-am
make[3]: Entering directory `/c/vlc/VLC/projects/activex'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/usr/win32/include -I/usr/win32/include/ebml -D__USE_MINGW_ANSI_STDIO=1 -DSYS_MINGW32 `top_srcdir="../.." top_builddir="../.." ../../vlc-config --cxxflags activex` -mms-bitfields -MT axvlc_la-vlccontrol2.lo -MD -MP -MF .deps/axvlc_la-vlccontrol2.Tpo -c -o axvlc_la-vlccontrol2.lo `test -f 'vlccontrol2.cpp' || echo './'`vlccontrol2.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I/usr/win32/include -I/usr/win32/include/ebml -D__USE_MINGW_ANSI_STDIO=1 -DSYS_MINGW32 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DDEBUG -DUNICODE -D_UNICODE -D_MIDL_USE_GUIDDEF_ -DMODULE_NAME=activex -DMODULE_NAME_IS_activex -DMODULE_STRING=\"activex\" -g -O2 -ffast-math -funroll-loops -mtune=pentium2 -fno-exceptions -DHAVE_OBJSAFE_HEADER -mms-bitfields -MT axvlc_la-vlccontrol2.lo -MD -MP -MF .deps/axvlc_la-vlccontrol2.Tpo -c vlccontrol2.cpp -DDLL_EXPORT -DPIC -o .libs/axvlc_la-vlccontrol2.o
In file included from vlccontrol2.cpp:25:
vlccontrol2.h:495: error: expected class-name before '{' token
vlccontrol2.h: In member function `HRESULT VLCSubtitle::QueryInterface(const IID&, void**)':
vlccontrol2.h:508: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.h: At global scope:
vlccontrol2.h:659: error: `IVLCSubtitle' has not been declared
vlccontrol2.h:659: error: ISO C++ forbids declaration of `parameter' with no type
vlccontrol2.cpp: In member function `HRESULT VLCSubtitle::loadTypeInfo()':
vlccontrol2.cpp:1748: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp: In member function `HRESULT VLCSubtitle::get_track(long int*)':
vlccontrol2.cpp:1826: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp: In member function `HRESULT VLCSubtitle::put_track(long int)':
vlccontrol2.cpp:1845: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp: In member function `HRESULT VLCSubtitle::get_count(long int*)':
vlccontrol2.cpp:1869: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp: In member function `HRESULT VLCSubtitle::description(long int, OLECHAR**)':
vlccontrol2.cpp:1899: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp:1908: error: `IID_IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp: At global scope:
vlccontrol2.cpp:2724: warning: `__stdcall__' attribute only applies to function types
vlccontrol2.cpp:2724: error: `HRESULT VLCControl2::get_subtitle' is not a static member of `class VLCControl2'
vlccontrol2.cpp:2724: error: `IVLCSubtitle' was not declared in this scope
vlccontrol2.cpp:2724: error: `obj' was not declared in this scope
vlccontrol2.cpp:2725: error: expected `,' or `;' before '{' token
make[3]: *** [axvlc_la-vlccontrol2.lo] Error 1
make[3]: Leaving directory `/c/vlc/VLC/projects/activex'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/c/vlc/VLC/projects/activex'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/vlc/VLC'
make: *** [all] Error 2