C:\GitHub\yacoin>mingw32-make -f Makefile.Release
gcc -c -pipe -O3 -msse2 -O2 -Wall -Wextra -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_
GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSCRYPT_CHACHA -DSCRYPT_KE
CCAK512 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NEEDS_QMAIN -I"..\..\Qt\4.8.4
\include\QtCore" -I"..\..\Qt\4.8.4\include\QtGui" -I"..\..\Qt\4.8.4\include" -I"
src" -I"src\json" -I"src\qt" -I"..\..\deps\miniupnpc-1.6.20120509-mgw" -I"..\..\
deps\boost-1.52.0-mgw" -I"..\..\deps\db-4.8.30.NC-mgw\build_unix" -I"..\..\deps\
openssl-1.0.1c-mgw\include" -I"..\..\Qt\4.8.4\include\ActiveQt" -I"build" -I"bui
ld" -I"..\..\Qt\4.8.4\mkspecs\win32-g++" -o build\scrypt-jane.o src\scrypt-jane\
scrypt-jane.c
In file included from src\scrypt-jane\/code/scrypt-jane-portable.h:280:0,
from src\scrypt-jane\scrypt-jane.c:10:
src\scrypt-jane\/code/scrypt-jane-portable-x86.h: In function 'detect_cpu':
src\scrypt-jane\/code/scrypt-jane-portable-x86.h:275:18: warning: variable 'vend
or' set but not used [-Wunused-but-set-variable]
In file included from src\scrypt-jane\/code/scrypt-jane-chacha.h:12:0,
from src\scrypt-jane\/code/scrypt-jane-romix.h:2,
from src\scrypt-jane\scrypt-jane.c:12:
src\scrypt-jane\/code/scrypt-jane-romix-basic.h: In function 'scrypt_romix_nop':
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:8:37: warning: unused parameter
'blocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:8:52: warning: unused parameter
'nblocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h: In function 'scrypt_romix_conve
rt_endian':
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:13:48: warning: unused parameter
'blocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:13:63: warning: unused parameter
'nblocks' [-Wunused-parameter]
In file included from src\scrypt-jane\scrypt-jane.c:13:0:
src\scrypt-jane\/code/scrypt-jane-test-vectors.h: At top level:
src\scrypt-jane\/code/scrypt-jane-test-vectors.h:9:2: warning: missing initializ
er [-Wmissing-field-initializers]
src\scrypt-jane\/code/scrypt-jane-test-vectors.h:9:2: warning: (near initializat
ion for 'post_settings[2].salt') [-Wmissing-field-initializers]
{standard input}: Assembler messages:
{standard input}:23: Warning: .type pseudo-op used outside of .def/.endef ignore
d.
{standard input}:23: Error: junk at end of line, first unrecognized character is
`h'
{standard input}:24: Warning: .size pseudo-op used outside of .def/.endef ignore
d.
{standard input}:24: Error: junk at end of line, first unrecognized character is
`h'
{standard input}:142: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:142: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:143: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:143: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:265: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:265: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:266: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:266: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:398: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:398: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:399: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:399: Error: junk at end of line, first unrecognized character i
s `s'
mingw32-make: *** [build/scrypt-jane.o] Error 1
Oh well, will try again tomorrow. If anyone is interested, my fork is here - https://github.com/phorensic/yacoin . Tried using miniupnpc-1.6.20120509. Oh, and pocopoco's yacoin fork would not let me fork it for some reason. Every time it clicked the fork button it took me to the wrong page, so I created a repo from scratch.