<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Dear Olivier Teulière,<br>
I could not find anything about compiling wxWindows in the INSTALL.win32
file. I used the following configure: <br>
 ./bootstrap && \<br>
  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \<br>
  LDFLAGS=-L/usr/win32/lib \<br>
  ./configure \<br>
      --disable-sdl --disable-gtk \<br>
      --disable-mkv \<br>
      --enable-nls \<br>
      --enable-ffmpeg --with-ffmpeg-mp3lame \<br>
      --enable-faad \<br>
      --enable-flac \<br>
      --enable-theora \<br>
      --with-wx-config-path=/usr/win32/bin \<br>
      --with-freetype-config-path=/usr/win32/bin \<br>
      --enable-debug<br>
I thought it would consist wxwindows module already?. But actually with Vlc.exe
-l , I couldnot see the wxwindow module<br>
Please help me how to compile the wxwindows  module to vlc<br>
Thank you<br>
Son Tran<br>
<br>
Olivier Teulière wrote:<br>
<blockquote type="cite" cite="mid20030909140911.GA22055@via.ecp.fr">
  <pre wrap="">On Tue, Sep 09, 2003, Tran Minh Son wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">[00000156] main interface error: no dialogs provider module  matched "any"
[00000155] skins interface error: no suitable dialog provider found
gzread: incomplete block read
I did see the skin of the interface, but it doesnot react on my clicks
What can be the problem here?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You didn't build any graphical interface (except the skins
one, but it relies on a dialog provider interface, such as wxWindows).

If you follow the instructions in the INSTALL.win32 file it should be
quite easy to build the wxWindows interface.

  </pre>
</blockquote>
<br>
</body>
</html>