Dolphin, the GameCube and Wii emulator - Forums

Full Version: Compilation is broken for me..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I see others are compiling their builds without a problem and I'm a bit puzzled. I keep getting these errors when trying to compile the 32-bit build

Code:
Error    4    error PRJ0019: A tool returned an error code from     VideoCommon

Error    34    fatal error LNK1181: cannot open input file '..\..\core\videocommon\win32\release\videocommon.lib'    Plugin_VideoDX9

Error    36    fatal error LNK1181: cannot open input file '..\..\core\videocommon\win32\release\videocommon.lib'    Plugin_VideoOGL

Error    47    fatal error LNK1181: cannot open input file '..\videocommon\win32\release\videocommon.lib'    Dolphin

I've tried cleaning the solution which didn't help, does anyone know what is wrong? It seems something broke between revisions 4437 and 4440, I compiled revision 4437 without a problem and am having problems compiling revision 4440.
No problem here, try rebuild all ( or that means " clearing the solution " , idk Tongue )

Or try deleting '..\..\core\videocommon\win32\release\videocommon.lib'

or the release folder in '..\..\core\videocommon\win32\'

PS: I compiled without any patches because I deleted them to compare speeds Tongue
I already tried cleaning everything and also checked out a fresh source from the SVN and it is still giving me those errors. Revision 4437 compiled fine, for some reason this revision is giving me trouble.
do you have OCL enabled ?
I tried with and without OpenCL enabled which gives me the same errors.
Hmmm... The last linking error I see was because me or the compiler had problem with the CAPS ( I don't remember how I fixed it )

Change the:
\Core\VideoCommon\Win32\Release\VideoCommon.lib
to:
\core\videocommon\win32\release\videocommon.lib
No problems here... I would delete everything in the folder aside from the .svn folder (or just make a new folder and copy the .svn folder into it) and do a complete re-checkout.

But, you're also missing something here...

VideoCommon.lib is generated when the VideoCommon project inside of is compiled, all the video plugins rely on it.

The errors you listed suggest that it's not compiling correctly, but you're missing some part of the error... look through the log again and look for more errors.

This error suggests that there's something wrong with the project configuration in that one of the tools used in the compilation of the project is faulting in some way: "error PRJ0019: A tool returned an error code from VideoCommon"
I'm actually getting some errors too. I got those the first time i tried to build it, then about an hour later i tried again and got over 300 errors Tongue
@extreme64: "rebuild all" could help
(10-21-2009, 05:44 AM)extreme64 Wrote: [ -> ]I'm actually getting some errors too. I got those the first time i tried to build it, then about an hour later i tried again and got over 300 errors Tongue

With THAT many errors, it sounds more like you're missing DirectX SDK or didn't add the libraries, binaries and includes properly. The current rev compiles fine.
Pages: 1 2 3