build broken with error regarding YamlDotNet #41

Closed
opened 2015-05-01 07:52:03 -04:00 by spookylukey · 5 comments
spookylukey commented 2015-05-01 07:52:03 -04:00 (Migrated from github.com)

I followed the build instructions in the README, and got this error:

/home/luke/tmpstore/build/TrueCraft/TrueCraft/TrueCraft.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

        Program.cs(14,7): error CS0246: The type or namespace name `YamlDotNet' could not be found. Are you missing an assembly reference?
        Configuration.cs(3,7): error CS0246: The type or namespace name `YamlDotNet' could not be found. Are you missing an assembly reference?

         19 Warning(s)
         2 Error(s)

I'm using latest mono as per these instructions: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives

Thanks!

I followed the build instructions in the README, and got this error: ``` /home/luke/tmpstore/build/TrueCraft/TrueCraft/TrueCraft.csproj (default targets) -> /usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Program.cs(14,7): error CS0246: The type or namespace name `YamlDotNet' could not be found. Are you missing an assembly reference? Configuration.cs(3,7): error CS0246: The type or namespace name `YamlDotNet' could not be found. Are you missing an assembly reference? 19 Warning(s) 2 Error(s) ``` I'm using latest mono as per these instructions: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives Thanks!
raphaelbastide commented 2015-05-01 08:19:08 -04:00 (Migrated from github.com)

Same error here.

Same error here.
ddevault commented 2015-05-01 08:57:04 -04:00 (Migrated from github.com)

Sorry about that. I'll go update the build instructions.

Sorry about that. I'll go update the build instructions.
raphaelbastide commented 2015-05-01 09:13:36 -04:00 (Migrated from github.com)

open the solution up in monodevelop

Sorry, It is still very blurry for me, how can I do that?

> open the solution up in monodevelop Sorry, It is still very blurry for me, how can I do that?
ddevault commented 2015-05-01 09:14:31 -04:00 (Migrated from github.com)

If you're on Linux, you would probably be better off using Nuget directly.

If you're on Linux, you would probably be better off using [Nuget](http://nuget.org/) directly.
ddevault commented 2015-05-01 09:15:07 -04:00 (Migrated from github.com)

Otherwise, sudo apt-get install monodevelop and run monodevelop, then open TrueCraft.sln from within the IDE (which will automatically restore packages).

Otherwise, `sudo apt-get install monodevelop` and run `monodevelop`, then open TrueCraft.sln from within the IDE (which will automatically restore packages).
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AstralTransRocketries/TrueCraft#41
No description provided.