a65090482 / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

Compile on Linux #447

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source via SVN
2. Open BizHawk sln with MonoDev
3. Set to release
4. Compile

What is the expected output? What do you see instead?
Error CS2001: Source file `/home/patrick/BizHawk/Version/svnrev.cs' could not 
be found (CS2001) (BizHawk.Common)

What version of the product are you using? On what operating system?
BizHawk 1.10 
on Ubuntu 14.04.2 3.13.0-54-generic x86_64 GNU/Linux 
with Monodevelop 4.0.12

Original issue reported on code.google.com by pat.vdl...@gmail.com on 22 Jun 2015 at 8:49

GoogleCodeExporter commented 9 years ago
So why didnt monodev build the version project first? It's set as a dependency 
for BizHawk.Common. build it yourself.

Original comment by zero...@zeromus.org on 23 Jun 2015 at 9:12

GoogleCodeExporter commented 9 years ago
According to MonoDev I'm missing the file in multiple containers.

BizHawk.Client.Common
BizHawk.Client.DiscoHawk
BizHawk.Client.EmuHawk

BizHawk.Emulation.Common
BizHawk.Emulation.Cores
BizHawk.Emulation.DiscSystem

BizHawk.Common

It doesn't really matter which part I try to build first, I always get the 
above error:
Error CS2001: Source file `/home/patrick/BizHawk/Version/svnrev.cs' could not 
be found (CS2001) (BizHawk.Common)

Original comment by pat.vdl...@gmail.com on 24 Jun 2015 at 8:20