rperre;530103 Wrote: 
> Hello all, trying to install squeezeslave
> 
> I followed the wiki to install it, first thing i noticed is that there
> is no makefile for alsa only? i use alsa-display. Using the 2.6
> kernel.
> 
> Get the following error, what am i missing?
> 
> Thanks,
> 
> Richard
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)
  
  
--------------------


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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