<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Geoffroy Couprie wrote:
<blockquote
 cite="mid:ab621f7b0903070628j605d1478j199e5049e5a33832@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">In fact, vlc.exe builds. Try it, you'll see.


Tried it with error "vlc is not a valid pocket pc application".

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do you have a windows mobile 6 or 6.1 phone? There's a problem with
CeGCC: it creates files incompatibles with the winmo 6 loader. The
CeGCC guys are working on it. As a workaround, you can try packing the
executable with upx, I think it works.
  </pre>
</blockquote>
<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/ccaEgkXJ.o:lt-vlc.c:(.text+0x194): undefined reference to `execv'<br>
/tmp/ccaEgkXJ.o:lt-vlc.c:(.text+0x59c): undefined reference to `getenv'<br>
/tmp/ccaEgkXJ.o:lt-vlc.c:(.text+0x660): undefined reference to `getcwd'<br>
/tmp/ccaEgkXJ.o:lt-vlc.c:(.text+0x7e4): undefined reference to `getcwd'<br>
collect2: ld returned 1 exit status<br>
<br>
As you can see it didn't finish linking and the resulting file is 21kb
in size<br>
21711 2009-03-07 21:35 vlc-static.exe*<br>
21711 2009-03-08 00:54 .libs/vlc.exe*<br>
<br>
I just tried upx the vlc.exe which is in "vlc-1.0.0-git-wince.zip" from
package-wince<br>
And it still doesn't work on windows mobile 6.1, with error <br>
<pre wrap="">"vlc is not a valid pocket pc application".


</pre>
</body>
</html>