Making all in wxwidgets
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../intl -DSYS_DARWIN -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin wxwidgets` -Wsign-compare -Wall -D_INTL_REDIRECT_MACROS -pipe -MT libwxwidgets_plugin_a-dialogs.o -MD -MP -MF ".deps/libwxwidgets_plugin_a-dialogs.Tpo" -c -o libwxwidgets_plugin_a-dialogs.o `test -f 'dialogs.cpp' || echo './'`dialogs.cpp; \
then mv -f ".deps/libwxwidgets_plugin_a-dialogs.Tpo" ".deps/libwxwidgets_plugin_a-dialogs.Po"; else rm -f ".deps/libwxwidgets_plugin_a-dialogs.Tpo"; exit 1; fi
/usr/include/wx-2.5/wx/radiobox.h:32: warning: 'class wxRadioBoxBase' has virtual functions but non-virtual destructor
dialogs/interaction.hpp:68: warning: ISO C++ forbids declaration of 'wxStdDialogButtonSizer' with no type
dialogs/interaction.hpp:68: error: expected ';' before '*' token
make[8]: *** [libwxwidgets_plugin_a-dialogs.o] Error 1
make[7]: *** [all-modules] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
Build failed. Exit value 2
Can you please help me to resolve this issue, please i kind of stuck here.