Re: [MPlayer-users] no cdda cddb
Raena Lea-Shannon wrote: <snip>
Configure was this: ./configure --enable-largefiles --enable-menu --with-codecsdir=/home/raena/DownloadApps/essential-20061022
When configure prints the list of enabled or disabled drivers and codecs,
does
it say that cdda is enabled? If it does, then it must be a runtime
problem.
It says: Checking for cdparanoia ... yes Checking for libcdio ... auto (using cdparanoia)
At the end, configure prints a list of the enabled or disabled drivers and codecs. <snip> Is cdda in the enabled or disabled list?
Yes
Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
Then in make I get this error:
Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt -lXext -lX11 -lpthread stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c: (.text+0x84): undefined reference to `cdio_cddap_identify' :stream_cdda.c:(.text+0x9c): undefined reference to `cdio_cddap_verbose_set' :stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1a6): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1dd): undefined reference to `cdio_cddap_track_firstsector' :stream_cdda.c:(.text+0x1f7): undefined reference to `cdio_cddap_track_lastsector' :stream_cdda.c:(.text+0x202): undefined reference to `cdio_paranoia_init' :stream_cdda.c:(.text+0x24c): undefined reference to `cdio_paranoia_modeset' :stream_cdda.c:(.text+0x260): undefined reference to `cdio_paranoia_overlapset' :stream_cdda.c:(.text+0x26f): undefined reference to `cdio_paranoia_seek' :stream_cdda.c:(.text+0x331): undefined reference to `cdio_cddap_close' :stream_cdda.c:(.text+0x369): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0x381): undefined reference to `cdio_cddap_disc_firstsector' :stream_cdda.c:(.text+0x398): undefined reference to `cdio_cddap_disc_lastsector' :stream_cdda.c:(.text+0x479): undefined reference to `cdio_cddap_track_firstsector' :stream_cdda.c:(.text+0x49e): undefined reference to `cdio_cddap_track_firstsector' :stream_cdda.c:(.text+0x4ab): undefined reference to `cdio_cddap_track_lastsector' :stream_cdda.c:(.text+0x5c4): undefined reference to `cdio_cddap_speed_set' :stream_cdda.c:(.text+0x627): undefined reference to `cdio_cddap_close' stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c: (.text+0x688): undefined reference to `cdio_paranoia_read' stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c: (.text+0x854): undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c: (.text+0x87a): undefined reference to `cdio_paranoia_free' :stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close' collect2: ld returned 1 exit status make: *** [mplayer] Error 1
I don't know what "Xxf86dga" is, so I am going to assume that you posted the entire command that generated the error. As you can see, it does not include -lcdio_cdda, -lcdio -lcdio_paranoia. Try this 1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles --enable-menu
--with-codecsdir=/home/raena/DownloadApps/essential-20061022
2) Edit config.mak. Look for 'EXTRA_LIB = ' and add -L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to the end of the list of libraries. 3) Run make. _________________________________________________________________ Try the next generation of search with Windows Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline
On Saturday 11 November 2006 10:41, John Brown wrote:
Raena Lea-Shannon wrote: <snip>
Configure was this: ./configure --enable-largefiles --enable-menu --with-codecsdir=/home/raena/DownloadApps/essential-20061022
When configure prints the list of enabled or disabled drivers and codecs,
does
it say that cdda is enabled? If it does, then it must be a runtime
problem.
It says: Checking for cdparanoia ... yes Checking for libcdio ... auto (using cdparanoia)
At the end, configure prints a list of the enabled or disabled drivers
and
codecs.
<snip>
Is cdda in the enabled or disabled list?
Yes
Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
Then in make I get this error:
Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt -lXext -lX11 -lpthread stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c: (.text+0x84): undefined reference to `cdio_cddap_identify'
:stream_cdda.c:(.text+0x9c): undefined reference to
`cdio_cddap_verbose_set'
:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1a6): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1dd): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x1f7): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x202): undefined reference to `cdio_paranoia_init' :stream_cdda.c:(.text+0x24c): undefined reference to
`cdio_paranoia_modeset'
:stream_cdda.c:(.text+0x260): undefined reference to
`cdio_paranoia_overlapset'
:stream_cdda.c:(.text+0x26f): undefined reference to `cdio_paranoia_seek' :stream_cdda.c:(.text+0x331): undefined reference to `cdio_cddap_close' :stream_cdda.c:(.text+0x369): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0x381): undefined reference to
`cdio_cddap_disc_firstsector'
:stream_cdda.c:(.text+0x398): undefined reference to
`cdio_cddap_disc_lastsector'
:stream_cdda.c:(.text+0x479): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x49e): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x4ab): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x5c4): undefined reference to : `cdio_cddap_speed_set' stream_cdda.c:(.text+0x627): undefined reference : to `cdio_cddap_close'
stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c: (.text+0x688): undefined reference to `cdio_paranoia_read' stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c: (.text+0x854): undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c: (.text+0x87a): undefined reference to `cdio_paranoia_free'
:stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close'
collect2: ld returned 1 exit status make: *** [mplayer] Error 1
I don't know what "Xxf86dga" is, so I am going to assume that you posted the entire command that generated the error. As you can see, it does not include -lcdio_cdda, -lcdio -lcdio_paranoia.
Try this
1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles --enable-menu
--with-codecsdir=/home/raena/DownloadApps/essential-20061022
2) Edit config.mak. Look for 'EXTRA_LIB = ' and add -L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to the end of the list of libraries.
3) Run make.
I tried this and it compiled without any make errors but still no cdda :-(\ 'cdda://' '-v' init_freetype get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc' font: can't open file: /home/raena/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/raena/.mplayer/input.conf' Can't open input config file /home/raena/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('.conf') -> '/home/raena/.mplayer/.conf' Playing cdda://. get_path('sub/') -> '/home/raena/.mplayer/sub/' [file] No filename Failed to open cdda://. vo: x11 uninit called but X11 not inited..
_________________________________________________________________ Try the next generation of search with Windows Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source= hmtagline
_______________________________________________ MPlayer-users mailing list MPlayer-users@mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Raena Lea-Shannon wrote:
>On Saturday 11 November 2006 10:41, John Brown wrote:
>>Raena Lea-Shannon wrote:
>><snip>
>>
>>>>>Configure was this:
>>>>>./configure --enable-largefiles --enable-menu
>>>>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
>>>>>
>>>>>>When
>>>>>>configure prints the list of enabled or disabled drivers and
>>>>>>codecs,
>>>>>does
>>>>>
>>>>>>it say that cdda is enabled? If it does, then it must be a runtime
>>>>>problem.
>>>>>
>>>>>It says:
>>>>>Checking for cdparanoia ... yes
>>>>>Checking for libcdio ... auto (using cdparanoia)
>>>>At the end, configure prints a list of the enabled or disabled drivers
>>>and
>>>
>>>>codecs.
>><snip>
>>
>>>>Is cdda in the enabled or disabled list?
>>>Yes
>>>
>>> Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
>>>
>>>Then in make I get this error:
>>>
>>>Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread
>>>vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl
>>>-lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt
>>>-lXext -lX11 -lpthread
>>>stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c:
>>>(.text+0x84): undefined reference to `cdio_cddap_identify'
>>>
>>>:stream_cdda.c:(.text+0x9c): undefined reference to
>>>
>>>`cdio_cddap_verbose_set'
>>>
>>>:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open'
>>>:stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks'
>>>:stream_cdda.c:(.text+0x1a6): undefined reference to `cdio_cddap_tracks'
>>>:stream_cdda.c:(.text+0x1dd): undefined reference to
>>>
>>>`cdio_cddap_track_firstsector'
>>>
>>>:stream_cdda.c:(.text+0x1f7): undefined reference to
>>>
>>>`cdio_cddap_track_lastsector'
>>>
>>>:stream_cdda.c:(.text+0x202): undefined reference to `cdio_paranoia_init'
>>>:stream_cdda.c:(.text+0x24c): undefined reference to
>>>
>>>`cdio_paranoia_modeset'
>>>
>>>:stream_cdda.c:(.text+0x260): undefined reference to
>>>
>>>`cdio_paranoia_overlapset'
>>>
>>>:stream_cdda.c:(.text+0x26f): undefined reference to `cdio_paranoia_seek'
>>>:stream_cdda.c:(.text+0x331): undefined reference to `cdio_cddap_close'
>>>:stream_cdda.c:(.text+0x369): undefined reference to `cdio_cddap_open'
>>>:stream_cdda.c:(.text+0x381): undefined reference to
>>>
>>>`cdio_cddap_disc_firstsector'
>>>
>>>:stream_cdda.c:(.text+0x398): undefined reference to
>>>
>>>`cdio_cddap_disc_lastsector'
>>>
>>>:stream_cdda.c:(.text+0x479): undefined reference to
>>>
>>>`cdio_cddap_track_firstsector'
>>>
>>>:stream_cdda.c:(.text+0x49e): undefined reference to
>>>
>>>`cdio_cddap_track_firstsector'
>>>
>>>:stream_cdda.c:(.text+0x4ab): undefined reference to
>>>
>>>`cdio_cddap_track_lastsector'
>>>
>>>:stream_cdda.c:(.text+0x5c4): undefined reference to
>>>: `cdio_cddap_speed_set' stream_cdda.c:(.text+0x627): undefined reference
>>>: to `cdio_cddap_close'
>>>
>>>stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c:
>>>(.text+0x688): undefined reference to `cdio_paranoia_read'
>>>stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c:
>>>(.text+0x854): undefined reference to `cdio_paranoia_seek'
>>>stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c:
>>>(.text+0x87a): undefined reference to `cdio_paranoia_free'
>>>
>>>:stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close'
>>>
>>>collect2: ld returned 1 exit status
>>>make: *** [mplayer] Error 1
>>I don't know what "Xxf86dga" is, so I am going to assume that you posted
>>the entire command that generated the error. As you can see, it does not
>>include -lcdio_cdda, -lcdio -lcdio_paranoia.
>>
>>Try this
>>
>>1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles
>>--enable-menu
>>
>>>>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
>>2) Edit config.mak. Look for 'EXTRA_LIB = ' and add
>>-L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia
>>to the end of the list of libraries.
>>
>>3) Run make.
>
>
>I tried this and it compiled without any make errors but still no cdda :-(\
>'cdda://' '-v'
>init_freetype
>get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc'
>font: can't open file: /home/raena/.mplayer/font/font.desc
>font: can't open file: /usr/local/share/mplayer/font/font.desc
>Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
>Using nanosleep() timing
>get_path('input.conf') -> '/home/raena/.mplayer/input.conf'
>Can't open input config file /home/raena/.mplayer/input.conf: No such file
>or directory
>Can't open input config file /usr/local/etc/mplayer/input.conf: No such
>file or directory
>Falling back on default (hardcoded) input config
>get_path('.conf') -> '/home/raena/.mplayer/.conf'
>
>Playing cdda://.
>get_path('sub/') -> '/home/raena/.mplayer/sub/'
>[file] No filename
>Failed to open cdda://.
>
>vo: x11 uninit called but X11 not inited..
>
>
Does it work if you run as root?
_________________________________________________________________
Get today's hot entertainment gossip
http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001
On Sunday 12 November 2006 01:50, John Brown wrote:
Raena Lea-Shannon wrote:
On Saturday 11 November 2006 10:41, John Brown wrote:
Raena Lea-Shannon wrote: <snip>
Configure was this: ./configure --enable-largefiles --enable-menu --with-codecsdir=/home/raena/DownloadApps/essential-20061022
>When >configure prints the list of enabled or disabled drivers and >codecs,
does
>it say that cdda is enabled? If it does, then it must be a runtime
problem.
It says: Checking for cdparanoia ... yes Checking for libcdio ... auto (using cdparanoia)
At the end, configure prints a list of the enabled or disabled drivers
and
codecs.
<snip>
Is cdda in the enabled or disabled list?
Yes
Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
Then in make I get this error:
Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt -lXext -lX11 -lpthread stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c: (.text+0x84): undefined reference to `cdio_cddap_identify'
:stream_cdda.c:(.text+0x9c): undefined reference to
`cdio_cddap_verbose_set'
:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1a6): undefined reference to `cdio_cddap_tracks' :stream_cdda.c:(.text+0x1dd): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x1f7): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x202): undefined reference to : `cdio_paranoia_init' stream_cdda.c:(.text+0x24c): undefined reference : to
`cdio_paranoia_modeset'
:stream_cdda.c:(.text+0x260): undefined reference to
`cdio_paranoia_overlapset'
:stream_cdda.c:(.text+0x26f): undefined reference to : `cdio_paranoia_seek' stream_cdda.c:(.text+0x331): undefined reference : to `cdio_cddap_close' stream_cdda.c:(.text+0x369): undefined reference : to `cdio_cddap_open' stream_cdda.c:(.text+0x381): undefined reference : to
`cdio_cddap_disc_firstsector'
:stream_cdda.c:(.text+0x398): undefined reference to
`cdio_cddap_disc_lastsector'
:stream_cdda.c:(.text+0x479): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x49e): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x4ab): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x5c4): undefined reference to : `cdio_cddap_speed_set' stream_cdda.c:(.text+0x627): undefined : reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c: (.text+0x688): undefined reference to `cdio_paranoia_read' stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c: (.text+0x854): undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c: (.text+0x87a): undefined reference to `cdio_paranoia_free'
:stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close'
collect2: ld returned 1 exit status make: *** [mplayer] Error 1
I don't know what "Xxf86dga" is, so I am going to assume that you posted the entire command that generated the error. As you can see, it does not include -lcdio_cdda, -lcdio -lcdio_paranoia.
Try this
1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles --enable-menu
--with-codecsdir=/home/raena/DownloadApps/essential-20061022
2) Edit config.mak. Look for 'EXTRA_LIB = ' and add -L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to the end of the list of libraries.
3) Run make.
I tried this and it compiled without any make errors but still no cdda :-(\ 'cdda://' '-v' init_freetype get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc' font: can't open file: /home/raena/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/raena/.mplayer/input.conf' Can't open input config file /home/raena/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('.conf') -> '/home/raena/.mplayer/.conf'
Playing cdda://. get_path('sub/') -> '/home/raena/.mplayer/sub/' [file] No filename Failed to open cdda://.
vo: x11 uninit called but X11 not inited..
Does it work if you run as root?
No
_________________________________________________________________ Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001
_______________________________________________ MPlayer-users mailing list MPlayer-users@mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Raena Lea-Shannon wrote:
>On Sunday 12 November 2006 01:50, John Brown wrote:
>>Raena Lea-Shannon wrote:
>>>On Saturday 11 November 2006 10:41, John Brown wrote:
>>>>Raena Lea-Shannon wrote:
>>>><snip>
>>>>
>>>>>>>Configure was this:
>>>>>>>./configure --enable-largefiles --enable-menu
>>>>>>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
>>>>>>>
>>>>>>>>When
>>>>>>>>configure prints the list of enabled or disabled drivers and
>>>>>>>>codecs,
>>>>>>>does
>>>>>>>
>>>>>>>>it say that cdda is enabled? If it does, then it must be a runtime
>>>>>>>problem.
>>>>>>>
>>>>>>>It says:
>>>>>>>Checking for cdparanoia ... yes
>>>>>>>Checking for libcdio ... auto (using cdparanoia)
>>>>>>At the end, configure prints a list of the enabled or disabled drivers
>>>>>and
>>>>>
>>>>>>codecs.
>>>><snip>
>>>>
>>>>>>Is cdda in the enabled or disabled list?
>>>>>Yes
>>>>>
>>>>> Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
>>>>>
>>>>>Then in make I get this error:
>>>>>
>>>>>Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread
>>>>>vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl
>>>>>-lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio
>>>>>-lXt
>>>>>-lXext -lX11 -lpthread
>>>>>stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c:
>>>>>(.text+0x84): undefined reference to `cdio_cddap_identify'
>>>>>
>>>>>:stream_cdda.c:(.text+0x9c): undefined reference to
>>>>>
>>>>>`cdio_cddap_verbose_set'
>>>>>
>>>>>:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open'
>>>>>:stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks'
>>>>>:stream_cdda.c:(.text+0x1a6): undefined reference to
>>>>>`cdio_cddap_tracks'
>>>>>:stream_cdda.c:(.text+0x1dd): undefined reference to
>>>>>
>>>>>`cdio_cddap_track_firstsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x1f7): undefined reference to
>>>>>
>>>>>`cdio_cddap_track_lastsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x202): undefined reference to
>>>>>: `cdio_paranoia_init' stream_cdda.c:(.text+0x24c): undefined reference
>>>>>: to
>>>>>
>>>>>`cdio_paranoia_modeset'
>>>>>
>>>>>:stream_cdda.c:(.text+0x260): undefined reference to
>>>>>
>>>>>`cdio_paranoia_overlapset'
>>>>>
>>>>>:stream_cdda.c:(.text+0x26f): undefined reference to
>>>>>: `cdio_paranoia_seek' stream_cdda.c:(.text+0x331): undefined reference
>>>>>: to `cdio_cddap_close' stream_cdda.c:(.text+0x369): undefined
>>>>>reference
>>>>>: to `cdio_cddap_open' stream_cdda.c:(.text+0x381): undefined reference
>>>>>: to
>>>>>
>>>>>`cdio_cddap_disc_firstsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x398): undefined reference to
>>>>>
>>>>>`cdio_cddap_disc_lastsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x479): undefined reference to
>>>>>
>>>>>`cdio_cddap_track_firstsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x49e): undefined reference to
>>>>>
>>>>>`cdio_cddap_track_firstsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x4ab): undefined reference to
>>>>>
>>>>>`cdio_cddap_track_lastsector'
>>>>>
>>>>>:stream_cdda.c:(.text+0x5c4): undefined reference to
>>>>>: `cdio_cddap_speed_set' stream_cdda.c:(.text+0x627): undefined
>>>>>: reference to `cdio_cddap_close'
>>>>>
>>>>>stream/stream.a(stream_cdda.o): In function
>>>>>`fill_buffer':stream_cdda.c:
>>>>>(.text+0x688): undefined reference to `cdio_paranoia_read'
>>>>>stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c:
>>>>>(.text+0x854): undefined reference to `cdio_paranoia_seek'
>>>>>stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c:
>>>>>(.text+0x87a): undefined reference to `cdio_paranoia_free'
>>>>>
>>>>>:stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close'
>>>>>
>>>>>collect2: ld returned 1 exit status
>>>>>make: *** [mplayer] Error 1
>>>>I don't know what "Xxf86dga" is, so I am going to assume that you posted
>>>>the entire command that generated the error. As you can see, it does not
>>>>include -lcdio_cdda, -lcdio -lcdio_paranoia.
>>>>
>>>>Try this
>>>>
>>>>1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles
>>>>--enable-menu
>>>>
>>>>>>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
>>>>2) Edit config.mak. Look for 'EXTRA_LIB = ' and add
>>>>-L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio
>>>>-lcdio_paranoia
>>>>to the end of the list of libraries.
>>>>
>>>>3) Run make.
>>>I tried this and it compiled without any make errors but still no cdda
>>>:-(\ 'cdda://' '-v'
>>>init_freetype
>>>get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc'
>>>font: can't open file: /home/raena/.mplayer/font/font.desc
>>>font: can't open file: /usr/local/share/mplayer/font/font.desc
>>>Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
>>>Using nanosleep() timing
>>>get_path('input.conf') -> '/home/raena/.mplayer/input.conf'
>>>Can't open input config file /home/raena/.mplayer/input.conf: No such
>>>file
>>>or directory
>>>Can't open input config file /usr/local/etc/mplayer/input.conf: No such
>>>file or directory
>>>Falling back on default (hardcoded) input config
>>>get_path('.conf') -> '/home/raena/.mplayer/.conf'
>>>
>>>Playing cdda://.
>>>get_path('sub/') -> '/home/raena/.mplayer/sub/'
>>>[file] No filename
>>>Failed to open cdda://.
>>>
>>>vo: x11 uninit called but X11 not inited..
>>Does it work if you run as root?
>
>No
>
Alas! I have done all that I can. If you are not using the svn version, try
it. Good luck!
_________________________________________________________________
Try the next generation of search with Windows Live Search today!
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline
On Sunday 12 November 2006 03:02, John Brown wrote:
Raena Lea-Shannon wrote:
On Sunday 12 November 2006 01:50, John Brown wrote:
Raena Lea-Shannon wrote:
On Saturday 11 November 2006 10:41, John Brown wrote:
Raena Lea-Shannon wrote: <snip>
>>Configure was this: >>./configure --enable-largefiles --enable-menu >>--with-codecsdir=/home/raena/DownloadApps/essential-20061022 >> >>>When >>>configure prints the list of enabled or disabled drivers and >>>codecs, >> >>does >> >>>it say that cdda is enabled? If it does, then it must be a runtime >> >>problem. >> >>It says: >>Checking for cdparanoia ... yes >>Checking for libcdio ... auto (using cdparanoia) > >At the end, configure prints a list of the enabled or disabled > drivers
and
>codecs.
<snip>
>Is cdda in the enabled or disabled list?
Yes
Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
Then in make I get this error:
Xxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt -lXext -lX11 -lpthread stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c: (.text+0x84): undefined reference to `cdio_cddap_identify'
:stream_cdda.c:(.text+0x9c): undefined reference to
`cdio_cddap_verbose_set'
:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open' :stream_cdda.c:(.text+0xcc): undefined reference to : `cdio_cddap_tracks' stream_cdda.c:(.text+0x1a6): undefined reference : to
`cdio_cddap_tracks'
:stream_cdda.c:(.text+0x1dd): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x1f7): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x202): undefined reference to : `cdio_paranoia_init' stream_cdda.c:(.text+0x24c): undefined : reference to
`cdio_paranoia_modeset'
:stream_cdda.c:(.text+0x260): undefined reference to
`cdio_paranoia_overlapset'
:stream_cdda.c:(.text+0x26f): undefined reference to : `cdio_paranoia_seek' stream_cdda.c:(.text+0x331): undefined : reference to `cdio_cddap_close' stream_cdda.c:(.text+0x369): : undefined
reference
: to `cdio_cddap_open' stream_cdda.c:(.text+0x381): undefined : reference to
`cdio_cddap_disc_firstsector'
:stream_cdda.c:(.text+0x398): undefined reference to
`cdio_cddap_disc_lastsector'
:stream_cdda.c:(.text+0x479): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x49e): undefined reference to
`cdio_cddap_track_firstsector'
:stream_cdda.c:(.text+0x4ab): undefined reference to
`cdio_cddap_track_lastsector'
:stream_cdda.c:(.text+0x5c4): undefined reference to : `cdio_cddap_speed_set' stream_cdda.c:(.text+0x627): undefined : reference to `cdio_cddap_close'
stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c: (.text+0x688): undefined reference to `cdio_paranoia_read' stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c: (.text+0x854): undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c: (.text+0x87a): undefined reference to `cdio_paranoia_free'
:stream_cdda.c:(.text+0x882): undefined reference to : `cdio_cddap_close'
collect2: ld returned 1 exit status make: *** [mplayer] Error 1
I don't know what "Xxf86dga" is, so I am going to assume that you posted the entire command that generated the error. As you can see, it does not include -lcdio_cdda, -lcdio -lcdio_paranoia.
Try this
1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles --enable-menu
>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
2) Edit config.mak. Look for 'EXTRA_LIB = ' and add -L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to the end of the list of libraries.
3) Run make.
I tried this and it compiled without any make errors but still no cdda
:-(\ 'cdda://' '-v'
init_freetype get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc' font: can't open file: /home/raena/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/raena/.mplayer/input.conf' Can't open input config file /home/raena/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('.conf') -> '/home/raena/.mplayer/.conf'
Playing cdda://. get_path('sub/') -> '/home/raena/.mplayer/sub/' [file] No filename Failed to open cdda://.
vo: x11 uninit called but X11 not inited..
Does it work if you run as root?
No
Alas! I have done all that I can. If you are not using the svn version, try it. Good luck!
The svn works fine. I wish I tried that first, Thanks v much.
_________________________________________________________________ Try the next generation of search with Windows Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source= hmtagline
_______________________________________________ MPlayer-users mailing list MPlayer-users@mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Raena Lea-Shannon wrote:
On Sunday 12 November 2006 03:02, John Brown wrote:
<snip>
Try this
1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles --enable-menu
>>>--with-codecsdir=/home/raena/DownloadApps/essential-20061022
2) Edit config.mak. Look for 'EXTRA_LIB = ' and add -L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to the end of the list of libraries.
3) Run make.
I tried this and it compiled without any make errors but still no cdda
:-(\ 'cdda://' '-v'
init_freetype get_path('font/font.desc') -> '/home/raena/.mplayer/font/font.desc' font: can't open file: /home/raena/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/raena/.mplayer/input.conf' Can't open input config file /home/raena/.mplayer/input.conf: No such file or directory Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('.conf') -> '/home/raena/.mplayer/.conf'
Playing cdda://. get_path('sub/') -> '/home/raena/.mplayer/sub/' [file] No filename Failed to open cdda://.
vo: x11 uninit called but X11 not inited..
Does it work if you run as root?
No
Alas! I have done all that I can. If you are not using the svn version, try it. Good luck!
The svn works fine. I wish I tried that first, Thanks v much.
Now I know why they usually insist on it.
_________________________________________________________________ Add a Yahoo! contact to Windows Live Messenger for a chance to win a free trip! http://www.imagine-windowslive.com/minisites/yahoo/default.aspx?locale=en-us&hmtagline
participants (2)
-
John Brown -
Raena Lea-Shannon