- Code: Select all
==== Build new Cobra compiler
run: Snapshot\cobra.exe -compile -turbo -ert:yes cobra.cobra -files:files-to-com
pile.text
: Compilation succeeded
==== Retrieve Cobra base version number
run: cobra.exe -version
: Cobra svn: (post 0.8) / 2012-07-19 on .NET CLR v2.0.50727 on Microsoft Wind
ows NT 6.0.6002 Service Pack 2
base version: 2.0.50727-post
==== Build Cobra.Core library
run: cobra.exe -build-standard-library -debug -turbo -out:Cobra.Core.dll -key-fi
le:Cobra.Core\Cobra.Core.snk Cobra.Core\AssemblyAttrs.cobra
: cobra: error: Cannot find "Cobra.Core\AssemblyAttrs.cobra" as a file.
: Run Cobra without options to get full usage information.
** ERROR: Exit code from running Source Cobra: 1
Need help with the above error?
* Make sure you ran as a Windows Administrator.
* Install .NET or a Visual Studio product if you have not before.
At first I tried .NET 4, then .NET 2. Results are identical.