-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failed. extra semi-colon #67
Comments
Hi @msgoff, Thanks for pointing out this one 🙏 . We will fix it. What compiler/setup specifics did you use to build from the source? Asking for the sake of understanding because I can see our CI/CD build is working, and it looks like an unnecessary semi-colon, but what tool/compiler is picking this? |
Hello @antejavor Thank you for the quick response. gcc -v mkdir build; cd build; cmake ..;make [ 94%] Building CXX object src/CMakeFiles/mgconsole.dir/batch_import.cpp.o |
@msgoff the fix should be merged to master (hopefully that will help you) 💪 |
@gitbuda |
mgconsole/src/utils/future.hpp +276
builds fine after the semi-colon is removed
The text was updated successfully, but these errors were encountered: