[vlc-devel] svn 18618: error: 'class wxFileDialog' has no member named 'SetStyle'
sean
seandarcy2 at gmail.com
Sat Jan 20 05:21:20 CET 2007
Building svn 18618 on amd64 with wxGTK-2.8.0:
g++ -DHAVE_CONFIG_H -I. -I. -I../../..
-I/usr/include/nspr4 -DSYS_LINUX -I../../../include
-D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE
-D_REENTRANT -D_THREAD_SAFE
-DLOCALEDIR=\"/usr/share/locale\"
-DDATA_PATH=\"/usr/share/vlc\"
-DPLUGIN_PATH=\"/usr/lib64/vlc\" -DHAVE_RELEASE -O3
-ffast-math -funroll-loops -mtune=k8 -fomit-frame-pointer
-D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=wxwidgets
-DMODULE_NAME_IS_wxwidgets -fpermissive
-I/usr/lib64/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXGTK__ -pthread -D_UNICODE -DUNICODE
-fno-strict-aliasing -O2 -funswitch-loops -ftree-vectorize
-fvisibility-inlines-hidden -march=k8 -pipe -mfpmath=sse
-frename-registers -MT libwxwidgets_plugin_la-dialogs.lo -MD
-MP -MF .deps/libwxwidgets_plugin_la-dialogs.Tpo -c
dialogs.cpp -fPIC -DPIC -o
.libs/libwxwidgets_plugin_la-dialogs.o
dialogs.cpp: In member function 'void
wxvlc::DialogsProvider::OnOpenFileGeneric(wxCommandEvent&)':
dialogs.cpp:383: error: 'class wxFileDialog' has no member
named 'SetStyle'
googling around I found this regarding wxWidgets 2.8.0:
wxFileDialog::SetStyle() is no longer a member of wxDialog.
All style flags must be passed into the constructor.
which I hope makes sense to somebody.
sean
--
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