[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bluetooth includes/libraries
From: |
Olivier Kaloudoff |
Subject: |
Re: Bluetooth includes/libraries |
Date: |
Mon, 24 May 2004 15:16:21 +0200 (CEST) |
>Hello!
Hi Florian,
>| #include <sys/socket.h>
>| #include <bluetooth/bluetooth.h>
>| #include <bluetooth/rfcomm.h>
>| int
>| main ()
>| {
>| struct sockaddr_rc rc;
>| ;
>| return 0;
>| }
>
>What's wrong?
Your problem seems to come from socket.h, which has to be
in /usr/include/sys, and is part of glibc-headers on my
Fedora 1 system:
address@hidden test]$ rpm -qf /usr/include/sys/socket.h
glibc-headers-2.3.3-27
address@hidden test]$ rpm -qa | grep -i bluez
bluez-libs-devel-2.7-1
bluez-libs-2.7-1
Can you check that glibc-headers is installed ?
- Bluetooth includes/libraries, F Beyer, 2004/05/23
- Bluetooth includes/libraries, the-flash, 2004/05/22
- Re: Bluetooth includes/libraries,
Olivier Kaloudoff <=
- Re: Bluetooth includes/libraries, F Beyer, 2004/05/24
- Re: Bluetooth includes/libraries, F Beyer, 2004/05/25
- Re: Bluetooth includes/libraries, BORBELY Zoltan, 2004/05/25
- Re: Bluetooth includes/libraries, F Beyer, 2004/05/25
- Re: Bluetooth includes/libraries, Pawel Kot, 2004/05/26
- Re: Bluetooth includes/libraries, F Beyer, 2004/05/27