public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Error cross compiling bluez-utils 3.9 ARM S3C2410
@ 2008-01-25 14:38 laurent-z
  2008-01-28  0:03 ` Eugene
  0 siblings, 1 reply; 2+ messages in thread
From: laurent-z @ 2008-01-25 14:38 UTC (permalink / raw)
  To: bluez-users


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


Hello,


 


I’m having trouble cross-compiling 
bluez-utils 3.9 using this command line:


# ./configure –host=arm-linux 
–prefix=/opt/bluez_build –with-bluez-libs=/opt/bluez_build /lib 
–with-bluez-include=/opt/bluez_build /include


 


(I use gcc-arm-3.4.1 cross compiler 
and /opt/bluez_build is the destination folder)


 


and I get this 
message:


 


checking for BLUEZ... no


configure: error: Bluez library is 
required


 


I successfully compiled 
and installed bluez-libs3.9 with the following command:


 


# ./configure –host=arm-linux 
–prefix=/opt/bluez_build


 


I also successfully 
compiled and installed dbus-1.0.2 in 
case.


 


My point is I tried bluez-2.5 with 
the same method and everything went well and I was able to use my Bluetooth 
dongle.


 


I checked the mailing list and I’m 
not the only one facing this problem, but I don’t see any replies providing the 
solution to my problem.


 


Is anybody able to get this thing to 
work? Please help!


 


Thanks

[-- Attachment #1.2: Type: text/html, Size: 4750 bytes --]

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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

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

* Re: [Bluez-users] Error cross compiling bluez-utils 3.9 ARM S3C2410
  2008-01-25 14:38 [Bluez-users] Error cross compiling bluez-utils 3.9 ARM S3C2410 laurent-z
@ 2008-01-28  0:03 ` Eugene
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene @ 2008-01-28  0:03 UTC (permalink / raw)
  To: BlueZ users

[-- Attachment #1: Type: text/plain, Size: 2504 bytes --]

laurent-z@neuf.fr пишет:
> Hello,
>  
> I’m having trouble cross-compiling bluez-utils 3.9 using this command 
> line:
> # ./configure –host=arm-linux –prefix=/opt/bluez_build 
> –with-bluez-libs=/opt/bluez_build /lib 
> –with-bluez-include=/opt/bluez_build /include
>  
> (I use gcc-arm-3.4.1 cross compiler and /opt/bluez_build is the 
> destination folder)
>  
> and I get this message:
>  
> checking for BLUEZ... no
> configure: error: Bluez library is required
>  
> I successfully compiled and installed bluez-libs3.9 with the following 
> command:
>  
> # ./configure –host=arm-linux –prefix=/opt/bluez_build
>  
> I also successfully compiled and installed dbus-1.0.2 in case.
>  
> My point is I tried bluez-2.5 with the same method and everything went 
> well and I was able to use my Bluetooth dongle.
>  
> I checked the mailing list and I’m not the only one facing this 
> problem, but I don’t see any replies providing the solution to my problem.
>  
> Is anybody able to get this thing to work? Please help!
>  
> Thanks
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>   
Hello,
This error shows that you have no /usr/lib/pkgconfig/bluez.pc file.
Here is a corresponding part of ./configure :
    pkg_cv_BLUEZ_CFLAGS=`$PKG_CONFIG --cflags "bluez" 2>/dev/null`

    What pkg-config does (man):
       pkg-config retrieves information about packages from  special  
metadata
       files. These files are named after the package, with the 
extension .pc.
       By default, pkg-config looks in the directory 
prefix/lib/pkgconfig  for
       these  files;  it  will  also  look in the colon-separated (on 
Windows,
       semicolon-separated) list of  directories  specified  by  the  
PKG_CON‐
       FIG_PATH environment variable.

This file is included in libbluetooth-dev package (in case of Ubuntu), 
or anyway it is
obtained when compliling and installing bluez-libs.
So check if you compiled and installed bluez-libs first.

Regards,
Eugene

[-- Attachment #2: it_had_even.vcf --]
[-- Type: text/x-vcard, Size: 61 bytes --]

begin:vcard
fn:Eugene
n:;Eugene
version:2.1
end:vcard


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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

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

end of thread, other threads:[~2008-01-28  0:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25 14:38 [Bluez-users] Error cross compiling bluez-utils 3.9 ARM S3C2410 laurent-z
2008-01-28  0:03 ` Eugene

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