All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Problems to compilate a code in Red Hat 9
@ 2005-09-29 18:29 Sir Graham
  2005-09-30  6:42 ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Sir Graham @ 2005-09-29 18:29 UTC (permalink / raw)
  To: bluez-devel

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

Hi All,

One stupid question... 

I Try to compilate your example of bluetooth code but  I have a problem:
(I using Ret HAT 9 with blueZ, the module of bluetooth works perfect).

Well when I try to compilate the coder with the GCC (make command), the GCC don´t found the <bluetooth/bluetooth.h>

Can you comment the correct configurate to compilate this? 
I am sure that the problem is for my configuration.

(The BlueZ includes are in my machine in /usr/scr/linux-2.4.20-31.9/include/net/bluetooth)

Any idea?

I sure that is a stupid configuration. But I haven´t more experience in linux.

Thanks in advanced.

Regards,
Sir Graham.

[-- Attachment #2: Type: text/html, Size: 1979 bytes --]

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-29 18:29 [Bluez-devel] Problems to compilate a code in Red Hat 9 Sir Graham
@ 2005-09-30  6:42 ` Marcel Holtmann
  2005-09-30  7:00   ` Sir Graham
  0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2005-09-30  6:42 UTC (permalink / raw)
  To: bluez-devel

Hi,

> One stupid question...=20
> =20
> I Try to compilate your example of bluetooth code but  I have a
> problem:
> (I using Ret HAT 9 with blueZ, the module of bluetooth works perfect).
> =20
> Well when I try to compilate the coder with the GCC (make command),
> the GCC don=C2=B4t found the <bluetooth/bluetooth.h>
> =20
> Can you comment the correct configurate to compilate this?=20
> I am sure that the problem is for my configuration.
> =20
> (The BlueZ includes are in my machine
> in /usr/scr/linux-2.4.20-31.9/include/net/bluetooth)

we don't mix kernel headers with userspace headers. Get yourself the
bluez-libs development package and actually the latest 2.6 kernel would
also be a good idea.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  6:42 ` Marcel Holtmann
@ 2005-09-30  7:00   ` Sir Graham
  2005-09-30  7:33     ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Sir Graham @ 2005-09-30  7:00 UTC (permalink / raw)
  To: bluez-devel

Hi Marcel,

Thanks for you answer....

Where can i download bluez-libs development package?

I think red hat haven´t any update of the kernel.....

Best Regards,
Sir Graham.

----- Original Message ----- 
From: "Marcel Holtmann" <marcel@holtmann.org>
To: <bluez-devel@lists.sourceforge.net>
Sent: Friday, September 30, 2005 8:42 AM
Subject: Re: [Bluez-devel] Problems to compilate a code in Red Hat 9


Hi,

> One stupid question...
>
> I Try to compilate your example of bluetooth code but  I have a
> problem:
> (I using Ret HAT 9 with blueZ, the module of bluetooth works perfect).
>
> Well when I try to compilate the coder with the GCC (make command),
> the GCC don´t found the <bluetooth/bluetooth.h>
>
> Can you comment the correct configurate to compilate this?
> I am sure that the problem is for my configuration.
>
> (The BlueZ includes are in my machine
> in /usr/scr/linux-2.4.20-31.9/include/net/bluetooth)

we don't mix kernel headers with userspace headers. Get yourself the
bluez-libs development package and actually the latest 2.6 kernel would
also be a good idea.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  7:00   ` Sir Graham
@ 2005-09-30  7:33     ` Marcel Holtmann
  2005-09-30  8:09       ` Sir Graham
  0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2005-09-30  7:33 UTC (permalink / raw)
  To: bluez-devel

Hi,

> Where can i download bluez-libs development package?
>=20
> I think red hat haven=C2=B4t any update of the kernel.....

you don't got my point. You don't need the kernel headers. You need the
userspace headers. There should exists a bluez-libs-devel package.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  7:33     ` Marcel Holtmann
@ 2005-09-30  8:09       ` Sir Graham
  2005-09-30  8:15         ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Sir Graham @ 2005-09-30  8:09 UTC (permalink / raw)
  To: bluez-devel

Hi,

Yes.... thanks for you answer...

Ok. But Where I can download this package... sorry but I don´t found :

 bluez-libs-devel package

¿¿¿??

I find, because I see other references to this... but I don´t know where I 
can download this...

Regards,
Sir Graham.


----- Original Message ----- 
From: "Marcel Holtmann" <marcel@holtmann.org>
To: <bluez-devel@lists.sourceforge.net>
Sent: Friday, September 30, 2005 9:33 AM
Subject: Re: [Bluez-devel] Problems to compilate a code in Red Hat 9


Hi,

> Where can i download bluez-libs development package?
>
> I think red hat haven´t any update of the kernel.....

you don't got my point. You don't need the kernel headers. You need the
userspace headers. There should exists a bluez-libs-devel package.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  8:09       ` Sir Graham
@ 2005-09-30  8:15         ` Marcel Holtmann
  2005-09-30  8:34           ` Sir Graham
  0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2005-09-30  8:15 UTC (permalink / raw)
  To: bluez-devel

Hi,

> Yes.... thanks for you answer...
>=20
> Ok. But Where I can download this package... sorry but I don=C2=B4t fou=
nd :
>=20
>  bluez-libs-devel package
>=20
> =C2=BF=C2=BF=C2=BF??
>=20
> I find, because I see other references to this... but I don=C2=B4t know=
 where I=20
> can download this...

it is part of your Linux distribution.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  8:15         ` Marcel Holtmann
@ 2005-09-30  8:34           ` Sir Graham
  2005-09-30  8:40             ` Bastien Nocera
  0 siblings, 1 reply; 8+ messages in thread
From: Sir Graham @ 2005-09-30  8:34 UTC (permalink / raw)
  To: bluez-devel

Hi,

¿¿¿¿ yes ????

I don´t see any of this. I have the Red hat 9 and I think this package not 
included.

Sorry, I don´t works with linux and don´t have much experience....

How I know if this package are in my distribution?

Regards,
Sir Graham.

----- Original Message ----- 
From: "Marcel Holtmann" <marcel@holtmann.org>
To: <bluez-devel@lists.sourceforge.net>
Sent: Friday, September 30, 2005 10:15 AM
Subject: Re: [Bluez-devel] Problems to compilate a code in Red Hat 9


Hi,

> Yes.... thanks for you answer...
>
> Ok. But Where I can download this package... sorry but I don´t found :
>
>  bluez-libs-devel package
>
> ¿¿¿??
>
> I find, because I see other references to this... but I don´t know where I
> can download this...

it is part of your Linux distribution.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Problems to compilate a code in Red Hat 9
  2005-09-30  8:34           ` Sir Graham
@ 2005-09-30  8:40             ` Bastien Nocera
  0 siblings, 0 replies; 8+ messages in thread
From: Bastien Nocera @ 2005-09-30  8:40 UTC (permalink / raw)
  To: bluez-devel; +Cc: sirgraham

On Fri, 2005-09-30 at 10:34 +0200, Sir Graham wrote:
> Hi,
>=20
> =C2=BF=C2=BF=C2=BF=C2=BF yes ????
>=20
> I don=C2=B4t see any of this. I have the Red hat 9 and I think this pac=
kage not=20
> included.
>=20
> Sorry, I don=C2=B4t works with linux and don=C2=B4t have much experienc=
e....
>=20
> How I know if this package are in my distribution?

Don't use Red Hat Linux 9, it's ancient. Fedora Core 4 (ie. 4 versions
afterwards) is available for download and from a number of magazines
with CDs.

---
Bastien Nocera <hadess@hadess.net>=20
Lucas has made a vacuous, boring, pretentious, retroactively destructive
sequel. He has lost the plot. The man is a fool. -- Simon Pegg (on the
Phantom Menace)



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2005-09-30  8:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-29 18:29 [Bluez-devel] Problems to compilate a code in Red Hat 9 Sir Graham
2005-09-30  6:42 ` Marcel Holtmann
2005-09-30  7:00   ` Sir Graham
2005-09-30  7:33     ` Marcel Holtmann
2005-09-30  8:09       ` Sir Graham
2005-09-30  8:15         ` Marcel Holtmann
2005-09-30  8:34           ` Sir Graham
2005-09-30  8:40             ` Bastien Nocera

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.