You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively -
Just keep bashing your head against adding that '#include <unistd.h>' line to any and all .cpp files that throw errors at you until eventually you stop getting errors.
Worked for me, after changing maybe 4-6 files.
I have many errors like
bluetooth.cpp:291:17: error: ‘close’ was not declared in this scope close(sk); ^~~~~
:/
On Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered: