<br><br><div><span class="gmail_quote">2007/4/25, Berke Viktor <<a href="mailto:bervi@users.sourceforge.net">bervi@users.sourceforge.net</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I've compiled vlc-snapshot-20070425 on a Slackware-current machine. My<br>problem is that I can't open files with the dialog box. If I try it<br>with "open with" in my file manager, it's OK. It also works if I run it
<br>from console with vlc xy.file.<br><br>I have compiled it with the wxwidgets interface 2.8.3 with the<br>following patch:<br><br><br><br>diff -u -r vlc.orig/configure vlc/configure<br>--- vlc.orig/configure  2007-04-20 23:34:
15.000000000 +0200<br>+++ vlc/configure       2007-04-20 23:35:07.000000000 +0200<br>@@ -62207,7 +62207,8 @@<br><br>   if test "${WX_CONFIG}" != "no" -a "${CXX}" != ""<br>   then<br>
-    if expr 2.6.0 \> `${WX_CONFIG} --version` >/dev/null ||  expr<br>2.7.0 \<= `${WX_CONFIG} --version` >/dev/null<br>+    if expr 2.8.3 \> `${WX_CONFIG} --version` >/dev/null<br>+# ||  expr 2.7.0 \<= `${WX_CONFIG} --version` >/dev/null
<br>     then<br>       { { echo "$as_me:$LINENO: error: You need wxWidgets of the 2.6<br>branch. Please upgrade/downgrade and try again. Better yet, you can<br>configure with --disable-wxwidgets." >&5 echo "$as_me: error: You need
<br>wxWidgets of the 2.6 branch. Please upgrade/downgrade and try again.<br>Better yet, you can configure with --disable-wxwidgets." >&2;} diff -u<br>-r vlc.orig/modules/gui/wxwidgets/dialogs.cpp<br>vlc/modules/gui/wxwidgets/dialogs.cpp ---
<br>vlc.orig/modules/gui/wxwidgets/dialogs.cpp      2007-04-20<br>23:34:15.000000000 +0200 +++<br>vlc/modules/gui/wxwidgets/dialogs.cpp   2007-04-20<br>23:36:49.000000000 +0200 @@ -382,7 +382,7 @@<br>{ p_file_generic_dialog->SetMessage( wxU(p_arg->psz_title) );
<br>p_file_generic_dialog->SetWildcard( wxU(p_arg->psz_extensions) );<br>-        p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE :<br>wxOPEN) |<br>+        p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ?
<br>wxSAVE : wxOPEN) | (p_arg->b_multiple ? wxMULTIPLE:0) );<br>     }<br><br><br><br>The changes actually applied by this patch is that configure will<br>finish without error when it founds wxWidgets newer than 2.6 and
<br>SetStyle is replaced with SetWindowStyle in dialogs.cpp. So I don't<br>think this patch causes the problem.<br><br>The error message in the console when I try to open a file with, for<br>example, Ctrl+O:<br><br><br>
<br>bash-3.2$ vlc<br>VLC media player 0.9.0-svn Grishenko<br>[00000308] main playlist error: Reloading playlist not implemented.<br>libdvdnav: Using dvdnav version 0.1.10 from <a href="http://dvd.sf.net">http://dvd.sf.net
</a><br>libdvdread: Encrypted DVD support unavailable.<br>libdvdread: Can't stat ��e/viktor/downloads/music/ng/02.wav<br>Nincs ilyen fájl vagy könyvtár<br>libdvdnav: vm: faild to open/read the DVD<br>[00000321] access_directory access error:
<br>��e/viktor/downloads/music/ng/02.wav: Nincs ilyen fájl vagy könyvtár<br>[00000321] access_file access error: cannot open file<br>��e/viktor/downloads/music/ng/02.wav (Nincs ilyen fájl vagy könyvtár)<br>[00000318] main input error: open of
<br>`��e/viktor/downloads/music/ng/02.wav' failed: could not create access:<br>no suitable access2 module<br><br><br><br>My system is somewhat localised, "Nincs ilyen fájl vagy könyvtár" means<br>"No such file or directory".
<br><br>I have also compiled 0.8.6a some time ago and it worked with the same<br>configuration.<br><br>--<br><br>Greetings,<br><br>Berke Viktor<br><br>--<br>This is the vlc mailing-list, see <a href="http://www.videolan.org/vlc/">
http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html</a><br><br></blockquote></div><br><br>Same error here with the svn version of April 16th on my Ubuntu 
6.06 machine. I didnt apply any patch and versions 0.8.6a and 0.8.6b worked fine for me.<br><br>I wonder if it lacks some dependencies since i built dependencies with 'apt-get build-dep vlc' and i think that builds dependencies for version on my repository which should be 
0.8.6 ... but configure should say so ... <br><br>Cheers,<br clear="all"><br>-- <br>Alejandro Vazquez Fente