I'm trying to compile VLC for win32 when I do 'make' I'm getting the error below.  I haven't changed any code and I just did a pull from the vlc-2.0.git so i should have the most up to date.  I built the contribs in /contrib/win32 using make prebuilt and all that worked as best I can tell.<br>
<br>What am I missing?<br><br>Thanks<br><br>make[6]: Entering directory `/home/shane/Source/vlc-2.0/build-win32/modules/gui/qt4'<br>  CXX    libqt4_plugin_la-dialogs_provider.lo<br>In file included from ../../../../extras/package/win32/../../../modules/gui/qt4/dialogs_provider.cpp:33:<br>
../../../../extras/package/win32/../../../modules/gui/qt4/input_manager.hpp: In member function 'bool InputManager::hasInput()':<br>../../../../extras/package/win32/../../../modules/gui/qt4/input_manager.hpp:136: warning: 'bool vlc_object_alive(const vlc_object_t*)' is deprecated (declared at ../../../../extras/package/win32/../../../include/vlc_objects.h:81)<br>
../../../../extras/package/win32/../../../modules/gui/qt4/input_manager.hpp:136: warning: 'bool vlc_object_alive(const vlc_object_t*)' is deprecated (declared at ../../../../extras/package/win32/../../../include/vlc_objects.h:81)<br>
In file included from ../../../../extras/package/win32/../../../modules/gui/qt4/dialogs_provider.cpp:42:<br>../../../../extras/package/win32/../../../modules/gui/qt4/dialogs/preferences.hpp: At global scope:<br>../../../../extras/package/win32/../../../modules/gui/qt4/dialogs/preferences.hpp:72: error: expected unqualified-id before 'char'<br>
../../../../extras/package/win32/../../../modules/gui/qt4/dialogs/preferences.hpp:72: error: expected ';' before 'char'<br>../../../../extras/package/win32/../../../modules/gui/qt4/dialogs_provider.cpp: In member function 'void DialogsProvider::SDMenuAction(const QString&)':<br>
../../../../extras/package/win32/../../../modules/gui/qt4/dialogs_provider.cpp:742: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../../extras/package/win32/../../../include/vlc_playlist.h:327)<br>
../../../../extras/package/win32/../../../modules/gui/qt4/dialogs_provider.cpp:742: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../../extras/package/win32/../../../include/vlc_playlist.h:327)<br>
make[6]: *** [libqt4_plugin_la-dialogs_provider.lo] Error 1<br>make[6]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32/modules/gui/qt4'<br>make[5]: *** [all] Error 2<br>make[5]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32/modules/gui/qt4'<br>
make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32/modules/gui'<br>make[3]: *** [all] Error 2<br>make[3]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32/modules/gui'<br>
make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32/modules'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/shane/Source/vlc-2.0/build-win32'<br>
make: *** [all] Error 2<br><br>