|
From: Steven M. S. <sm...@2B...> - 2004-10-22 07:26:27
|
On Thu, 21 Oct 2004, Dan Dennedy wrote: > > (this is on OS/X 10.3.5 using automake 1.7.9): > > using v1.9.2 here with no error automake 1.8.3 or so didn't give any error - so perhaps it's time to (sigh) upgrade the version of automake I use on OS/X > > 2) is it a "Bad Thing" or can it safely be ignored? > > I dunno. If simply does not build gasmoff, then it is not critical and > can be ignored. Can you verify playdv still works? Well, 'playdv' has never worked on OS/X so I can truthfully say that it runs as well now as it ever has :) Without "--enable-sdl" I get the (expected) "playdv was compiled without SDL support". But there seems to be something awry with the --enable-sdl (or the version of SDL that was used in playdv - I have 1.2.8 installed) because trying to enable SDL yields: display.c: In function `dv_center_window': display.c:609: error: structure has no member named `subsystem' display.c:609: error: `SDL_SYSWM_X11' undeclared (first use in this function) display.c:609: error: (Each undeclared identifier is reported only once display.c:609: error: for each function it appears in.) display.c:610: error: structure has no member named `info' display.c:612: error: structure has no member named `info' display.c:612: error: structure has no member named `info' display.c:614: error: structure has no member named `info' display.c:614: error: structure has no member named `info' display.c:617: error: structure has no member named `info' display.c:617: error: structure has no member named `info' display.c:618: error: structure has no member named `info' It's not important though that 'playdv' run - all I really need/want is 'libdv' itself. MPlayer and other programs can handle the playback of the DV files. Cheers, Steven Schultz |