Author

Topic: has anyone been able to compile the yacoin windows client? (Read 1021 times)

hero member
Activity: 637
Merit: 500
I keep getting the oddest of errors:

l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi
obj/scrypt_mine.o: In function `Z11scrypt_hashPKvjPjh':
C:\yacoin3\src/scrypt_mine.cpp:101: undefined reference to `scrypt'
obj/scrypt_mine.o: In function `Z15scanhash_scryptP12block_headerjRjPvS0_h':
C:\yacoin3\src/scrypt_mine.cpp:202: undefined reference to `scrypt'
collect2: ld returned 1 exit status
mingw32-make: *** [yacoind.exe] Error 1

Scrypt is defined, but yet the compiler can't seem to find it. Has anyone successfully compiled the yacoin?


I am stuck at the same point. Did you ever found a way through this ?
hero member
Activity: 768
Merit: 1000
Hrm... but we should be able to compile the original windows client right? There is a binary so someone must hav ebeen able to compile it at some point Wink

Yes the binary was released as soon as the announce was maded...

The link is in the first post of the original thread

https://bitcointalksearch.org/topic/annyac-yacoin-yet-another-altcoin-start-is-now-196196
hero member
Activity: 874
Merit: 1000
Hrm... but we should be able to compile the original windows client right? There is a binary so someone must hav ebeen able to compile it at some point Wink
hero member
Activity: 768
Merit: 1000
hero member
Activity: 781
Merit: 501
cant remember which thread but there someone build minerd that support for scrypt-jane already, i download it already too, re-find in the ANN coin thread for YAN  Cool
legendary
Activity: 1148
Merit: 1000
I hope someone does, now only linux users stand a chance...
hero member
Activity: 874
Merit: 1000
I keep getting the oddest of errors:

l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi
obj/scrypt_mine.o: In function `Z11scrypt_hashPKvjPjh':
C:\yacoin3\src/scrypt_mine.cpp:101: undefined reference to `scrypt'
obj/scrypt_mine.o: In function `Z15scanhash_scryptP12block_headerjRjPvS0_h':
C:\yacoin3\src/scrypt_mine.cpp:202: undefined reference to `scrypt'
collect2: ld returned 1 exit status
mingw32-make: *** [yacoind.exe] Error 1

Scrypt is defined, but yet the compiler can't seem to find it. Has anyone successfully compiled the yacoin?
Jump to: