EdwynZN / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
1 stars 0 forks source link

Installing pyblues from 0.20 sources on Ubuntu #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. git clone https://code.google.com/p/pybluez/
2. sudo python setup.py install

What is the expected output? What do you see instead?
In file included from bluez/btmodule.c:20:0:
bluez/btmodule.h:5:33: fatal error: bluetooth/bluetooth.h: No such file or 
directory
 #include <bluetooth/bluetooth.h>
                                 ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

What version of the product are you using? On what operating system?
I'm currently using python 2.7.8
Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by dyezepc...@gmail.com on 22 Jan 2015 at 9:45

GoogleCodeExporter commented 8 years ago
Build requirements are here:
https://code.google.com/p/pybluez/source/browse/README

First result of search for "bluez/btmodule.h:5:33: fatal error: 
bluetooth/bluetooth.h: No such file or directory" on my browser(all kind of 
tracking stuff might impact it on Yours) gives:
http://stackoverflow.com/questions/21597536/pybluez-installation-in-linux

Br,
Piotrek

Original comment by karu...@wp.pl on 23 Jan 2015 at 9:52

GoogleCodeExporter commented 8 years ago
Thank you
I'm sorry it's my fail. But I looked here:
https://code.google.com/p/pybluez/wiki/Documentation
RequirementsGNU/Linux:

   - bluez-libs 2.10 or greater
   - Python 2.3 or more recent version

Sorry once again for disturbing you, and thanks for a great product!

2015-01-23 12:52 GMT+03:00 <pybluez@googlecode.com>:

Original comment by dyezepc...@gmail.com on 23 Jan 2015 at 11:08