Menu

#82 Plugz: compile errors with latest CVS

open
nobody
None
5
2007-02-18
2007-02-18
No

Hi,

I am trying to compile latest plugz for bluetooth-alsa without success. I have bluez-libs and -utils 3.9. sbc is latest CVS checkout. gcc 3.4.6:

these are the errors. am I missing something?

---------------------------------------------------

creating liba2dpdcommon.la
(cd .libs && rm -f liba2dpdcommon.la && ln -s ../liba2dpdcommon.la liba2dpdcommon.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -O3 -pipe -fomit-frame-pointer -MT a2dpd-a2dpd.o -MD -MP -MF ".deps/a2dpd-a2dpd.Tpo" -c -o a2dpd-a2dpd.o `test -f 'a2dpd.c' || echo './'`a2dpd.c; \
then mv -f ".deps/a2dpd-a2dpd.Tpo" ".deps/a2dpd-a2dpd.Po"; else rm -f ".deps/a2dpd-a2dpd.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -O3 -pipe -fomit-frame-pointer -MT a2dpd-a2dpd_sdp.o -MD -MP -MF ".deps/a2dpd-a2dpd_sdp.Tpo" -c -o a2dpd-a2dpd_sdp.o `test -f 'a2dpd_sdp.c' || echo './'`a2dpd_sdp.c; \
then mv -f ".deps/a2dpd-a2dpd_sdp.Tpo" ".deps/a2dpd-a2dpd_sdp.Po"; else rm -f ".deps/a2dpd-a2dpd_sdp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=i686 -O3 -pipe -fomit-frame-pointer -MT a2dpd-a2dpd_uinput.o -MD -MP -MF ".deps/a2dpd-a2dpd_uinput.Tpo" -c -o a2dpd-a2dpd_uinput.o `test -f 'a2dpd_uinput.c' || echo './'`a2dpd_uinput.c; \
then mv -f ".deps/a2dpd-a2dpd_uinput.Tpo" ".deps/a2dpd-a2dpd_uinput.Po"; else rm -f ".deps/a2dpd-a2dpd_uinput.Tpo"; exit 1; fi
a2dpd_uinput.c: In function `init_uinput':
a2dpd_uinput.c:58: error: unknown field `id' specified in initializer
a2dpd_uinput.c:59: error: field name not in record or union initializer
a2dpd_uinput.c:59: error: (near initialization for `dev.name')
a2dpd_uinput.c:60: error: field name not in record or union initializer
a2dpd_uinput.c:60: error: (near initialization for `dev.name')
make[3]: *** [a2dpd-a2dpd_uinput.o] Error 1
make[3]: Leaving directory `/home/Desktop/Download/plugz/alsa-plugins/a2dpd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Desktop/Download/plugz/alsa-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Desktop/Download/plugz'
make: *** [all] Error 2

------------------------------------------

Thanks.

M.

Discussion


Log in to post a comment.