<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    I tried and the following <br>
    <br>
    <div> COMPILE : libcdda_plugin_la-cdda.lo</div>
    <div> COMPILE : libcdda_plugin_la-cdrom.lo</div>
    <div><br>
    </div>
     
    are gone from log but i still see (and compilation halts at)  the 
    '__ms_vsnprintf' errors<br>
    <br>
    p/zipaccess.c: In function 'ZipIO_Write':<br>
    WARNING : ../../../../modules/access/zip/zipaccess.c:429: 9:  unused
    variable 'zip_access_cannot_write_this_should_not_happen'
    [-Wunused-variable]<br>
    Creating library file: .libs/libzip_plugin.dll.a<br>
    MAKE     : dshow<br>
     COMPILE : libaccess_avio_plugin_la-avio.lo<br>
    In file included from ../../../modules/access/avio.c:29:0:<br>
    WARNING : ../../../include/vlc_common.h:405: 0:  "stat" redefined
    [enabled by default]<br>
    /usr/lib/gcc/x86_64-w64-mingw32/4.6/../../../../x86_64-w64-mingw32/include/sys/stat.h:258:0:
    note: this is the location of the previous definition<br>
    WARNING : ../../../include/vlc_common.h:406: 0:  "fstat" redefined
    [enabled by default]<br>
    /usr/lib/gcc/x86_64-w64-mingw32/4.6/../../../../x86_64-w64-mingw32/include/sys/stat.h:259:0:
    note: this is the location of the previous definition<br>
    ../../../modules/access/avio.c: In function 'UrlInterruptCallback':<br>
    WARNING : ../../../modules/access/avio.c:72: 5:  'vlc_object_alive'
    is deprecated (declared at ../../../include/vlc_objects.h:81)
    [-Wdeprecated-declarations]<br>
    Creating library file:
    .libs/libaccess_avio_plugin.dll.a/home/fayyaz/Downloads/vlc-2.0.4cross/contrib/x86_64-w64-mingw32/lib/libvpx.a(onyx_if.c.o):(.text+0x36):
    undefined reference to `__ms_vsnprintf'<br>
    <b>/home/fayyaz/Downloads/vlc-2.0.4cross/contrib/x86_64-w64-mingw32/lib/libvpx.a(bitstream.c.o):(.text+0x36):
      undefined reference to `__ms_vsnprintf'</b><b><br>
    </b><b>/home/fayyaz/Downloads/vlc-2.0.4cross/contrib/x86_64-w64-mingw32/lib/libvpx.a(ethreading.c.o):(.text+0x36):
      undefined reference to `__ms_vsnprintf'</b><b><br>
    </b><b>/home/fayyaz/Downloads/vlc-2.0.4cross/contrib/x86_64-w64-mingw32/lib/libvpx.a(boolhuff.c.o):(.text+0x36):
      undefined reference to `__ms_vsnprintf'</b><b><br>
    </b><b>/home/fayyaz/Downloads/vlc-2.0.4cross/contrib/x86_64-w64-mingw32/lib/libvpx.a(encodemv.c.o):(.text+0x336):
      undefined reference to `__ms_vsnprintf'</b><b><br>
    </b>collect2: ld returned 1 exit status<br>
    <br>
    Thanks,<br>
    Fayyaz<br>
    <br>
    <div class="moz-cite-prefix">On 12/12/2012 6:04 PM, Kaarlo Räihä
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMKrNtzUeK90y0jCpDwjeQ3YAkveihG=Mt9SkoK9un0q+7OTTg@mail.gmail.com"
      type="cite">2012/12/12 fayyaz lodhi <span dir="ltr"><<a
          moz-do-not-send="true" href="mailto:fayyazkl@gmail.com"
          target="_blank">fayyazkl@gmail.com</a>></span><br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
           
          <div>I am cross compiling vlc for windows on linux mint 64 bit
            machine.</div>
          <div><br>
          </div>
          <div>Used the instructions here</div>
          <div><a moz-do-not-send="true"
              href="http://wiki.videolan.org/Win32Compile#Obtaining_the_toolchain"
              target="_blank">http://wiki.videolan.org/Win32Compile#Obtaining_the_toolchain</a><br>
          </div>
          <div><br>
          </div>
          <div>and used the following tool chain</div>
          <div><i
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif">x86_64-w64-mingw32</i><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif"> for
              Windows 64-bits, using the Mingw-w64 toolchain</span><br>
          </div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif"><br>
            </span></div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif">as
              indicated in instructions.</span></div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif"><br>
            </span></div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif">First,
              the configure gives error of libgcrypt which i could only
              bypass by disabling it i..e adding --disable-libgcrypt to
              configure script.</span></div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif"><br>
            </span></div>
          <div><span
style="line-height:19.049999237060547px;font-size:13px;font-family:sans-serif">Next
              make fails with following log. Can some one help with
              figuring out what's the problem?</span></div>
          <div><br>
          </div>
          <div>
            <div>WARNING :
              ../../../../extras/package/win32/../../../modules/access/dshow/dshow.cpp:1805:
              14:  'bool vlc_object_alive(const vlc_object_t*)' is
              deprecated (declared at
              ../../../../extras/package/win32/../../../include/vlc_objects.h:81)
              [-Wdeprecated-declarations]<br>
            </div>
            <div>Creating library file: .libs/libdshow_plugin.dll.a</div>
            <div> COMPILE : libcdda_plugin_la-cdda.lo</div>
            <div> COMPILE : libcdda_plugin_la-cdrom.lo</div>
            <div><br>
            </div>
            <div><b>*** Warning: Linking the shared library <a
                  moz-do-not-send="true" href="http://libcdda_plugin.la"
                  target="_blank">libcdda_plugin.la</a> against the</b></div>
            <div><b>*** static library
                ../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libregex.a
                is not portable!</b></div>
            <div><b>Creating library file: </b>.libs/libcdda_plugin.dll.a/../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_conn.o):cddb_conn.c:(.text+0x3e):
              undefined reference to `__ms_vsnprintf'</div>
            <div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_cmd.o):cddb_cmd.c:(.text+0x32):
              undefined reference to `__ms_vsnprintf'</div>
            <div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_cmd.o):cddb_cmd.c:(.text+0x7a):
              undefined reference to `__ms_vsnprintf'</div>
            <div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_log.o):cddb_log.c:(.text+0x32):
              undefined reference to `__ms_vsnprintf'</div>
            <div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_net.o):cddb_net.c:(.text+0x32):
              undefined reference to `__ms_vsnprintf'</div>
            <div>collect2: ld returned 1 exit status</div>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>Does --disable-libcddb --disable-cdda help?</div>
        <div> </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div><br>
          </div>
          <div>Thanks,</div>
          <div>Fayyaz</div>
          <div><br>
          </div>
          <br>
          _______________________________________________<br>
          vlc-devel mailing list<br>
          To unsubscribe or modify your subscription options:<br>
          <a moz-do-not-send="true"
            href="http://mailman.videolan.org/listinfo/vlc-devel"
            target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>