<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    No, i was not able to compile on windows ...<br>
    <br>
    <div class="moz-cite-prefix">On 09/08/2012 14:49, Wei JIANG wrote:<br>
    </div>
    <blockquote cite="mid:5023B1DD.5080805@inchinese.com.cn" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hello,<br>
        <br>
        Did you meet the " Failed to create HTTPd file" error that I
        mentioned the other day?<br>
        QUOTE<br>
        I just wonder if this issue has been solved or someone is
        looking into it.  I get this error message in the debug window
        when I clicked Add Interface>Web. BTW, I use Windows Vista 32
        bit + VLC media place 2.03 Twoflower and I am trying streaming a
        clip. <br>
        <br>
        [00a57030] [http] lua interface: Lua HTTP interface <br>
        [00a57030] [http] lua interface error: Error loading script
        C:\Program Files\Vid <br>
        eoLAN\VLC\lua\intf\http.luac:
        ...xtras/package/win32/../../../share/lua/intf/htt <br>
        p.lua:210: Failed to create HTTPd file. <br>
        UNQUOTE<br>
        <br>
        Wei <br>
        <br>
        On 8/9/2012 8:42 PM, gonzague wrote:<br>
      </div>
      <blockquote cite="mid:5023B03A.6090904@gmail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        Hi, if you're a beginner as me, you should prefer the "prefered"
        way to compile : from a linux box using the cross-compiling
        method. <br>
        I've try to compile for debian and windows and it works
        perfectly.<br>
        <br>
        <br>
        <div class="moz-cite-prefix">On 08/08/2012 02:15, Amar Hazwani
          Radzi wrote:<br>
        </div>
        <blockquote
          cite="mid:000f01cd74fa$f9a9e740$ecfdb5c0$@iris.com.my"
          type="cite">
          <meta http-equiv="Content-Type" content="text/html;
            charset=ISO-8859-1">
          <meta name="Generator" content="Microsoft Word 14 (filtered
            medium)">
          <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
          <div class="WordSection1">
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Hi, I am trying to run VLC Source code
              <a moz-do-not-send="true"
href="http://download.videolan.org/pub/videolan/vlc/2.0.3/vlc-2.0.3.tar.xz">http://download.videolan.org/pub/videolan/vlc/2.0.3/vlc-2.0.3.tar.xz</a>
              using MSYS MINGW. I have successfully followed steps in <span
                style="color:#1F497D"><a moz-do-not-send="true"
                  href="http://www.mingw.org/wiki/msys/">http://www.mingw.org/wiki/msys/</a>
              </span>until :<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Set the environment variable HOME to
              C:\msys\1.0\home<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Now I am stuck because I am not clear
              on the next instruction.<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">When I type mount c:/mingw /mingw, I
              got:<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">/bin/mount: mount point '/mingw' is
              already in use<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">So I proceed to next step and type:<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">$ ./configure --prefix=/mingw<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">But I got error '/configure - No such
              file or directory.<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Do I have to change any part of the
              command <o:p></o:p></p>
            <p class="MsoNormal">$ ./configure --prefix=/mingw?<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Sorry because this is my first time
              using MSYS MINGW and totally clueless on how to start.<o:p></o:p></p>
            <p class="MsoNormal"><o:p> </o:p></p>
            <p class="MsoNormal">Thanks.<o:p></o:p></p>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a>
</pre>
        </blockquote>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>