ralphy;530135 Wrote: 
> You don't have the lirc library and headers installed.
> 
> I'm currently refactoring the makefiles to reduce the number I have to
> maintain, so the wiki is a bit out of date.
> 
> The makefile.linux26-alsa makefile has been relocated to the deprecated
> directory.
> 
> You can run make -f deprecated/makefile.linux26-alsa to build an
> equivalent 0.9-133 binary
> 
> OR
> 
> apply the patch below to makefile.linux26-alsa-display for a 0.9-143
> build.
> 
> > 
Code:
--------------------
  >   > 
  > Index: makefile.linux26-alsa-display
  > ===================================================================
  > --- makefile.linux26-alsa-display       (revision 143)
  > +++ makefile.linux26-alsa-display       (working copy)
  > @@ -6,7 +6,7 @@
  > SED=sed
  > SHELL=/bin/bash
  > PATCH=patch
  > -CFLAGS=-DSLIMPROTO_DEBUG -DINTERACTIVE -DDAEMONIZE 
-DUSE_SIGNALS_FOR_RESTART -DPORTAUDIO_DEV -Wall -O2 -march=i686
  > +CFLAGS=-DSLIMPROTO_DEBUG -DDAEMONIZE -DUSE_SIGNALS_FOR_RESTART 
-DPORTAUDIO_DEV -Wall -O2 -march=i686
  > LDFLAGS=-s
  > 
  > INCLUDE=-Ilib/getopt -Ilib/libportaudio/$(OS)/include 
-Ilib/portmixer/px_common -Isrc -Ilib/libmad/$(OS)/include 
-Ilib/vorbis/$(OS)/include -Ilib/flac/$(OS)/include
  > @@ -87,7 +87,7 @@
  > ranlib $(LIBGETOPT)
  > 
  > $(SQUEEZESLAVE): $(SQUEEZESLAVEFILES:.c=.o) $(PORTMIXERFILES:.c=.o) 
$(LIBSLIMPROTO) $(LIBGETOPT) $(SUPPORTLIBS)
  > -       $(CC) $(LDFLAGS) -o $(SQUEEZESLAVE) $^ -lasound -lrt -lpthread -lm 
-lcurses -llirc_client
  > +       $(CC) $(LDFLAGS) -o $(SQUEEZESLAVE) $^ -lasound -lrt -lpthread -lm
  > 
  > clean:
  > -...@rm -f $(SLIMPROTOFILES:.c=.o)
  > 
  > 
--------------------
> > 

I ran into that issue too and were asking myself what I am doing wrong,
since a couple of hours. I  compiled 26-alsa-display.

When starting the binary I am facing a "portaudio error 7 no audio
devices found", even though they were there ( aplay --l). 

I'll check the patch out or ( why don't you upload it to svn - it'll
make live easier, I mean the current rev is not working anyhow)


-- 
soundcheck
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=63966

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to