Skip to content
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 errors #4

Open
cheskos opened this issue Jul 18, 2017 · 1 comment
Open

Build errors #4

cheskos opened this issue Jul 18, 2017 · 1 comment

Comments

@cheskos
Copy link

cheskos commented Jul 18, 2017

Hi. I'm getting this as soon as I start to build

[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o /myPath/dashcoin/external/miniupnpc/upnpc.c: In function 'main': /myPath/dashcoin/external/miniupnpc/upnpc.c:130:23: error: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Werror=format-truncation=] snprintf(index, 6, "%d", i); ^~ /myPath/dashcoin/external/miniupnpc/upnpc.c:130:22: note: directive argument in the range [0, 2147483647] snprintf(index, 6, "%d", i); ^~~~ /myPath/dashcoin/external/miniupnpc/upnpc.c:130:3: note: 'snprintf' output between 2 and 11 bytes into a destination of size 6 snprintf(index, 6, "%d", i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/build.make:183: external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o] Error 1 make[3]: Leaving directory '/myPath/dashcoin/build/release' make[2]: *** [CMakeFiles/Makefile2:177: external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2 make[2]: Leaving directory '/myPath/dashcoin/build/release' make[1]: *** [Makefile:95: all] Error 2 make[1]: Leaving directory '/myPath/dashcoin/build/release' make: *** [Makefile:20: build-release] Error 2

I only downloaded boost and gave it a try. Am I missing something? Thanks

@Freccia
Copy link

Freccia commented Jan 27, 2018

Same error here.
Issue from Jul 2017, not yet fixed nor any support provided.
This crypto is a joke. As for Bytecoin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants