Click here to Skip to main content
15,867,756 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralRe: How to correlate hci_tool commands with "blueZ" library functions ? Pin
Richard MacCutchan25-Mar-22 3:52
mveRichard MacCutchan25-Mar-22 3:52 
QuestionMessage Closed Pin
20-Mar-22 8:41
Member 1496877120-Mar-22 8:41 
AnswerRe: How to find what name and where the (bluetooth) library is located? Pin
k505421-Mar-22 12:42
mvek505421-Mar-22 12:42 
AnswerRe: How to find what name and where the (bluetooth) library is located? Pin
Richard MacCutchan21-Mar-22 22:54
mveRichard MacCutchan21-Mar-22 22:54 
AnswerRe: How to find what name and where the (bluetooth) library is located? Pin
Member 157889596-Oct-22 1:24
professionalMember 157889596-Oct-22 1:24 
QuestionMessage Closed Pin
13-Mar-22 4:43
Member 1496877113-Mar-22 4:43 
AnswerRe: How to run ./configure - bluez Pin
Richard MacCutchan13-Mar-22 6:43
mveRichard MacCutchan13-Mar-22 6:43 
AnswerRe: How to run ./configure - bluez Pin
k505413-Mar-22 8:04
mvek505413-Mar-22 8:04 
What's wrong with the bluez package shipped with your distribution? You can install the package using apt install libbluetooth-dev for debian based distributions (Debian, Ubuntu, PI OS, etc), or dnf install bluez-libs-devel for RedHat based distributions. There also seems to be bluez packages that are targeting QT, so those might be useful to you, too.

Update: If you insist on building from source, you need to generate your own configure script from the included configure.ac. The INSTALL document mentions that you should build this using autoconf, but if you try that you'll probably get something like
Bash
$ autoconf 
configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:11: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:24: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:25: error: possibly undefined macro: AC_PROG_CC_PIE
configure.ac:26: error: possibly undefined macro: AC_PROG_CC_ASAN
configure.ac:27: error: possibly undefined macro: AC_PROG_CC_LSAN
configure.ac:28: error: possibly undefined macro: AC_PROG_CC_UBSAN
configure.ac:35: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:36: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:44: error: possibly undefined macro: AM_CONDITIONAL
What you ned to do instead is use autoreconf --install. This will build a new configure script which you can then use to build the bulez library.
Keep Calm and Carry On


modified 13-Mar-22 14:23pm.

QuestionLinux IDE Pin
Dr.Walt Fair, PE15-Feb-22 12:34
professionalDr.Walt Fair, PE15-Feb-22 12:34 
AnswerRe: Linux IDE Pin
Greg Utas15-Feb-22 13:41
professionalGreg Utas15-Feb-22 13:41 
GeneralRe: Linux IDE Pin
DrWalter PE26-Feb-22 5:10
professionalDrWalter PE26-Feb-22 5:10 
AnswerRe: Linux IDE Pin
Sam Hobbs27-Oct-22 19:34
Sam Hobbs27-Oct-22 19:34 
GeneralRe: Linux IDE Pin
Richard Deeming27-Oct-22 21:07
mveRichard Deeming27-Oct-22 21:07 
QuestionLinux partition simulator Pin
Kanel Roath10-Feb-22 1:43
Kanel Roath10-Feb-22 1:43 
AnswerRe: Linux partition simulator Pin
k505418-Feb-22 4:23
mvek505418-Feb-22 4:23 
QuestionNewbie Here Pin
Discipuluz27-Jan-22 6:14
Discipuluz27-Jan-22 6:14 
AnswerRe: Newbie Here Pin
Richard MacCutchan27-Jan-22 6:38
mveRichard MacCutchan27-Jan-22 6:38 
GeneralRe: Newbie Here Pin
Discipuluz27-Jan-22 7:22
Discipuluz27-Jan-22 7:22 
AnswerRe: Newbie Here Pin
markkuk27-Jan-22 6:46
markkuk27-Jan-22 6:46 
GeneralRe: Newbie Here Pin
Discipuluz27-Jan-22 7:22
Discipuluz27-Jan-22 7:22 
AnswerRe: Newbie Here Pin
DrWalter PE26-Feb-22 6:48
professionalDrWalter PE26-Feb-22 6:48 
AnswerRe: Newbie Here Pin
bob_smith_010117-May-22 13:13
bob_smith_010117-May-22 13:13 
AnswerRe: Newbie Here Pin
charles henington8-Dec-22 7:33
charles henington8-Dec-22 7:33 
QuestionPutting Linux on a Samsung Galaxy tab 6 Pin
Muscipula18-Dec-21 9:17
Muscipula18-Dec-21 9:17 
AnswerRe: Putting Linux on a Samsung Galaxy tab 6 Pin
DrWalter PE26-Feb-22 6:48
professionalDrWalter PE26-Feb-22 6:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.