* [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9
@ 2007-07-25 6:46 leiyu
2007-07-25 7:03 ` [Bluez-users] RE: [Bluez-users]RE?êocross-compile bluez-utils-3.9 Sumeet VERMA
0 siblings, 1 reply; 3+ messages in thread
From: leiyu @ 2007-07-25 6:46 UTC (permalink / raw)
To: Bluez-Users, sumeet
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
Dear Sumeet,
I add the option --includedir and --libdir to the configure string
./configure --prefix=/bluez/bluez-uitls --host=arm-linux
--includedir=/bluez/bluez-libs/include --libdir=/bluez/bluez-libs/lib
but it have the same error
sdp-xml.c:36:27: bluetooth/sdp.h: no such file or directory
sdp-xml.c:37:31: bluetooth/sdp_lib.h: no such file or directory
it's very strange, I feel ashamed to bother you again , thank you very much
Best regards,
Leiyu
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- 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] 3+ messages in thread
* [Bluez-users] RE: [Bluez-users]RE?êocross-compile bluez-utils-3.9
2007-07-25 6:46 [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9 leiyu
@ 2007-07-25 7:03 ` Sumeet VERMA
0 siblings, 0 replies; 3+ messages in thread
From: Sumeet VERMA @ 2007-07-25 7:03 UTC (permalink / raw)
To: 'leiyu', 'Bluez-Users'
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
Hi Leiyu
I don’t know the exact problem but I can suggest changing the environment
variable LD_LIBRARY_PATH
$ export LD_LIBRARY_PATH=/bluez/bluez-libs/lib
Try this. Probably it should work.
Regards,
Sumeet
-----Original Message-----
From: leiyu [mailto:leiyu@kcoe.cn]
Sent: Wednesday, July 25, 2007 12:17 PM
To: Bluez-Users; sumeet
Subject: RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9
Dear Sumeet,
I add the option --includedir and --libdir to the configure string
./configure --prefix=/bluez/bluez-uitls --host=arm-linux
--includedir=/bluez/bluez-libs/include --libdir=/bluez/bluez-libs/lib
but it have the same error
sdp-xml.c:36:27: bluetooth/sdp.h: no such file or directory
sdp-xml.c:37:31: bluetooth/sdp_lib.h: no such file or directory
it's very strange, I feel ashamed to bother you again , thank you very
much
Best regards,
Leiyu
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- 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] 3+ messages in thread
* [Bluez-users] RE:cross-compile bluez-utils-3.9
@ 2007-07-25 4:21 leiyu
2007-07-25 4:27 ` [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9 Sumeet VERMA
0 siblings, 1 reply; 3+ messages in thread
From: leiyu @ 2007-07-25 4:21 UTC (permalink / raw)
To: Bluez-Users
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
Dear All,
Last email I did not express the error clearly
I write all the procedure as below
I install bluez-libs-3.9 in /bluez/bluezlibs then
export PKG_CONFIG_PATH=/bluez/bluezlibs/lib/pkgconfig
Enter into bluez-utils-3.9, configure then make it
./configure --prefix=/bluez/bluez-uitls --host=arm-linux
make
but it happens some error, it prompt :
sdp-xml.c:36:27: bluetooth/sdp.h: no such file or directory
sdp-xml.c:37:31: bluetooth/sdp_lib.h: no such file or directory
But All the files exist in /bluez/bluez-libs/include directory,
It seems that I already include bluez-lib, Could anyone help me to fix it?
Thanks in advance!
Best regards,
Leiyu
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- 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] 3+ messages in thread
* [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9
2007-07-25 4:21 [Bluez-users] RE:cross-compile bluez-utils-3.9 leiyu
@ 2007-07-25 4:27 ` Sumeet VERMA
0 siblings, 0 replies; 3+ messages in thread
From: Sumeet VERMA @ 2007-07-25 4:27 UTC (permalink / raw)
To: 'BlueZ users'
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
Hi Leiyu,
Add another option --includedir and --libdir to the configure string
./configure --prefix=/bluez/bluez-uitls --host=arm-linux
--includedir=/bluez/bluez-libs/include --libdir=/bluez/bluez-libs/libs
Set the libdir and includedir path to whatever path you are using.
Regards,
Sumeet
-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of leiyu
Sent: Wednesday, July 25, 2007 9:52 AM
To: Bluez-Users
Subject: [Bluez-users]RE:cross-compile bluez-utils-3.9
Dear All,
Last email I did not express the error clearly I write all the procedure as
below
I install bluez-libs-3.9 in /bluez/bluezlibs then export
PKG_CONFIG_PATH=/bluez/bluezlibs/lib/pkgconfig
Enter into bluez-utils-3.9, configure then make it
./configure --prefix=/bluez/bluez-uitls --host=arm-linux make
but it happens some error, it prompt :
sdp-xml.c:36:27: bluetooth/sdp.h: no such file or directory
sdp-xml.c:37:31: bluetooth/sdp_lib.h: no such file or directory
But All the files exist in /bluez/bluez-libs/include directory, It seems
that I already include bluez-lib, Could anyone help me to fix it?
Thanks in advance!
Best regards,
Leiyu
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- 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] 3+ messages in thread
end of thread, other threads:[~2007-07-25 7:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 6:46 [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9 leiyu
2007-07-25 7:03 ` [Bluez-users] RE: [Bluez-users]RE?êocross-compile bluez-utils-3.9 Sumeet VERMA
-- strict thread matches above, loose matches on Subject: below --
2007-07-25 4:21 [Bluez-users] RE:cross-compile bluez-utils-3.9 leiyu
2007-07-25 4:27 ` [Bluez-users] RE: [Bluez-users]RE£ocross-compile bluez-utils-3.9 Sumeet VERMA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox