public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Ma Begaj" <derliebegott@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] Plugz: compile errors with latest CVS
Date: Sun, 18 Feb 2007 16:33:54 +0100	[thread overview]
Message-ID: <a72d33330702180733jc643ec1v857be8c144ab25a7@mail.gmail.com> (raw)

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.
kernel 2.6.20

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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

             reply	other threads:[~2007-02-18 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-18 15:33 Ma Begaj [this message]
2007-02-20  3:07 ` [Bluez-users] Plugz: compile errors with latest CVS Brad Midgley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a72d33330702180733jc643ec1v857be8c144ab25a7@mail.gmail.com \
    --to=derliebegott@gmail.com \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox