From: Eugene <it.had.even@gmail.com>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Error cross compiling bluez-utils 3.9 ARM S3C2410
Date: Mon, 28 Jan 2008 10:03:12 +1000 [thread overview]
Message-ID: <479D1BC0.6030306@gmail.com> (raw)
In-Reply-To: <8CA2D771C11F4F5-14EC-2263@FRR1-L19.sis.aol.com>
[-- 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
prev parent reply other threads:[~2008-01-28 0:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=479D1BC0.6030306@gmail.com \
--to=it.had.even@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.