[vlc] svn: can't build vlc w/ quicktime on linux
sean
seandarcy2 at gmail.com
Sun Jun 11 04:51:04 CEST 2006
Usinf todays svn vlc, I've tried to build with
--enable-quicktime.
I have libquicktime installed. I have configure.ac to point
to the headers. But the build still failed:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/X11
-DSYS_LINUX -I../../include `top_builddir="../.."
../../vlc-config --cflags builtin quicktime` -Wsign-compare
-Wall -O2 -fPIC -funswitch-loops -fvisibility-inlines-hidden
-ftree-vectorize -march=k8 -pipe -mfpmath=sse
-frename-registers -pipe -MT libquicktime_a-quicktime.o -MD
-MP -MF ".deps/libquicktime_a-quicktime.Tpo" -c -o
libquicktime_a-quicktime.o `test -f 'quicktime.c' || echo
'./'`quicktime.c; \
then mv -f ".deps/libquicktime_a-quicktime.Tpo"
".deps/libquicktime_a-quicktime.Po"; else rm -f
".deps/libquicktime_a-quicktime.Tpo"; exit 1; fi
quicktime.c:46:35: error: qtx/qtxsdk/components.h: No such
file or directory
quicktime.c:47:25: error: wine/windef.h: No such file or
directory
quicktime.c:48:24: error: ldt_keeper.h: No such file or
directory
quicktime.c:50: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'WINAPI'
quicktime.c:51: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'WINAPI'
quicktime.c:52: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'FreeLibrary'
quicktime.c:95: error: expected specifier-qualifier-list
before 'OSType'
quicktime.c:111: error: expected specifier-qualifier-list
before 'ldt_fs_t'
quicktime.c: In function 'Close':
quicktime.c:299: error: 'decoder_sys_t' has no member named
'SoundConverterEndConversion'
quicktime.c:299: error: 'decoder_sys_t' has no member named
'myConverter'
quicktime.c:304: error: 'decoder_sys_t' has no member named
'SoundConverterClose'
............
Does quicktime only build on OSX? Is there a way to get it
to build on linux?
sean
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list