ALSA for FreeBSD
- 2009年09月13日(日)
Porting Chrome to FreeBSD から Porting Chromium to FreeBSD 行くと、 ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2 という素敵なものがあるらしい。
ダメじゃん(;-;)
fuji [ work/squeak/alsa-lib-1.0.20 ] % ./configure (snip) fuji [ work/squeak/alsa-lib-1.0.20 ] % make (snip) if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT cards.lo -MD -MP -MF ".deps/cards.Tpo" -c -o cards.lo cards.c; then mv -f ".deps/cards.Tpo" ".deps/cards.Plo"; else rm -f ".deps/cards.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT cards.lo -MD -MP -MF .deps/cards.Tpo -c cards.c -fPIC -DPIC -o .libs/cards.o In file included from control_local.h:22, from cards.c:35: ../../include/local.h:31:20: error: endian.h: No such file or directory In file included from ../../include/local.h:109, from control_local.h:22, from cards.c:35: ../../include/global.h:137: error: redefinition of 'struct timeval' ../../include/global.h:142: error: redefinition of 'struct timespec' *** Error code 1 Stop in /usr/home/mutoh/work/squeak/alsa-lib-1.0.20/src/control. *** Error code 1 Stop in /usr/home/mutoh/work/squeak/alsa-lib-1.0.20/src. *** Error code 1 Stop in /usr/home/mutoh/work/squeak/alsa-lib-1.0.20.
ちょっと元気がないので、後日調べよう。