[MPlayer-users] errors

Rich Felker dalias at aerifal.cx
Tue Jul 19 03:04:52 CEST 2005


On Mon, Jul 18, 2005 at 05:21:24PM -0700, Mack Johnson wrote:
> anyone help me wwith this?
> 
> dsputil.c: In function `dsputil_init':
> dsputil.c:3731: warning: assignment from incompatible pointer type
> dsputil.c:3732: warning: assignment from incompatible pointer type
> gcc-3.3 -I../libvo -I../../libvo -I/usr/X11R6/include -I/sw/include - 
> DSYS_DARWIN -DCONFIG_DARWIN -D_LARGEFILE_SOURCE - 
> D_FILE_OFFSET_BITS=64 -I/sw/include/ -I/sw/include/gtk-1.2 -I/sw/ 
> include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include - 
> DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE - 
> D_GNU_SOURCE  -c -o motion_est.o motion_est.c
> gcc-3.3 -I../libvo -I../../libvo -I/usr/X11R6/include -I/sw/include - 
> DSYS_DARWIN -DCONFIG_DARWIN -D_LARGEFILE_SOURCE - 
> D_FILE_OFFSET_BITS=64 -I/sw/include/ -I/sw/include/gtk-1.2 -I/sw/ 
> include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include - 
> DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE - 
> D_GNU_SOURCE  -c -o imgconvert.o imgconvert.c
> gcc-3.3 -I../libvo -I../../libvo -I/usr/X11R6/include -I/sw/include - 
> DSYS_DARWIN -DCONFIG_DARWIN -D_LARGEFILE_SOURCE - 
> D_FILE_OFFSET_BITS=64 -I/sw/include/ -I/sw/include/gtk-1.2 -I/sw/ 
> include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include - 
> DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE - 
> D_GNU_SOURCE  -c -o imgresample.o imgresample.c
> imgresample.c:281: error: parse error before "vector"

Apparently configure detected that your os/compiler support altivec,
but in fact the compiler actually doesn't... Try --disable-altivec, or
if you forced it on yourself, remove the --enable-altivec. And next
time tell us what options to configure you used!! (i.e. send FULL BUG
REPORT)

Rich




More information about the MPlayer-users mailing list