<div>Hi developers,</div>
<div> </div>
<div>I would like to ask about WinCE cross compiling VLC 0.8.4a on GNU/Linux. I wish to build VLC with <strong>sout enabled</strong> to winCE.</div>
<div>I used the following configuration (just the same as that in INSTALL.wince except "--disable-sout" was removed)</div>
<div>
<p>./configure --host=arm-wince-pe --target=arm-wince-pe \<br>    --build=i686-linux --prefix=/usr/local/wince \<br>    --disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \<br>    --disable-nls --disable-vlm --disable-wxwindows \
<br>    --disable-a52 --disable-libmpeg2 --disable-freetype --disable-fribidi \<br>    --disable-mad --disable-plugins --enable-optimize-memory \<br>    --with-freetype-config-path=/usr/local/wince/contrib-xscale/bin \<br>
    --with-fribidi-config-path=/usr/local/wince/contrib-xscale/bin \<br>    --enable-tremor --enable-faad</p></div>
<div>Here is the error message on build:</div>
<div> </div>
<div>In file included from udp.c:43:<br>/home/monica/usr/local/wince/cross-tools/bin/../lib/gcc/arm-wince-pe/4.1.0/include/winsock2.h:345: error: redefinition of 'struct sockaddr'</div>
<div> </div>
<div>Monica<br> </div>