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
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.
The text was updated successfully, but these errors were encountered:
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
After Running the command, using ls I get this:
Then I cd to examples and g++ -o lescan lescan.cc -std=c++11 and I get again:
Even, when I try to ./lescan I get this:
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?
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 getblepp/logging.h: No such file or directory compilation terminated.
The text was updated successfully, but these errors were encountered: