<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi all, I try to compile vlc onder 
cygwin.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I installed cigwin last version, daownload the last 
snapshot and download the la precompiled contrib</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>here the command line i use to configure the 
vlc:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> ./bootstrap && \<BR>  
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \<BR>  
LDFLAGS=-L/usr/win32/lib \<BR>  CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" 
\<BR>  ./configure \<BR>      --disable-sdl 
--disable-gtk \<BR>      --enable-nls 
\<BR>      --enable-ffmpeg --with-ffmpeg-mp3lame 
\<BR>      --enable-faad 
\<BR>      --enable-flac 
\<BR>      --enable-theora 
\<BR>      --with-wx-config-path=/usr/win32/bin 
\<BR>      --with-freetype-config-path=/usr/win32/bin 
\<BR>      --enable-debug</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>so here the error</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Making all in codec<BR>make[3]: Entering directory 
`/home/dumarjo/vlc-snapshot-20031002/modules/codec'<BR>make[4]: Entering 
directory `/home/dumarjo/vlc-snapshot-20031002/modules/codec'<BR>if gcc 
-mno-cygwin -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/win32/include 
-I/usr<BR>/win32/include/ebml -D_OFF_T_ -D_off_t=long -DSYS_MINGW32 
-I../../include `top_b<BR>uilddir="../.." ../../vlc-config --cflags plugin a52` 
-Wsign-compare -Wall  -mms<BR>-bitfields -finline-limit-30000 -pipe -MT 
liba52_plugin_a-a52.o -MD -MP -MF ".de<BR>ps/liba52_plugin_a-a52.Tpo" 
\<BR>  -c -o liba52_plugin_a-a52.o `test -f 'a52.c' || echo './'`a52.c; 
\<BR>then mv -f ".deps/liba52_plugin_a-a52.Tpo" ".deps/liba52_plugin_a-a52.Po"; 
\<BR>else rm -f ".deps/liba52_plugin_a-a52.Tpo"; exit 1; \<BR>fi<BR>a52.c:44:30: 
vlc_block_helper.h: No such file or directory<BR>a52.c:63: error: parse error 
before "block_bytestream_t"<BR>a52.c:63: warning: no semicolon at end of struct 
or union<BR>a52.c:90: error: parse error before '}' token<BR>a52.c: In function 
`OpenDecoder':<BR>a52.c:150: error: invalid application of `sizeof' to an 
incomplete type<BR>a52.c:155: error: dereferencing pointer to incomplete 
type<BR>a52.c: In function `OpenPacketizer':<BR>a52.c:166: error: dereferencing 
pointer to incomplete type<BR>a52.c: In function `InitDecoder':<BR>a52.c:176: 
error: dereferencing pointer to incomplete type<BR>a52.c:177: error: 
dereferencing pointer to incomplete type<BR>a52.c:179: error: dereferencing 
pointer to incomplete type<BR>a52.c:180: error: dereferencing pointer to 
incomplete type<BR>a52.c:182: error: dereferencing pointer to incomplete 
type<BR>a52.c:183: error: dereferencing pointer to incomplete type<BR>a52.c:184: 
error: dereferencing pointer to incomplete type<BR>a52.c:185: error: 
dereferencing pointer to incomplete type<BR>a52.c:187: error: dereferencing 
pointer to incomplete type<BR>a52.c:188: error: dereferencing pointer to 
incomplete type</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>what I missing ???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thanx</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Jonathan</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>