gnokii-users
[Top][All Lists]
Advanced

[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 ?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]