[Alsaplayer-devel]can't make alsaplayer
Andy Lo A Foe
andy@alsaplayer.org
Tue, 11 Jun 2002 20:18:39 +0200
On Tue, Jun 11, 2002 at 11:12:26AM -0700, Tim Beamish wrote:
> /project/tim/alsaplayerLatest/alsaplayer/app/Main.cpp:653: undefined
> reference to `reader_init(void)'
> Playlist.o: In function `additems(vector<basic_string<char,
Do you have an alsaplayer/reader subdirectory? If not, you need to do a
cvs update again. If you do and you haven't run the bootstrap script
again, do so. The reader_init() call is part of the new iput API that
Egveny wrote.
> string_char_traits<char>, __default_alloc_template<true, 0> >, int)':
> /project/tim/alsaplayerLatest/alsaplayer/app/Playlist.cpp:834: undefined
> reference to `reader_free_expanded'
Yep, looks like the reader plugin is not compiled...
Andy