rsdn / nitra

Nitra is a language workbench
Apache License 2.0
145 stars 11 forks source link

Error building with BuiltBoot.cmd #69

Open carlton355 opened 5 years ago

carlton355 commented 5 years ago

Anyone got any idea why I am getting this when I try to build following the instructions i the readme?

"C:\n\Common\BootTasks.proj" (BuildBoot target) (1) -> "C:\n\Boot2\Nitra.Compiler\Nitra.Compiler.nproj" (Build target) (2) -> "C:\n\Boot2\Nitra.Runtime\Nitra.Runtime.nproj" (default target) (3:2) -> (CoreCompile target) -> C:\n\Boot1\Net-4.0\Nemerle.MSBuild.targets(289,5): error : internal compiler error: got some unknown exception of typ e System.IO.FileLoadException: Could not load file or assembly 'file:///C:\n\Boot1\Net-4.0\ncc.parser.csharp.dll' or on e of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) [C:\n\Boot2\Nitra.Runtime\Nitra .Runtime.nproj]

carlton355 commented 5 years ago

More info. This test project runs ok:

"C:\n\Boot1\test.cmd"

VladD2 commented 5 years ago

What version of Nemerle do you use? Unfortunately, to build Nitra, you should use Nemerle compiler which built from source code.

https://github.com/rsdn/nemerle/wiki/Nemerle-build-process-(for-Nemerle-developers)

carlton355 commented 5 years ago

I downloaded the MSi from the Nemerle download page.

Ok, I will try that and revert soon.