archshift / xorer

A xorpad applier for decrypting 3DS files
23 stars 2 forks source link

Cannot compile with MSYS #4

Closed ShinkoNet closed 9 years ago

ShinkoNet commented 9 years ago

When running make using cmake, I get some errors in main.cpp.

http://pastebin.com/LjMTxCQy

Programming error?

rctgamer3 commented 9 years ago

Same here. Editing ncch.h and adding #include <string.h> at the top fixed it for me.

archshift commented 9 years ago

Fixed, sorry.

ShinkoNet commented 9 years ago

I've tried your fixed version and I've also tried to use the code rctgamer3 said, yet it still doesn't build. I get the same error.

archshift commented 9 years ago

Are you sure you're trying the latest master? I even set up CI for both Linux and Windows, so i'm not sure what to tell you if you're still experiencing building problems.

ShinkoNet commented 9 years ago

I'm sure, I deleted the old one and downloaded the new master (I can tell because it has a new #include code). Is it because I built cmake with the MSYS generator?

socram8888 commented 9 years ago

8 should fix this