Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] YACoin ongoing development
by
Thirtybird
on 01/06/2013, 03:20:06 UTC
I was doing some digging, and saw that there were commits to scrypt-jane a couple weeks ago labelled as "fixes so it will compile and run under mingw" - if you pulled that, could we get updated Windows binaries and get them posted?

https://github.com/floodyberry/scrypt-jane


Only one way to find out! I will add the changes to my repo and you (or someone with Windows) can test from there - if everything looks good I will send a pull request to WM to request that it's added.

Keep me updated on what happens there.  If you're working on it, I'll work on other things.  I had blocked out some time during the weekend to look at the updated commits to scrypt-jane and see about cranking out a full Windows installer package.  If you check on the scrypt-jane update and whether it fixes Windows builds, I'll concentrate on the other things that need to get wrapped up.

would the following errors be the weirdness you saw when trying to get it to compile under mingw?

Code:
obj/scrypt_mine.o: In function `Z11scrypt_hashPKvjPjh':
C:\yacoin\src/scrypt_mine.cpp:101: undefined reference to `scrypt'
obj/scrypt_mine.o: In function `Z15scanhash_scryptP12block_headerjRjPvS0_h':
C:\yacoin\src/scrypt_mine.cpp:202: undefined reference to `scrypt'
collect2.exe: error: ld returned 1 exit status