edrosten / libblepp

Modern clean C++ Bluetooth Low Energy on Linux without the Bluez DBUS API
Other
239 stars 62 forks source link

blepp/logging.h: No such file or directory compilation terminated. #44

Open TziEm26 opened 5 years ago

TziEm26 commented 5 years ago

OS: Ubuntu LTS 16.04

Greetings. I've run ./configure and CMake commands but when I type in the terminal the following: g++ -o lescan lescan.cc -std=c++11 , I get blepp/logging.h: No such file or directory compilation terminated.

edrosten commented 5 years ago

Not really sure what's going on. My machines 14.04, and ./configure && make works fine for me. Can try a fresh checkout?

TziEm26 commented 5 years ago

Hey! Thanks for the fast response! I deleted the clone and re-cloned it again on my machine. Before running the ./configure && make using ls I get this Screenshot from 2019-03-28 13-49-13

After Running the command, using ls I get this: image

Then I cd to examples and g++ -o lescan lescan.cc -std=c++11 and I get again: image

Even, when I try to ./lescan I get this: image

Unfortunately I'm quite new to building libraries and this whole configure and cmake commands don't make much sense to me, any suggestions of what to try next?