All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-utils compile issues
@ 2009-01-28 13:43 Will Wagner
  2009-01-29 14:45 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2009-01-28 13:43 UTC (permalink / raw)
  To: alsa-devel

Hi All,

I have configured alsa-lib 1.0.19 to remove the components I do not want for my embedded
arm target. I do this with the configure options:

	--disable-docs \
	--disable-aload \
	--disable-rawmidi \
	--disable-hwdep \
	--disable-seq \
	--disable-alisp \
	--disable-old-symbols \
	--disable-python \
  	--with-alsa-devdir=/dev \
	--with-pcm-plugins="copy linear adpcm rate plug dmix softvol" \
	--with-ctl-plugins="" \
	--with-versioned="no" \

This builds a much reduced in size alsa-lib

However when I then try to build alsa-utils this fails because amidi and seq will not
compile with the reduced alsa-lib

It seems to be there should be configure options in alsa-utils to disable more of its
components than just alsamixer and alsatest.

I have worked around this by just removing amidi and seq from the SUBDIRS variable in
Makefile.in but perhaps there is a better way of doing this?

Thanks,

Will


-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner@carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: alsa-utils compile issues
  2009-01-28 13:43 alsa-utils compile issues Will Wagner
@ 2009-01-29 14:45 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-01-29 14:45 UTC (permalink / raw)
  To: Will Wagner; +Cc: alsa-devel

At Wed, 28 Jan 2009 13:43:44 +0000,
Will Wagner wrote:
> 
> Hi All,
> 
> I have configured alsa-lib 1.0.19 to remove the components I do not want for my embedded
> arm target. I do this with the configure options:
> 
> 	--disable-docs \
> 	--disable-aload \
> 	--disable-rawmidi \
> 	--disable-hwdep \
> 	--disable-seq \
> 	--disable-alisp \
> 	--disable-old-symbols \
> 	--disable-python \
>   	--with-alsa-devdir=/dev \
> 	--with-pcm-plugins="copy linear adpcm rate plug dmix softvol" \
> 	--with-ctl-plugins="" \
> 	--with-versioned="no" \
> 
> This builds a much reduced in size alsa-lib
> 
> However when I then try to build alsa-utils this fails because amidi and seq will not
> compile with the reduced alsa-lib
> 
> It seems to be there should be configure options in alsa-utils to disable more of its
> components than just alsamixer and alsatest.
> 
> I have worked around this by just removing amidi and seq from the SUBDIRS variable in
> Makefile.in but perhaps there is a better way of doing this?

Fixed no on GIT tree.  The configure script checks the availability of
each component now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-29 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 13:43 alsa-utils compile issues Will Wagner
2009-01-29 14:45 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.