Hello,
I tried to cross-compile VLC 0.8.6c for windows on my debian(unstable) but I
had a problem :
./bootstrap ok
./configure... ok
make failed
error :
"if i586-mingw32msvc-gcc -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_builddir="../.." ../../vlc-config
--cflags plugin cdda` -Wsign-compare -Wall -mms-bitfields -pipe -MT
libcdda_plugin_a-cdrom.o -MD -MP -MF ".deps/libcdda_plugin_a-cdrom.Tpo" -c
-o libcdda_plugin_a-cdrom.o `test -f 'vcd/cdrom.c' || echo './'`vcd/cdrom.c;
\
then mv -f ".deps/libcdda_plugin_a-cdrom.Tpo"
".deps/libcdda_plugin_a-cdrom.Po"; else rm -f ".deps/libcdda_plugin_a-
cdrom.Tpo"; exit 1; fi
vcd/cdrom.c: In function 'win32_vcd_open':
vcd/cdrom.c:1166: error: lvalue required as left operand of assignment
vcd/cdrom.c:1168: error: lvalue required as left operand of assignment
make[4]: *** [libcdda_plugin_a-cdrom.o] Erreur 1"
after search on google with my error, i can't find a solution....... If anyone knows... Thanks
Best Regards