On 12/5/13 11:45 AM, Glynn Stafford Lane wrote:
> Hi Everybody,
>
> So I'm working towards getting mencoder and ffmpeg (good news, this one works 
> now) on my machine for various transcoding purposes. So this process was 
> failing at mpeg2dec before, which is why I opened a request. Now I'm having 
> issues with mplayer.
>
> Here's a pastebin: http://pastebin.com/HtJcFb6y
>
> Again I'm running 10.9.
>
> Thanks for all the help,
> -Glynn
>

It looks like the error messages got eaten.  Here's what I found:

...
cc -MD -MP -D_ISOC99_SOURCE -D_BSD_SOURCE -O2 -march=core2 -pipe 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
-Ilibdvdread4 -falign-loops=16 -shared-libgcc -mdynamic-no-pic -I. 
-Iffmpeg -I./libdvdread4 -I/sw/include -MD -DPIC  -I/usr/X11/include 
-I/sw/include/ -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE 
-I/sw/include/freetype2 -I/sw/include -I/sw/include/dirac 
-I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -c -o 
libvo/vo_corevideo.o libvo/vo_corevideo.m
clang: warning: argument unused during compilation: '-falign-loops=16'
clang: warning: argument unused during compilation: '-shared-libgcc'
libvo/vo_corevideo.m:206:41: warning: 'stringWithCString:' is 
deprecated: first
       deprecated in OS X 10.4 [-Wdeprecated-declarations]
                 [[mpGLView window] setTitle:[NSString stringWithCString:...
                                                       ^
/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:363:1: note: 

       method 'stringWithCString:' declared here
+ (id)stringWithCString:(const char *)bytes NS_DEPRECATED(10_0, 10_4, 
2_0, 2_0);
^
libvo/vo_corevideo.m:246:84: warning: 'stringWithCString:' is 
deprecated: first
       deprecated in OS X 10.4 [-Wdeprecated-declarations]
   ...rootProxyForConnectionWithRegisteredName:[NSString 
stringWithCString:buf...
                                                         ^
/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:363:1: note: 

       method 'stringWithCString:' declared here
+ (id)stringWithCString:(const char *)bytes NS_DEPRECATED(10_0, 10_4, 
2_0, 2_0);
^
libvo/vo_corevideo.m:460:22: warning: sending 'MPlayerOpenGLView *' to 
parameter
       of incompatible type 'id<NSWindowDelegate>'
         [window setDelegate:mpGLView];
                             ^~~~~~~~
/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:319:44: 
note:
       passing argument to parameter 'anObject' here
- (void)setDelegate:(id <NSWindowDelegate>)anObject;
                                            ^
libvo/vo_corevideo.m:679:2: warning: implicit declaration of function 
'glEnable'
       is invalid in C99 [-Wimplicit-function-declaration]
         glEnable(GL_BLEND);
         ^
libvo/vo_corevideo.m:679:11: error: use of undeclared identifier 'GL_BLEND'
         glEnable(GL_BLEND);

...
followed by a bunch of other missing GL-related identifiers.

I'll cc the maintainer.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to