Post subject: About compiling: Problems
Joined: 4/29/2015
Posts: 2
Hi, when compiling a fresh copy of the repository I get these problems:
Error	1	Metadata file 'E:\BizHawk\output\dll\BizHawk.Client.Common.dll' could not be found	E:\BizHawk\BizHawk.Client.DBMan\CSC	BizHawk.Client.DBMan

Error	2	Metadata file 'E:\BizHawk\output\dll\BizHawk.Client.Common.dll' could not be found	E:\BizHawk\BizHawk.Client.MultiHawk\CSC	BizHawk.Client.MultiHawk

Error	3	Metadata file 'E:\BizHawk\BizHawk.Emulation.Cores\bin\Release\BizHawk.Emulation.Cores.dll' could not be found	E:\BizHawk\BizHawk.Client.MultiHawk\CSC	BizHawk.Client.MultiHawk

Error	4	Metadata file 'E:\BizHawk\output\EmuHawk.exe' could not be found	E:\BizHawk\BizHawk.Client.MultiHawk\CSC	BizHawk.Client.MultiHawk

Error	5	Source file 'Computers\AppleII\AppleII.IInputPollable.cs' could not be found	E:\BizHawk\BizHawk.Emulation.Cores\CSC	BizHawk.Emulation.Cores

Error	6	Metadata file 'E:\BizHawk\BizHawk.Emulation.Cores\bin\Release\BizHawk.Emulation.Cores.dll' could not be found	E:\BizHawk\BizHawk.Client.Common\CSC	BizHawk.Client.Common

Error	7	Metadata file 'E:\BizHawk\output\dll\BizHawk.Client.Common.dll' could not be found	E:\BizHawk\BizHawk.Client.EmuHawk\CSC	BizHawk.Client.EmuHawk

Error	8	Metadata file 'E:\BizHawk\BizHawk.Emulation.Cores\bin\Release\BizHawk.Emulation.Cores.dll' could not be found	E:\BizHawk\BizHawk.Client.EmuHawk\CSC	BizHawk.Client.EmuHawk
Seems that I'm missing something? I'm using VS 2013 Community.
Editor, Emulator Coder
Joined: 8/7/2008
Posts: 1156
IInputPollable.cs is missing right now. theres nothing you can do about that. the other errors are rare system malfunctions ive never seen before. consult google, reboot, reinstall vs, etc.
Editor
Joined: 3/31/2010
Posts: 1466
Location: Not playing Puyo Tetris
Do this: Go to Build, then select Clean Solution Then go to Build and select Rebuild All Checked and verified against r9320
When TAS does Quake 1, SDA will declare war. The Prince doth arrive he doth please.
Joined: 4/29/2015
Posts: 2
zeromus wrote:
IInputPollable.cs is missing right now. theres nothing you can do about that. the other errors are rare system malfunctions ive never seen before. consult google, reboot, reinstall vs, etc.
In r9320 is available now. The other errors not appeared never more. It was the missing file.
hegyak wrote:
Do this: Go to Build, then select Clean Solution Then go to Build and select Rebuild All Checked and verified against r9320
Thankyou, just cleared the svn directory and compiled directly.