public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] hid2hic among others fails to build in bluez-utils-3.4
@ 2006-09-02 15:46 Hentai Pantsu
  2006-09-03 21:30 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Hentai Pantsu @ 2006-09-02 15:46 UTC (permalink / raw)
  To: bluez-devel

That's right, it doesn't build.

My configure:
./configure --prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man
--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib --enable-glib
--enable-obex --enable-fuse --enable-alsa  --enable-test --enable-cups
--enable-initscripts --enable-bccmd --enable-avctrl --enable-hid2hci
--enable-dfutool

A bit of output from that configure (it succedes so i guess it's ok):
checking for BLUEZ... yes
checking for DBUS... yes
checking for GLIB... no
checking for OPENOBEX... no
checking for FUSE... no
checking for ALSA... yes
checking for USB... yes
checking for usb_get_busses in -lusb... yes
checking for usb_interrupt_read in -lusb... yes


A bit of the Makefile in ./tools, generated by configure:
#am__EXEEXT_4 = hid2hci$(EXEEXT)
...
HID2HCI_TRUE = #
...
hid2hci_programs =
#hid2hci_programs = hid2hci
hid2hci_manfiles =
#hid2hci_manfiles = hid2hci.8
...
It seems the "#" are missplaced!

When typing "make all | grep hid2" it doesn't print anything.

The bluez-utils tarball compiles and installs, among others, hidd.


What's wrong with this? :(

I'm using Debian unstable (their package is version 3.1, that's why i
have to install bluez from scratch)

Thanks!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] hid2hic among others fails to build in bluez-utils-3.4
  2006-09-02 15:46 [Bluez-devel] hid2hic among others fails to build in bluez-utils-3.4 Hentai Pantsu
@ 2006-09-03 21:30 ` Marcel Holtmann
  2006-09-04  2:02   ` Hentai Pantsu
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2006-09-03 21:30 UTC (permalink / raw)
  To: BlueZ development

Hi,

> That's right, it doesn't build.
> 
> My configure:
> ./configure --prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man
> --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib --enable-glib
> --enable-obex --enable-fuse --enable-alsa  --enable-test --enable-cups
> --enable-initscripts --enable-bccmd --enable-avctrl --enable-hid2hci
> --enable-dfutool
> 
> A bit of output from that configure (it succedes so i guess it's ok):
> checking for BLUEZ... yes
> checking for DBUS... yes
> checking for GLIB... no
> checking for OPENOBEX... no
> checking for FUSE... no
> checking for ALSA... yes
> checking for USB... yes
> checking for usb_get_busses in -lusb... yes
> checking for usb_interrupt_read in -lusb... yes
> 
> 
> A bit of the Makefile in ./tools, generated by configure:
> #am__EXEEXT_4 = hid2hci$(EXEEXT)
> ...
> HID2HCI_TRUE = #
> ...
> hid2hci_programs =
> #hid2hci_programs = hid2hci
> hid2hci_manfiles =
> #hid2hci_manfiles = hid2hci.8
> ...
> It seems the "#" are missplaced!
> 
> When typing "make all | grep hid2" it doesn't print anything.
> 
> The bluez-utils tarball compiles and installs, among others, hidd.
> 
> 
> What's wrong with this? :(

no idea. It works fine for me.

> I'm using Debian unstable (their package is version 3.1, that's why i
> have to install bluez from scratch)

Tell them to update their packages. The 3.1 version has too many bugs
anyway.

Regards

Marcel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] hid2hic among others fails to build in bluez-utils-3.4
  2006-09-03 21:30 ` Marcel Holtmann
@ 2006-09-04  2:02   ` Hentai Pantsu
  2006-09-04 13:11     ` [Bluez-devel] hid2hic among others fails to build?in bluez-utils-3.4 Filippo Giunchedi
  0 siblings, 1 reply; 4+ messages in thread
From: Hentai Pantsu @ 2006-09-04  2:02 UTC (permalink / raw)
  To: bluez-devel

> > 
> > When typing "make all | grep hid2" it doesn't print anything.
> > 
> > The bluez-utils tarball compiles and installs, among others, hidd.
> > 
> > 
> > What's wrong with this? :(
> 
> no idea. It works fine for me.


shh... i finally solved the problem after some head banging... There is an order
that needs to be followed:
1) install bluez-libs
2) install libopenobex1-dev, libusb-dev    # obex depends on bluez-libs
3) install bluez-utils                     # utils depends on obex
...


> 
> > I'm using Debian unstable (their package is version 3.1, that's why i
> > have to install bluez from scratch)
> 
> Tell them to update their packages. The 3.1 version has too many bugs
> anyway.


Tell me about it. It's Debian *unstable*, it is supposed to have the latest
packages...
I'll msg them...

Problem solved. Thanks.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] hid2hic among others fails to build?in bluez-utils-3.4
  2006-09-04  2:02   ` Hentai Pantsu
@ 2006-09-04 13:11     ` Filippo Giunchedi
  0 siblings, 0 replies; 4+ messages in thread
From: Filippo Giunchedi @ 2006-09-04 13:11 UTC (permalink / raw)
  To: BlueZ development


[-- Attachment #1.1: Type: text/plain, Size: 516 bytes --]

On Mon, Sep 04, 2006 at 02:02:13AM +0000, Hentai Pantsu wrote:
> Tell me about it. It's Debian *unstable*, it is supposed to have the latest
> packages...
> I'll msg them...

thanks for your input, this is debian bug 385857, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385857

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

"UNIX was not designed to stop its users from doing stupid things, as that
would also stop them from doing clever things."
-- Doug Gwyn

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2006-09-04 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-02 15:46 [Bluez-devel] hid2hic among others fails to build in bluez-utils-3.4 Hentai Pantsu
2006-09-03 21:30 ` Marcel Holtmann
2006-09-04  2:02   ` Hentai Pantsu
2006-09-04 13:11     ` [Bluez-devel] hid2hic among others fails to build?in bluez-utils-3.4 Filippo Giunchedi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox