Heya, all, I'm compiling using Visual Studio Ultimate 2010 and I seem to be running into a strange issue:
(note that this happens numerous times throughout the compiling)
I'm sure I'm doing something quite wrong, but I'm still quite new to messing with code and compilers. What would be causing this? It's the only issue that seems to be causing the builds to fail, and I'm compiling just as I have for the last few months. I've tried building, rebuilding, and have the same results on the debug and 32-bit builds as well.
I'm not sure exactly when it was that this started happening, but it was around the time of the git conversion (which was, if you don't mind me saying, a great choice!). Of course, I hadn't been keeping up to date with builds over the last few weeks of SVN.
Any chance I could get some assistance with this? I'm sure it will prove to be something hilariously stupid and simple, but that does seem to often be the case...
Code:
24>LINK : fatal error LNK1181: cannot open input file 'D:\Emulators\dolphin-emu\Source\x64\Release\Common.lib'
(note that this happens numerous times throughout the compiling)
I'm sure I'm doing something quite wrong, but I'm still quite new to messing with code and compilers. What would be causing this? It's the only issue that seems to be causing the builds to fail, and I'm compiling just as I have for the last few months. I've tried building, rebuilding, and have the same results on the debug and 32-bit builds as well.
I'm not sure exactly when it was that this started happening, but it was around the time of the git conversion (which was, if you don't mind me saying, a great choice!). Of course, I hadn't been keeping up to date with builds over the last few weeks of SVN.
Any chance I could get some assistance with this? I'm sure it will prove to be something hilariously stupid and simple, but that does seem to often be the case...