mplayer-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

[MPlayer-users] CVS Compile Error on Mac OS X 10.4.6 (PPC)


To: bug reports MPlayer usage questions feature requests <mplayer-users@xxxxxxxxxxxx>
Subject: [MPlayer-users] CVS Compile Error on Mac OS X 10.4.6 (PPC)
From: Ivan Kowalenko <ivan.kowalenko@xxxxxxxxx>
Date: Sat, 29 Apr 2006 21:11:13 -0500
Delivered-to: itdp@localhost
Delivered-to: mplayer-users@mplayerhq.hu
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;h=received:mime-version:to:message-id:content-type:from:subject:date:content-transfer-encoding:x-pgp-agent:x-mailer;b=itZq6M6jJak4owMZaXeFGaeRyAvUVwaX7gr1TZJ1DexL3fkzhqnDBg5qKOspZeQdf4f20Y1GujfrRw0ry25N/TXDblYOLTpmdNQyOrk3VdGhxC0WNtUUMJFUIn931ftpxbTzH0XXC66mpK5c9pnXdyTHzEGe87D6Mro+MrEDeis=

Hello. I'm attempting to compile the latest CVS (April 29, 2006, as of 9p, CST) on a Mac OS X machine. I'm running OS X 10.4.6, the latest XCode, and GCC 4.0.1. I'm using a PowerPC G4 (1.07 GHz) with 768 MB of RAM (otherwise, a stock iBook G4).

The error is as follows:

make -C libavcodec LIBPREF=lib LIBSUF=.a
cc -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -mcpu=7450 - mtune=7450 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic - falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -DCONFIG_DARWIN - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/ -I/usr/local/ include/ -I/usr/include/ -DHAVE_AV_CONFIG_H -I.. -I/Users/kichigai/ Downloads/compile/mplayer-cvs/main/libavutil -D_FILE_OFFSET_BITS=64 - D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o imgresample.o imgresample.c
imgresample.c: In function 'v_resample16_altivec':
imgresample.c:310: error: AltiVec argument passed to unprototyped function
imgresample.c:313: error: incompatible types in assignment
imgresample.c:314: error: incompatible types in assignment
imgresample.c:349: error: AltiVec argument passed to unprototyped function
imgresample.c:350: error: AltiVec argument passed to unprototyped function
imgresample.c:351: error: AltiVec argument passed to unprototyped function
imgresample.c:352: error: AltiVec argument passed to unprototyped function
imgresample.c:353: error: AltiVec argument passed to unprototyped function
imgresample.c:356: error: AltiVec argument passed to unprototyped function
imgresample.c:357: error: AltiVec argument passed to unprototyped function
imgresample.c:358: error: AltiVec argument passed to unprototyped function
imgresample.c:359: error: AltiVec argument passed to unprototyped function
imgresample.c:360: error: AltiVec argument passed to unprototyped function
imgresample.c:363: error: AltiVec argument passed to unprototyped function
imgresample.c:364: error: AltiVec argument passed to unprototyped function
imgresample.c:365: error: AltiVec argument passed to unprototyped function
imgresample.c:366: error: AltiVec argument passed to unprototyped function
imgresample.c:367: error: AltiVec argument passed to unprototyped function
imgresample.c:370: error: AltiVec argument passed to unprototyped function
imgresample.c:371: error: AltiVec argument passed to unprototyped function
imgresample.c:372: error: AltiVec argument passed to unprototyped function
imgresample.c:373: error: AltiVec argument passed to unprototyped function
imgresample.c:374: error: AltiVec argument passed to unprototyped function
imgresample.c:380: error: AltiVec argument passed to unprototyped function
imgresample.c:381: error: AltiVec argument passed to unprototyped function
make[1]: *** [imgresample.o] Error 1
make: *** [libavcodec/libavcodec.a] Error 2


This is the command I used with configure:
./configure --with-extraincdir=/sw/include/:/usr/local/include/:/usr/ include/ --with-extralibdir=/sw/lib/:/usr/local/lib/:/usr/lib/ -- enable-xvmc --enable-macosx-finder-support --enable-macosx-bundle -- disable-tv --disable-tv-v4l --disable-tv-v4l2 --disable-tv-bsdbt848 -- enable-largefiles --enable-joystick --enable-menu --enable-x264 -- enable-dynamic-plugins --enable-crash-debug --enable-libdv --enable-xvid


Attached is configure.log.

Attachment: configure.log.gz
Description: GNU Zip compressed data

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
MPlayer-users mailing list
MPlayer-users@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/mplayer-users

[Prev in Thread] Current Thread [Next in Thread]