Author

Topic: clone a coin: error: class member cannot be redeclared (Read 231 times)

newbie
Activity: 5
Merit: 0
I am having the same issue.
Any word on how to fix this?
legendary
Activity: 1498
Merit: 1113
hi

maybe you can help me. i trying to clone a coin.

i am following this guide: https://gist.github.com/mhsjlw/8130158de01071aa8c87

but i cant rid off an error.

Quote
make -f makefile.osx USE_UPNP=-


....src/serialize.h:824:10: error: class member cannot
      be redeclared

    void insert(iterator it, std::vector::const_iterator first, st...
         ^
.....src/serialize.h:811:10: note: previous declaration
      is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
1 error generated.
make: *** [obj/checkpoints.o] Error 1

in the altcoin part of the forum i could not find a tech-sub-forum.

thank you

vlom
Jump to: