• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Errors while trying to compile dash

demo

Well-known member
I tried to compile dash, and the make command stopped here:
Code:
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
Makefile:6850: recipe for target 'qt/qt_libbitcoinqt_a-masternodelist.o' failed
make[2]: *** [qt/qt_libbitcoinqt_a-masternodelist.o] Error 1
make[2]: Leaving directory '/home/d/src/dash/src'
Makefile:9045: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/d/src/dash/src'
Makefile:652: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

any ideas whats going wrong ?
 
Let me report here that I manage to compile Bitcoin in my system.
But Dash cannot compile.
I will try also to compile PIVX, and if I fail again then I will start implementing @Pietro Speroni 's request based on bitcoin's codebase.
 
Last edited:
Back
Top