Hello,
I followed the instructions in install.win32 for cygwin and the configuration works fine, but when i try to 'make' i eventually get the following error...
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_builddir="../../.." ../../../vlc-config --cflags plugin playlist` -Wsign-co
mpare -Wall -mms-bitfields -finline-limit-30000 -pipe -MT libplaylist_plugin_a-
playlist.o -MD -MP -MF ".deps/libplaylist_plugin_a-playlist.Tpo" \
-c -o libplaylist_plugin_a-playlist.o `test -f 'playlist.c' || echo './'`playl
ist.c; \
then mv -f ".deps/libplaylist_plugin_a-playlist.Tpo" ".deps/libplaylist_plugin_a
-playlist.Po"; \
else rm -f ".deps/libplaylist_plugin_a-playlist.Tpo"; exit 1; \
fi
playlist.c:30:22: playlist.h: No such file or directory
playlist.c: In function `vlc_entry__snapshot_20040219':
playlist.c:41: error: `Import_Old' undeclared (first use in this function)
playlist.c:41: error: (Each undeclared identifier is reported only once
playlist.c:41: error: for each function it appears in.)
playlist.c:47: error: `Import_M3U' undeclared (first use in this function)
playlist.c:47: error: `Close_M3U' undeclared (first use in this function)
playlist.c:52: error: `Import_PLS' undeclared (first use in this function)
playlist.c:52: error: `Close_PLS' undeclared (first use in this function)
make[6]: *** [libplaylist_plugin_a-playlist.o] Error 1
make[6]: Leaving directory `/cygdrive/c/vlccyg/snap/modules/demux/playlist'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/cygdrive/c/vlccyg/snap/modules/demux/playlist'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/cygdrive/c/vlccyg/snap/modules/demux'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/c/vlccyg/snap/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/vlccyg/snap/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/vlccyg/snap'
make: *** [all] Error 2
if anyone know's how this can be avoided please let me know, any suggestions would be appreciated,
thanks.