-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make errors #54
Comments
Sorry about that. Must've happened while testing the single_include version of the library. Should be fixed now. |
Just downloaded the new distribution. Don't see that error - but lots more. Below is a sample of them from the beginning. (BTW included the cmake command as well) johughes@ubuntu: |
I'd like to recreate your environment. Can you tell me what OS + compiler you are using? |
Most of the info is provided below. Not sure there is anything unusual about it:-) johughes@ubuntu: |
I was able to reproduce this problem with CI: https://travis-ci.com/github/p-ranav/indicators Oddly, it builds fine with clang and errors with g++. I'll investigate shortly and try to figure out what's happening. |
Looking at your CI output you are getting the exact errors I'm seeing |
@dawidpilarski Can you help me with this? |
@p-ranav thanks for pointing out. I will fix that one. |
All that noise for a missing header 😭 Thanks a lot @dawidpilarski. @johughes99 Please confirm on your end and close this issue. CI looks good. |
Builds successfully now. I notice that there is a make install (which is not mentioned in the readme). Might be useful to mention this |
* Fixed build issues in g++ caused by missing header #54 * Using terminal width to fill the remainder of the progress bar with empty spaces #56 * Previously this was hard-coded to 10 spaces * Fixed multiple definitions in helper functions, e.g., cursor control #58 * Implemented option::ProgressType which can be incremental or decremental - Provides an easy interface to implement decremental progress (a regressing bar) #59 * Updated to latest version of termcolor #60
Just trying to build the source and examples - but using make - get the following error:
johughes@ubuntu:~/Downloads/indicators-master/build$ make
[ 3%] Building CXX object demo/CMakeFiles/demo.dir/demo.cpp.o
/home/johughes/Downloads/indicators-master/demo/demo.cpp:1:10: fatal error: indicators.hpp: No such file or directory
#include "indicators.hpp"
^~~~~~~~~~~~~~~~
compilation terminated.
demo/CMakeFiles/demo.dir/build.make:62: recipe for target 'demo/CMakeFiles/demo.dir/demo.cpp.o' failed
make[2]: *** [demo/CMakeFiles/demo.dir/demo.cpp.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'demo/CMakeFiles/demo.dir/all' failed
make[1]: *** [demo/CMakeFiles/demo.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
the previous cmake did not report any errors.
The text was updated successfully, but these errors were encountered: