<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rémi Denis-Courmont wrote:
<blockquote cite="mid:8fba248532a8b6ef9887250dae5ef507@chewa.net"
 type="cite">
  <pre wrap="">On Fri, 13 Feb 2009 11:23:25 +1100, xxcv <a class="moz-txt-link-rfc2396E" href="mailto:xxcv07@gmail.com"><xxcv07@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi so far haven't seen the code from this project,
what is the status of work on supporting Windows Mobile / CE ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Geoffroy, Pierre Y. (and Jérôme?) have continued improving the WinCE
port. I think it's fair to say that it's currently the second most actively
maintained port after Linux! And yeah, that means more so than Win32 and
OSX. However, I guess it's still lacking some important features.

  </pre>
</blockquote>
...<br>
I compiled vlc-1.0.0-git for arm-mingw32ce ... everything is compiled
except vlc.exe where<br>
there's this error on linking, and it didn't exit the make, however
resulted a 21.2 Kbytes binary.<br>
<br>
creating vlc.exe<br>
./.libs/lt-vlc.c: In function 'main':<br>
./.libs/lt-vlc.c:113: warning: implicit declaration of function 'execv'<br>
./.libs/lt-vlc.c: In function 'find_executable':<br>
./.libs/lt-vlc.c:226: warning: implicit declaration of function 'getenv'<br>
./.libs/lt-vlc.c:226: warning: initialization makes pointer from
integer without a cast<br>
/tmp/ccWENWUA.o:lt-vlc.c:(.text+0x194): undefined reference to `execv'<br>
/tmp/ccWENWUA.o:lt-vlc.c:(.text+0x59c): undefined reference to `getenv'<br>
/tmp/ccWENWUA.o:lt-vlc.c:(.text+0x660): undefined reference to `getcwd'<br>
/tmp/ccWENWUA.o:lt-vlc.c:(.text+0x7e4): undefined reference to `getcwd'<br>
collect2: ld returned 1 exit status<br>
<br>
... g, probably need to compile libiconv ...<span class="moz-smiley-s12"><span>
:-$ </span></span><br>
<br>
Regards,<br>
<br>
</body>
</html>