* [Bluez-users] bluez-utils2: Bluetooth header files not found
@ 2004-04-23 9:18 Pierre N
2004-04-23 9:40 ` Geoff Shang
2004-04-23 11:50 ` Marcel Holtmann
0 siblings, 2 replies; 6+ messages in thread
From: Pierre N @ 2004-04-23 9:18 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
Hi,
Trying to compile bluez-utils2 out from CVS. I get this error message on
./configure:
checking for unistd.h... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: error: Bluetooth header files not found
I tried ./configure --without-bluetooth
./configure --with-bluetooth=/usr/src/kernel-headers-2.4.22 I always get
the same error message.
Using 2.4.22 on powerpc. What else do you guys need?
--
Pierre
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bluez-utils2: Bluetooth header files not found
2004-04-23 9:18 [Bluez-users] bluez-utils2: Bluetooth header files not found Pierre N
@ 2004-04-23 9:40 ` Geoff Shang
2004-04-23 10:52 ` Pierre N
2004-04-23 11:50 ` Marcel Holtmann
1 sibling, 1 reply; 6+ messages in thread
From: Geoff Shang @ 2004-04-23 9:40 UTC (permalink / raw)
To: bluez-users
On Fri, 23 Apr 2004, Pierre N wrote:
> checking bluetooth/bluetooth.h usability... no
> checking bluetooth/bluetooth.h presence... no
> checking for bluetooth/bluetooth.h... no
> configure: error: Bluetooth header files not found
Have you compiled and installed bluez-libs?
Geoff.
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bluez-utils2: Bluetooth header files not found
2004-04-23 9:40 ` Geoff Shang
@ 2004-04-23 10:52 ` Pierre N
2004-04-23 12:57 ` Pierre N
0 siblings, 1 reply; 6+ messages in thread
From: Pierre N @ 2004-04-23 10:52 UTC (permalink / raw)
To: Geoff Shang; +Cc: bluez-users
[-- Attachment #1: Type: text/plain, Size: 979 bytes --]
Done. Got libs (and after that libs2) from CVS.
./bootstrap
./configure
Pointed --with-bluetooth to the proper path and now here is what I get:
checking bluetooth/bluetooth.h usability... yes
checking bluetooth/bluetooth.h presence... no
configure: WARNING: bluetooth/bluetooth.h: accepted by the compiler,
rejected by the preprocessor!
configure: WARNING: bluetooth/bluetooth.h: proceeding with the
compiler's result
checking for bluetooth/bluetooth.h... yes
checking for bt_inquiry in -lbluetooth... no
configure: error: Bluetooth library not found
Moving forward slowly...
--
Pierre
On Fri, 2004-04-23 at 11:40, Geoff Shang wrote:
> On Fri, 23 Apr 2004, Pierre N wrote:
>
> > checking bluetooth/bluetooth.h usability... no
> > checking bluetooth/bluetooth.h presence... no
> > checking for bluetooth/bluetooth.h... no
> > configure: error: Bluetooth header files not found
>
> Have you compiled and installed bluez-libs?
>
> Geoff.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bluez-utils2: Bluetooth header files not found
2004-04-23 9:18 [Bluez-users] bluez-utils2: Bluetooth header files not found Pierre N
2004-04-23 9:40 ` Geoff Shang
@ 2004-04-23 11:50 ` Marcel Holtmann
1 sibling, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-04-23 11:50 UTC (permalink / raw)
To: Pierre N; +Cc: bluez-users
Hi Pierre,
> Trying to compile bluez-utils2 out from CVS. I get this error message on
> ./configure:
>
> checking for unistd.h... yes
> checking bluetooth/bluetooth.h usability... no
> checking bluetooth/bluetooth.h presence... no
> checking for bluetooth/bluetooth.h... no
> configure: error: Bluetooth header files not found
>
> I tried ./configure --without-bluetooth
> ./configure --with-bluetooth=/usr/src/kernel-headers-2.4.22 I always get
> the same error message.
>
> Using 2.4.22 on powerpc. What else do you guys need?
you must not specify the path of the kernel includes, because userspace
programs should never include kernel header files. It is the prefix of
your previous installed libs2 from CVS.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bluez-utils2: Bluetooth header files not found
2004-04-23 10:52 ` Pierre N
@ 2004-04-23 12:57 ` Pierre N
2004-04-23 14:22 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Pierre N @ 2004-04-23 12:57 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]
Well, I'm even more stupid than my wildest dreams. Forgot to run make,
now that I did it everything is fine. And my USB dongle is used for the
first time since switching to Linux!!! Great work. Thanks for all your
help guys and you should advertise hid2hci everywhere!!
--
Pierre
On Fri, 2004-04-23 at 12:52, Pierre N wrote:
> Done. Got libs (and after that libs2) from CVS.
> ./bootstrap
> ./configure
> Pointed --with-bluetooth to the proper path and now here is what I get:
>
> checking bluetooth/bluetooth.h usability... yes
> checking bluetooth/bluetooth.h presence... no
> configure: WARNING: bluetooth/bluetooth.h: accepted by the compiler,
> rejected by the preprocessor!
> configure: WARNING: bluetooth/bluetooth.h: proceeding with the
> compiler's result
> checking for bluetooth/bluetooth.h... yes
> checking for bt_inquiry in -lbluetooth... no
> configure: error: Bluetooth library not found
>
> Moving forward slowly...
>
> --
> Pierre
>
>
> On Fri, 2004-04-23 at 11:40, Geoff Shang wrote:
> > On Fri, 23 Apr 2004, Pierre N wrote:
> >
> > > checking bluetooth/bluetooth.h usability... no
> > > checking bluetooth/bluetooth.h presence... no
> > > checking for bluetooth/bluetooth.h... no
> > > configure: error: Bluetooth header files not found
> >
> > Have you compiled and installed bluez-libs?
> >
> > Geoff.
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bluez-utils2: Bluetooth header files not found
2004-04-23 12:57 ` Pierre N
@ 2004-04-23 14:22 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-04-23 14:22 UTC (permalink / raw)
To: Pierre N; +Cc: BlueZ Mailing List
Hi Pierre,
> Well, I'm even more stupid than my wildest dreams. Forgot to run make,
> now that I did it everything is fine. And my USB dongle is used for the
> first time since switching to Linux!!! Great work. Thanks for all your
> help guys and you should advertise hid2hci everywhere!!
since this tool don't depends on any other library I plan to include it
into the next release of bluez-utils.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-04-23 14:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-23 9:18 [Bluez-users] bluez-utils2: Bluetooth header files not found Pierre N
2004-04-23 9:40 ` Geoff Shang
2004-04-23 10:52 ` Pierre N
2004-04-23 12:57 ` Pierre N
2004-04-23 14:22 ` Marcel Holtmann
2004-04-23 11:50 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox