1> scrypt-jane.c
1>c:\users\home\desktop\minersource\minerd\code/scrypt-jane-portable.h(50): warning C4005: '_CRT_SECURE_NO_WARNINGS' : macro redefinition
1> command-line arguments : see previous definition of '_CRT_SECURE_NO_WARNINGS'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(245): error C2373: 'scrypt_ChunkMix_ssse3' : redefinition; different type modifiers
1> c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(6) : see declaration of 'scrypt_ChunkMix_ssse3'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(246): error C2489: 'blocksPerChunk' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(246): error C2489: 'half' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(248): error C2489: 'x4' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(248): error C2489: 'x5' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(265): error C2373: 'scrypt_ChunkMix_sse2' : redefinition; different type modifiers
1> c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(6) : see declaration of 'scrypt_ChunkMix_sse2'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(266): error C2489: 'blocksPerChunk' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(266): error C2489: 'half' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(85): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(87): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(95): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(101): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(85): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(87): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(95): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(101): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-chacha.h(113): error C2664: 'scrypt_test_mix_instance' : cannot convert parameter 1 from 'void (__cdecl *)(uint32_t *,uint32_t *,uint32_t *,uint32_t)' to 'chunkmixfn'
1> None of the functions with this name in scope match the target type
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Lol, I just had to set compile for X64 then it worked ;/