[MPlayer-users] Several warnings while compiling vo_macosx.o on Mac OS X 10.3.9

Guillaume POIRIER poirierg at gmail.com
Sun Mar 18 11:55:11 CET 2007


Hi,

On 3/18/07, Ergzay <ergzay at gmail.com> wrote:
> I'm on Mac OS X 10.3.9 with gcc 3.3 and gnu make 3.79.
>
> Considering I'm not using latest mac os x I'm thinking this may be the
> cause of the warnings - or they may be usual. I thought I should post
> them here just in case these are not okay.
>
> cc -I../libavutil -I. -I.. -O4 -mcpu=7450 -mtune=7450 -pipe -ffast-math
> -fomit-frame-pointer -faltivec -D__APPLE_ALTIVEC__ -mdynamic-no-pic
> -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc
> -DCONFIG_DARWIN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/X11R6/include
> -I/usr/local/include/ -I/usr/local/include/SDL -D_THREAD_SAFE
> -I/usr/local/include -I/usr/local/include/dvdnav
> -I/usr/local/include/freetype2 -I/usr/local/include   -c -o vo_macosx.o
> vo_macosx.m
> vo_macosx.m: In function `config':
> vo_macosx.m:170: warning: `NSProxy' may not respond to
> `-startWithWidth:withHeight:withBytes:withAspect:'
> vo_macosx.m:170: warning: cannot find method
> `-startWithWidth:withHeight:withBytes:withAspect:'; return type `id'
> assumed
> vo_macosx.m: In function `flip_page':
> vo_macosx.m:188: warning: `NSProxy' may not respond to `-render'
> vo_macosx.m: In function `uninit':
> vo_macosx.m:242: warning: `NSProxy' may not respond to `-stop'
> vo_macosx.m:242: warning: multiple declarations for method `stop'
> /System/Library/Frameworks/Foundation.framework/Headers/
> NSNetServices.h:69: warning: using `-(void)stop'
> /System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:50:
> warning: also found `-(BOOL)stop'

I don't know Objective C, so I can't help here. I just wanna point out
that when you have a problem with OSX-specific features, you should
put Nicolas in copy so that he can eventually help out.


> On a side note snow.o always produces tons of warnings and always has.
> If you would like me to post these please say.

No need to. The meaningfull warnings have been addressed, the rest of
the warnings are just harmless.

Guillaume



More information about the MPlayer-users mailing list