From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Mon, 9 Jul 2007 14:16:14 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1736593669==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============1736593669== Content-Type: multipart/alternative; boundary="_da3f5c4f-b6ea-4d69-a0cf-afba195d8e3f_" --_da3f5c4f-b6ea-4d69-a0cf-afba195d8e3f_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Great Mats! =20 We're finally starting to get somewhere now, I've installed the package as = you recommended and we're getting closer, it now finds the bluetooth librar= ys as expected. =20 However, its now not able to find my dbus installation :-D which i know for= sure i'm running version 1.0.1 as i've apt-getted it. =20 checking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at lea= st version 0.9.0... yeschecking for BLUEZ... yeschecking for GLIB... nochec= king for DBUS... noconfigure: error: dbus > 0.35 is required Perhaps the path for this is wrong too? it seems that apt-get doesn't insta= ll things into the places that the original source packages expect them to = be :-D =20 But, looks like we're making progress at least, any idea on how to get it t= o find my dbus instalation? =20 Thanks for all your help Mats, I owe you a beer, if i ever head to Sweden i= 'll buy you a pint of Sofiero, =20 Rob _________________________________________________________________ 100=92s of Music vouchers to be won with MSN Music https://www.musicmashup.co.uk/index.html= --_da3f5c4f-b6ea-4d69-a0cf-afba195d8e3f_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Great Mats!
 
We're finally starting to get somewhere now, I've installed the package as = you recommended and we're getting closer, it now finds the bluetooth librar= ys as expected.
 
However, its now not able to find my dbus installation :-D which i know for= sure i'm running version 1.0.1 as i've apt-getted it.
 
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at= least version 0.9.0... yes
checking for BLUEZ... yes
checking for GL= IB... no
checking for DBUS... no
configure: error: dbus > 0.35 is = required

Perhaps the path for this is wrong too? it seems that apt-get doesn't insta= ll things into the places that the original source packages expect them to = be :-D
 
But, looks like we're making progress at least, any idea on how to get it t= o find my dbus instalation?
 
Thanks for all your help Mats, I owe you a beer, if i ever head to Sweden i= 'll buy you a pint of Sofiero,
 
Rob


The next generation of MSN Hotmail has arrived - Windows Live Hotmail<= /body> = --_da3f5c4f-b6ea-4d69-a0cf-afba195d8e3f_-- --===============1736593669== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============1736593669== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============1736593669==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mats Erik Andersson To: BlueZ users In-Reply-To: References: Date: Mon, 09 Jul 2007 15:54:58 +0200 Message-Id: <1183989298.5105.56.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Dear Robert, m=E5n 2007-07-09 klockan 12:34 +0000 skrev Robert Rawlins: > Thank you Mats, > = > I ran the commands that you gave me and they appeared to run ok, and > when i ls the /usr/local/bluetooth/ folder it displays the following > files: > = > bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hidp.h l2cap.h > rfcomm.h sco.h sdp.h sdp_lib.h > = > However, i still get this error when using the configure :-s it really > is most odd. I notice in your last mail that you mention the static > and shared libraries, i'm not sure if this is of any use, but here is > a little more information from my ./configure on the utils, notice it > says build static ... no? is that normal? > = > checking whether to build shared libraries... yes > checking whether to build static libraries... no > configure: creating libtool > checking for ppoll... no > checking for pkg-config... no > checking for BLUEZ... configure: error: Bluetooth library is required > = > Thanks for all your help on this mats, I'm sure we're getting closer, > = Yes, first and most importantly do # apt-get install pkg-config which is lacking by your printout (the line second to last). This = explains most of the present problems, since it provides a mechanism to out locations of libraries, and then to configure source code that depends on these libraries. I did the following to check your prospects, likewise an Debian Etch system, but this machine is only slowly getting to the expanded stage where my Debian Sarge is at. $ mkdir /tmp/blind $ cd /tmp/bluez-libs-3.12 $ ./configure --prefix=3D/tmp/blind $ make # No errors should occur $ make install # You can perform a dry run using "make -n install", # read the output, and se where things go. # Somewhat technical output, though. $ cd ../bluez-utils-3.12 $ ./configure --prefix=3D/tmp/blind --with-bluez=3D/tmp/blind $ make = This aborts with an error for device.c complaining about LMP_PAUSE_ENC, LMP_NFLUSH_PKTS, and LMP_LSTO. The Bluez spacialist have to take over if your machine gets stuck here, since I only use Bluez-utils 2.25 and 3.7. But at least, when you can reach this stage the original hurdle has been overcome, since you have a working copy of libbluetooth2. Just a reminder, this.so is a dynamic/shared library, whereas that.a is a static library. Most users will never need to tell them apart. You will soon learn when progressing further on the road of tailoring your own software. Best regards, Mats E A ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Mon, 9 Jul 2007 12:34:17 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0286480531==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============0286480531== Content-Type: multipart/alternative; boundary="_6a25a44e-c268-4f50-a670-b0cd0d8ff088_" --_6a25a44e-c268-4f50-a670-b0cd0d8ff088_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thank you Mats, =20 I ran the commands that you gave me and they appeared to run ok, and when i= ls the /usr/local/bluetooth/ folder it displays the following files: =20 bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hidp.h l2cap.h rfcomm.h s= co.h sdp.h sdp_lib.h However, i still get this error when using the configure :-s it really is m= ost odd. I notice in your last mail that you mention the static and shared = libraries, i'm not sure if this is of any use, but here is a little more in= formation from my ./configure on the utils, notice it says build static ...= no? is that normal? =20 checking whether to build shared libraries... yeschecking whether to build = static libraries... noconfigure: creating libtoolchecking for ppoll... noch= ecking for pkg-config... nochecking for BLUEZ... configure: error: Bluetoot= h library is required Thanks for all your help on this mats, I'm sure we're getting closer, =20 Thanks, =20 Rob _________________________________________________________________ Try Live.com - your fast, personalised homepage with all the things you car= e about in one place. http://www.live.com/?mkt=3Den-gb = --_6a25a44e-c268-4f50-a670-b0cd0d8ff088_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thank you Mats,
 
I ran the commands that you gave me and they appeared to run ok, and when i= ls the /usr/local/bluetooth/ folder it displays the following files:
 
bluetooth.h  bnep.h  cmtp.h  hci.h  hci_lib.h  hid= p.h  l2cap.h  rfcomm.h  sco.h  sdp.h  sdp_lib.h
However, i still get this error when using the configure :-s it really is m= ost odd. I notice in your last mail that you mention the static and shared = libraries, i'm not sure if this is of any use, but here is a little more in= formation from my ./configure on the utils, notice it says build static ...= no? is that normal?
 
checking whether to build shared libraries... yes
checking whether to bu= ild static libraries... no
configure: creating libtool
checking for p= poll... no
checking for pkg-config... no
checking for BLUEZ... config= ure: error: Bluetooth library is required

Thanks for all your help on this mats, I'm sure we're getting closer,
 
Thanks,
 
Rob


Are you the Quizmaster? Play BrainBattle with a friend now! = --_6a25a44e-c268-4f50-a670-b0cd0d8ff088_-- --===============0286480531== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============0286480531== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0286480531==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mats Erik Andersson To: BlueZ users In-Reply-To: References: Date: Mon, 09 Jul 2007 14:15:26 +0200 Message-Id: <1183983327.5105.27.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Dear Robert, m=E5n 2007-07-09 klockan 11:40 +0000 skrev Robert Rawlins: > Morning Mats, > = > Thanks for your reply. I haven't copied my header files across, i'm > not even sure how too :-D > = > Can you explain the installation process for me? at the moment I'm > doing it as follows. > = > 1) Download libs and utils files from bluez.org > 2) Untar those files using tar xzf filename.tar.gz > 3) cd to the directory for libs > 4) ./configure, make, make install > 5) cd to the utils directory > 6) ./configure --with-bluez=3D/usr/local/lib > = > And that's when i get my error, by the sounds of what you have been > saying i must be missing something out but i have no idea what. I > don't do much compiling from source so this is all quite new to me. > = > Thanks again for your help, it really is appreciated. > = > Rob > = The quickest way is to create a directory = # mkdir -p /usr/local/include/bluetooth/ and then copy the header files by hand = # cp /path/to/source/for/bluez-libs-3.12/include/*.h \ /usr/local/include/bluetooth/ The lacking of those header files, i.e. detailed descriptions of bluez-utils-3.12, is probably the reason why you could not build bluez-utils, even though the static and shared libraries were present. I am somewhat puzzeled that "make install" did not put the headers in the correct place, but give the above manipulation a chance, and we will figure out the rest when there is no hurry. By the way, your very first effort with BLUEZ_LIBS essentially only lacked a second necessary variable: BLUEZ_LDFLAGS=3D"-I/usr/local/include" BLUEZ_LIBS=3D"-L/usr/local/lib -lbluetooth" but it is safer to use "--with-bluez=3D/usr/local" Good luck this time! Best regards, Mats E A ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Mon, 9 Jul 2007 11:43:36 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0832603802==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============0832603802== Content-Type: multipart/alternative; boundary="_d99eb6f0-35d5-4bfe-bf8b-d238caea1152_" --_d99eb6f0-35d5-4bfe-bf8b-d238caea1152_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Morning Mats, Thanks for your reply. I haven't copied my header files acros= s, i'm not even sure how too :-D Can you explain the installation process f= or me? at the moment I'm doing it as follows. 1) Download libs and utils fi= les from bluez.org2) Untar those files using tar xzf filename.tar.gz3) cd t= o the directory for libs4) ./configure, make, make install5) cd to the util= s directory6) ./configure --with-bluez=3D/usr/local/lib And that's when i g= et my error, by the sounds of what you have been saying i must be missing s= omething out but i have no idea what. I don't do much compiling from source= so this is all quite new to me. Thanks again for your help, it really is a= ppreciated. Rob Are you the Quizmaster? Play BrainBattle with a friend now!=20 _________________________________________________________________ Feel like a local wherever you go with BackOfMyHand.com http://www.backofmyhand.com= --_d99eb6f0-35d5-4bfe-bf8b-d238caea1152_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Morning Mats,
 
Thanks for your reply. I haven't copied my heade= r files across, i'm not even sure how too :-D
 
Can you explain = the installation process for me? at the moment I'm doing it as follows.
=  
1) Download libs and utils files from bluez.org
2) Untar those= files using tar xzf filename.tar.gz
3) cd to the directory for libs
= 4) ./configure, make, make install
5) cd to the utils directory
6) ./= configure --with-bluez=3D/usr/local/lib
 
And that's when i get = my error, by the sounds of what you have been saying i must be missing some= thing out but i have no idea what. I don't do much compiling from source so= this is all quite new to me.
 
Thanks again for your help, it r= eally is appreciated.
 
Rob


Are you the Quizmaster?
Play BrainBattle with a friend now!

=
Email straight to your blog, upload jokes, photos and more. Window= s Live Spaces, it's FREE! = --_d99eb6f0-35d5-4bfe-bf8b-d238caea1152_-- --===============0832603802== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============0832603802== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0832603802==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Mon, 9 Jul 2007 11:40:25 +0000 MIME-Version: 1.0 Subject: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0911937812==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============0911937812== Content-Type: multipart/alternative; boundary="_e8d7510d-b490-49a0-8497-adc26dc28a2e_" --_e8d7510d-b490-49a0-8497-adc26dc28a2e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Morning Mats, =20 Thanks for your reply. I haven't copied my header files across, i'm not eve= n sure how too :-D =20 Can you explain the installation process for me? at the moment I'm doing it= as follows. =20 1) Download libs and utils files from bluez.org 2) Untar those files using tar xzf filename.tar.gz 3) cd to the directory for libs 4) ./configure, make, make install 5) cd to the utils directory 6) ./configure --with-bluez=3D/usr/local/lib =20 And that's when i get my error, by the sounds of what you have been saying = i must be missing something out but i have no idea what. I don't do much co= mpiling from source so this is all quite new to me. =20 Thanks again for your help, it really is appreciated. =20 Rob _________________________________________________________________ Try Live.com - your fast, personalised homepage with all the things you car= e about in one place. http://www.live.com/?mkt=3Den-gb = --_e8d7510d-b490-49a0-8497-adc26dc28a2e_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Morning Mats,
 
Thanks for your reply. I haven't copied my header files across, i'm not eve= n sure how too :-D
 
Can you explain the installation process for me? at the moment I'm doing it= as follows.
 
1) Download libs and utils files from bluez.org
2) Untar those files using tar xzf filename.tar.gz
3) cd to the directory for libs
4) ./configure, make, make install
5) cd to the utils directory
6) ./configure --with-bluez=3D/usr/local/lib
 
And that's when i get my error, by the sounds of what you have been saying = i must be missing something out but i have no idea what. I don't do much co= mpiling from source so this is all quite new to me.
 
Thanks again for your help, it really is appreciated.
 
Rob


Are you the Quizmaster? Play BrainBattle with a friend now! = --_e8d7510d-b490-49a0-8497-adc26dc28a2e_-- --===============0911937812== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============0911937812== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0911937812==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mats Erik Andersson To: BlueZ users In-Reply-To: References: Date: Mon, 09 Jul 2007 13:02:27 +0200 Message-Id: <1183978947.5105.9.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Dear Robert, s=F6n 2007-07-08 klockan 16:52 +0000 skrev Robert Rawlins: > Thanks guys for your help on this so far, > = > I've now tried the following command when configuring my utils: > = > ./configure --with-bluez=3D/usr/local/lib > = > and > = > ./configure --with-bluez=3D/usr/local > = > And still come up against the same issue with the configuration > telling me that it cannot find bluez, which really is bizarre and the > make install for the libs confirms where they have been install > as /usr/local/lib. > = > inside that directory i can see the folowing files: > = > libbluetooth.so.2.7.0 > libbluetooth.so.2 > libbluetooth.a > libbluetooth.la > libbluetooth.so > = > Is there anything missing? Any other ideas? I'm running debian > and have apt-get which i used to use for this kind of thing, > unfortunately the only release of bluez i can find on there is a 3.7 > and we really need to be working with the latest build on this > project. I believe there is some kind of svn for the latest build on > debian but i wasted a couple of hours trying to get that working with > no luck. > = Did you remember to add your header files to /usr/local/include/bluetooth/ ? Namely those that come from bluez-libs-3.12. They are too easily forgotten, unless you are using debhelper to build your own packages, and then installed = libbluetooth2_1rr.deb and libbluetooth2-dev_1rr.deb or whatever you happened to call them. Good luck, Mats E A ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Sun, 8 Jul 2007 16:52:34 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1710223324==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============1710223324== Content-Type: multipart/alternative; boundary="_c14bd8b3-6228-4a5c-997d-43a12cbb7f72_" --_c14bd8b3-6228-4a5c-997d-43a12cbb7f72_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks guys for your help on this so far, =20 I've now tried the following command when configuring my utils: =20 ./configure --with-bluez=3D/usr/local/lib =20 and =20 ./configure --with-bluez=3D/usr/local And still come up against the same issue with the configuration telling me = that it cannot find bluez, which really is bizarre and the make install for= the libs confirms where they have been install as /usr/local/lib. =20 inside that directory i can see the folowing files: =20 libbluetooth.so.2.7.0 libbluetooth.so.2 libbluetooth.a libbluetooth.la libbluetooth.so =20 Is there anything missing? Any other ideas? I'm running debian and have apt= -get which i used to use for this kind of thing, unfortunately the only rel= ease of bluez i can find on there is a 3.7 and we really need to be working= with the latest build on this project. I believe there is some kind of svn= for the latest build on debian but i wasted a couple of hours trying to ge= t that working with no luck. =20 Thanks for any further advice guys, =20 Rob _________________________________________________________________ The next generation of MSN Hotmail has arrived - Windows Live Hotmail http://www.newhotmail.co.uk= --_c14bd8b3-6228-4a5c-997d-43a12cbb7f72_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks guys for your help on this so far,
 
I've now tried the following command when configuring my utils:
 
./configure --with-bluez=3D/usr/local/lib
 
and
 
./configure --with-bluez=3D/usr/local

And still come up against the same issue with the configuration telling me = that it cannot find bluez, which really is bizarre and the make install for= the libs confirms where they have been install as /usr/local/lib.
 
inside that directory i can see the folowing files:
 
libbluetooth.so.2.7.0
libbluetooth.so.2
libbluetooth.a
libbluetooth.la
libbluetooth.so
 
Is there anything missing? Any other ideas? I'm running debian and hav= e apt-get which i used to use for this kind of thing, unfortunately the onl= y release of bluez i can find on there is a 3.7 and we really need to be wo= rking with the latest build on this project. I believe there is some kind o= f svn for the latest build on debian but i wasted a couple of hours trying = to get that working with no luck.
 
Thanks for any further advice guys,
 
Rob


Play Movie Mash-up and win
BIG prizes! = --_c14bd8b3-6228-4a5c-997d-43a12cbb7f72_-- --===============1710223324== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============1710223324== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============1710223324==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mats Erik Andersson To: BlueZ users In-Reply-To: References: Date: Sat, 07 Jul 2007 11:32:09 +0200 Message-Id: <1183800729.4579.12.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net fre 2007-07-06 klockan 16:57 +0000 skrev Robert Rawlins: > And then when trying to configure my bluez utils i use > > ./configure BLUEZ_LIBS=/usr/local/lib > > And i still get the same issue that it cannot find the bluetooth > libraries. I disected the configure script, and found the correct mechanism to be: $ ./configure --with-bluez=/usr/local The script distroys external values of BLUEZ_LIBS and based on the argument "--with-bluez=/your/path", the test compilations and verifications will by themselfs add one directory level to search for headers and libraries in /your/path/include and /your/path/lib By using this observation, I could yesterday evening become absolutely sure, that my cross-compilation with Buildroot/uClibc uses only the bluez-libs I built for the embedded application and does not reference the library I use on the host laptop. Regards Mats E A ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Mats Erik Andersson To: BlueZ users In-Reply-To: References: Date: Sat, 07 Jul 2007 00:00:24 +0200 Message-Id: <1183759224.4815.2.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net fre 2007-07-06 klockan 16:57 +0000 skrev Robert Rawlins: > And then when trying to configure my bluez utils i use > > ./configure BLUEZ_LIBS=/usr/local/lib > > And i still get the same issue that it cannot find the bluetooth > libraries. The universal cure to this is to use $ env BLUES_LIBS=/usr/local/lib ./configure That way the variable BLUES_LIBS is guaranteed to enter the environment for the new process. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <468EB809.3090203@gmail.com> Date: Fri, 06 Jul 2007 18:45:45 -0300 From: Manuel Naranjo MIME-Version: 1.0 To: BlueZ users References: In-Reply-To: Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Robert, It's quite easy to set the path where you want to install an app: ./configure --prefix= Thanks, Manuel > Just as an extra note, during the make install all the libs it says: > > Libraries have been installed in: > /usr/local/lib > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > > And then when trying to configure my bluez utils i use > > ./configure BLUEZ_LIBS=/usr/local/lib > > And i still get the same issue that it cannot find the bluetooth > libraries. > > Thanks, > > Rob > > ------------------------------------------------------------------------ > The next generation of MSN Hotmail has arrived - Windows Live Hotmail > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Fri, 6 Jul 2007 16:57:52 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1275679593==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============1275679593== Content-Type: multipart/alternative; boundary="_f43b9bb2-8156-4f67-b8af-9093360e162d_" --_f43b9bb2-8156-4f67-b8af-9093360e162d_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Just as an extra note, during the make install all the libs it says: =20 Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed librariesin a given di= rectory, LIBDIR, you must either use libtool, andspecify the full pathname = of the library, or use the `-LLIBDIR'flag during linking and do at least on= e of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment var= iable during execution - add LIBDIR to the `LD_RUN_PATH' environment = variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker fla= g - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries formore infor= mation, such as the ld(1) and ld.so(8) manual pages. And then when trying to configure my bluez utils i use =20 ./configure BLUEZ_LIBS=3D/usr/local/lib =20 And i still get the same issue that it cannot find the bluetooth libraries. =20 Thanks, =20 Rob _________________________________________________________________ 100=92s of Music vouchers to be won with MSN Music https://www.musicmashup.co.uk/index.html= --_f43b9bb2-8156-4f67-b8af-9093360e162d_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Just as an extra note, during the make install all the libs it says:<= BR>  
Libraries have been installed in:
   /usr/local/lib
If you ever happen to want to link against installed libraries
in a give= n directory, LIBDIR, you must either use libtool, and
specify the full p= athname of the library, or use the `-LLIBDIR'
flag during linking and do= at least one of the following:
   - add LIBDIR to the `LD_LIB= RARY_PATH' environment variable
     during executio= n
   - add LIBDIR to the `LD_RUN_PATH' environment variable     during linking
   - use the `-Wl,--r= path -Wl,LIBDIR' linker flag
   - have your system administrat= or add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more i= nformation, such as the ld(1) and ld.so(8) manual pages.

And then when trying to configure my bluez utils i use
 
./configure BLUEZ_LIBS=3D/usr/local/lib
 
And i still get the same issue that it cannot find the bluetooth libraries.=
 
Thanks,
 
Rob


The next generation of MSN Hotmail has arrived - Windows Live Hotmail<= /body> = --_f43b9bb2-8156-4f67-b8af-9093360e162d_-- --===============1275679593== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============1275679593== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============1275679593==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Fri, 6 Jul 2007 16:28:24 +0000 MIME-Version: 1.0 Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1539190232==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============1539190232== Content-Type: multipart/alternative; boundary="_151fb580-c106-42ab-926a-6e247d96590d_" --_151fb580-c106-42ab-926a-6e247d96590d_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Thanks for getting back to me Manuel, =20 The libs are already installed, the ./confgure, make, make install went wit= hout error on the libs yet for some reason it would appear that the utils c= onfigurator isn't able to fine them :-s =20 Is there any way i can specify the libs path in my ./configure arguments? =20 Thanks, =20 Rob _________________________________________________________________ 100=92s of Music vouchers to be won with MSN Music https://www.musicmashup.co.uk/index.html= --_151fb580-c106-42ab-926a-6e247d96590d_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Thanks for getting back to me Manuel,
 
The libs are already installed, the ./confgure, make, make install went wit= hout error on the libs yet for some reason it would appear that the utils c= onfigurator isn't able to fine them :-s
 
Is there any way i can specify the libs path in my ./configure arguments?  
Thanks,
 
Rob


The next generation of MSN Hotmail has arrived - Windows Live Hotmail<= /body> = --_151fb580-c106-42ab-926a-6e247d96590d_-- --===============1539190232== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============1539190232== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============1539190232==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <468CFC82.1040600@gmail.com> Date: Thu, 05 Jul 2007 11:13:22 -0300 From: Manuel Naranjo MIME-Version: 1.0 To: BlueZ users References: In-Reply-To: Subject: Re: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net You need to build the bluez-lib in order to build the bluez-util you must be missing the lib > Hello Guys, > > I've just done a clean system build of my box and i'm installing bluez > 3.12 and coming across this error, i just installed the libs package > and that appeared to go without fault which is excellent news, however > when trying to ./configure on the utils i get: > > configure: error: Bluetooth library is required > > Any ideas what is causing this and how to solve it? > > Thanks, > > Rob > > ------------------------------------------------------------------------ > Play Movie Mash-up and win BIG prizes! > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: From: Robert Rawlins To: Date: Thu, 5 Jul 2007 13:53:06 +0000 MIME-Version: 1.0 Subject: [Bluez-users] configure: error: Bluetooth library is required Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0973458630==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============0973458630== Content-Type: multipart/alternative; boundary="_23ae55f8-a8fc-4513-a4e1-92421d64149a_" --_23ae55f8-a8fc-4513-a4e1-92421d64149a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Guys, =20 I've just done a clean system build of my box and i'm installing bluez 3.12= and coming across this error, i just installed the libs package and that a= ppeared to go without fault which is excellent news, however when trying to= ./configure on the utils i get: =20 configure: error: Bluetooth library is required Any ideas what is causing this and how to solve it? =20 Thanks, =20 Rob _________________________________________________________________ The next generation of MSN Hotmail has arrived - Windows Live Hotmail http://www.newhotmail.co.uk= --_23ae55f8-a8fc-4513-a4e1-92421d64149a_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Guys,
 
I've just done a clean system build of my box and i'm installing bluez 3.12= and coming across this error, i just installed the libs package and that a= ppeared to go without fault which is excellent news, however when trying to= ./configure on the utils i get:
 
configure: error: Bluetooth library is required

Any ideas what is causing this and how to solve it?
 
Thanks,
 
Rob


Play Movie Mash-up and win BIG prizes! = --_23ae55f8-a8fc-4513-a4e1-92421d64149a_-- --===============0973458630== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --===============0973458630== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0973458630==--