Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
http://wiki.linuxmce.org/index.php/Building_From_Source
/src/PlutoDHCP$ makeg++ -I. -I.. -I.. -I../DCE -I/usr/include/mysql -W -Wall -pipe -ggdb3 -c -o PlutoDHCP.o PlutoDHCP.cppIn file included from PlutoDHCP.cpp:53:../BD/PhoneDevice.h:24:33: error: bluetooth/bluetooth.h: No such file or directory../BD/PhoneDevice.h:25:30: error: bluetooth/rfcomm.h: No such file or directory../BD/PhoneDevice.h:26:27: error: bluetooth/hci.h: No such file or directory../BD/PhoneDevice.h:27:31: error: bluetooth/hci_lib.h: No such file or directory../pluto_main/Table_Device.h:262: warning: unused parameter ‘iSC_Version’../pluto_main/Table_Device_DeviceData.h:164: warning: unused parameter ‘iSC_Version’../pluto_main/Table_DeviceData.h:169: warning: unused parameter ‘iSC_Version’../pluto_main/Table_DeviceCategory.h:184: warning: unused parameter ‘iSC_Version’../pluto_main/Table_DeviceTemplate.h:315: warning: unused parameter ‘iSC_Version’../pluto_main/Table_Installation.h:255: warning: unused parameter ‘iSC_Version’../BD/PhoneDevice.h:53: error: ‘bdaddr_t’ does not name a type../BD/PhoneDevice.h: In copy constructor ‘PhoneDevice::PhoneDevice(const PhoneDevice&)’:../BD/PhoneDevice.h:120: error: ‘m_bdaddrDongle’ was not declared in this scope../BD/PhoneDevice.h:120: error: ‘const class PhoneDevice’ has no member named ‘m_bdaddrDongle’PlutoDHCP.cpp: In member function ‘std::string PlutoDHCP::GetDHCPConfig()’:PlutoDHCP.cpp:298: warning: comparison between signed and unsigned integer expressionsPlutoDHCP.cpp:308: warning: comparison between signed and unsigned integer expressionsPlutoDHCP.cpp:244: warning: unused variable ‘iMoonNumber’make: *** [PlutoDHCP.o] Error 1
you want bluez-devel
sudo apt-get install libbluetooth-dev