Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: achillez on May 10, 2013, 06:10:33 AM



Title: has anyone been able to compile the yacoin windows client?
Post by: achillez on May 10, 2013, 06:10:33 AM
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?


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: aikklond on May 10, 2013, 06:16:40 AM
I hope someone does, now only linux users stand a chance...


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: truckythin on May 10, 2013, 06:19:25 AM
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  8)


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: KrLos on May 10, 2013, 06:22:11 AM
Original thread for CPUMiner with scrypt-jane for windows https://bitcointalk.org/index.php?topic=199517.0 (https://bitcointalk.org/index.php?topic=199517.0)


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: achillez on May 10, 2013, 07:34:30 AM
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 ;)


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: KrLos on May 10, 2013, 07:36:38 AM
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 ;)

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

The link is in the first post of the original thread

https://bitcointalk.org/index.php?topic=196196.0 (https://bitcointalk.org/index.php?topic=196196.0)


Title: Re: has anyone been able to compile the yacoin windows client?
Post by: cryptrol on May 17, 2013, 09:02:51 AM
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 ?