Aha! I found this site:
http://www.fourmilab.ch/fourmilog/archives/2006-05/000699.html
So in linklist.h line 47, I changed:
Entry *Linklist::selected();
to just
Entry *selected();
Everything compiles happily now and I'm playing source content to my
Icecast server : )
--
owen@??? (Owen B. Mehegan)
'There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.'
--William Shakespeare
On Feb 26, 2007, at 3:42 PM, Owen Mehegan wrote:
> When trying to compile muse-0.9.2 on Debian, it fails with the
> following:
>
> make[3]: Leaving directory `/home/owen/source/MuSE-0.9.2/src/
> portaudio'
> make[3]: Entering directory `/home/owen/source/MuSE-0.9.2/src'
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Ishout -Iportaudio -I/sw/
> include -I/usr/X11R6/include -pipe -D_REENTRANT -O2 -mmmx -fomit-
> frame-pointer -ffast-math -MT muse.o -MD -MP -MF ".deps/muse.Tpo" -
> c -o muse.o muse.cpp; \
> then mv -f ".deps/muse.Tpo" ".deps/muse.Po"; else rm -f
> ".deps/muse.Tpo"; exit 1; fi
> ./linklist.h:47: error: extra qualification 'Linklist::' on member
> 'selected'
> make[3]: *** [muse.o] Error 1
> make[3]: Leaving directory `/home/owen/source/MuSE-0.9.2/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/owen/source/MuSE-0.9.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/owen/source/MuSE-0.9.2'
> make: *** [all] Error 2
>
> I tried installing the Debian binary package, but it looks like it
> only has support for ogg streams, and I need mp3. Help?
>
> --
> Owen B. Mehegan (owen@???)
> "He is a dangerous mixture of sophistication and recklessness which
> makes one anxious about his influence on other boys."
> _______________________________________________
> MuSE mailing list
> MuSE@???
> http://mailinglists.dyne.org/mailman/listinfo/muse
>