bettercap / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
53 stars 22 forks source link

Bug in asm.s breaks build #2

Closed fabianfrz closed 6 years ago

fabianfrz commented 6 years ago

A bug in this library breaks the build of bettercap:

LC_ALL=en_US.utf8 go get github.com/bettercap/bettercap
# github.com/bettercap/gatt/linux/socket
go/src/github.com/bettercap/gatt/linux/socket/asm.s:5:10: fatal error: textflag.h: No such file or directory
 #include "textflag.h"
          ^~~~~~~~~~~~
compilation terminated.
buffermet commented 6 years ago

What version of Go are you using?

Please write a complete issue...

evilsocket commented 6 years ago

Incomplete report, i'm sick of this, people are either too lazy or too dumb to understand without details about Go version, OS, etc we just can't understand what they're talking about.