Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2013, 5:27:23 PM (10 years ago)
Author:
smerkli
Message:

Tried a few fixes to get Bluetooth to be included
properly, but no success so far. Will have to ask someone
who knows more about our CMake setup for this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/external/wiicpp/wiic/io_nix.c

    r9812 r9827  
    4141#include <unistd.h>
    4242
    43 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
    44 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h"
    45 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h"
    46 //#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h"
    47 #include "/usr/include/bluetooth/bluetooth.h"
    48 #include "/usr/include/bluetooth/hci.h"
    49 #include "/usr/include/bluetooth/hci_lib.h"
    50 #include "/usr/include/bluetooth/l2cap.h"
     43/* SANDRO HACK can't get bluetooth to work properly at the moment, will come
     44 * back here and fix this very ugly inclusion as soon as I get to grips with
     45 * cmake.
     46 */
     47#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/bluetooth.h"
     48#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci.h"
     49#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/hci_lib.h"
     50#include "/home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth/l2cap.h"
     51//#include "/usr/include/bluetooth/bluetooth.h"
     52//#include "/usr/include/bluetooth/hci.h"
     53//#include "/usr/include/bluetooth/hci_lib.h"
     54//#include "/usr/include/bluetooth/l2cap.h"
    5155
    5256#include "definitions.h"
Note: See TracChangeset for help on using the changeset viewer.