[vlc] compiling error ?
jonathan dumaresq
jdumaresq at cetso.com
Fri Oct 3 17:31:27 CEST 2003
hi all, I try to compile vlc onder cygwin.
I installed cigwin last version, daownload the last snapshot and download the la precompiled contrib
here the command line i use to configure the vlc:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-sdl --disable-gtk \
--enable-nls \
--enable-ffmpeg --with-ffmpeg-mp3lame \
--enable-faad \
--enable-flac \
--enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--enable-debug
so here the error
Making all in codec
make[3]: Entering directory `/home/dumarjo/vlc-snapshot-20031002/modules/codec'
make[4]: Entering directory `/home/dumarjo/vlc-snapshot-20031002/modules/codec'
if gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/win32/include -I/usr
/win32/include/ebml -D_OFF_T_ -D_off_t=long -DSYS_MINGW32 -I../../include `top_b
uilddir="../.." ../../vlc-config --cflags plugin a52` -Wsign-compare -Wall -mms
-bitfields -finline-limit-30000 -pipe -MT liba52_plugin_a-a52.o -MD -MP -MF ".de
ps/liba52_plugin_a-a52.Tpo" \
-c -o liba52_plugin_a-a52.o `test -f 'a52.c' || echo './'`a52.c; \
then mv -f ".deps/liba52_plugin_a-a52.Tpo" ".deps/liba52_plugin_a-a52.Po"; \
else rm -f ".deps/liba52_plugin_a-a52.Tpo"; exit 1; \
fi
a52.c:44:30: vlc_block_helper.h: No such file or directory
a52.c:63: error: parse error before "block_bytestream_t"
a52.c:63: warning: no semicolon at end of struct or union
a52.c:90: error: parse error before '}' token
a52.c: In function `OpenDecoder':
a52.c:150: error: invalid application of `sizeof' to an incomplete type
a52.c:155: error: dereferencing pointer to incomplete type
a52.c: In function `OpenPacketizer':
a52.c:166: error: dereferencing pointer to incomplete type
a52.c: In function `InitDecoder':
a52.c:176: error: dereferencing pointer to incomplete type
a52.c:177: error: dereferencing pointer to incomplete type
a52.c:179: error: dereferencing pointer to incomplete type
a52.c:180: error: dereferencing pointer to incomplete type
a52.c:182: error: dereferencing pointer to incomplete type
a52.c:183: error: dereferencing pointer to incomplete type
a52.c:184: error: dereferencing pointer to incomplete type
a52.c:185: error: dereferencing pointer to incomplete type
a52.c:187: error: dereferencing pointer to incomplete type
a52.c:188: error: dereferencing pointer to incomplete type
what I missing ???
thanx
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20031003/e80ce514/attachment.html>
More information about the vlc
mailing list