I'm running Windows 8 Enterprise 64-bit, .NET 4
I have installed the Windows 8 SDK
but Iwhen I run the installer from an admin cli I still get the "gacutil cannot be found" error
- Code: Select all
Compiling installation program...
The Cobra Programming Language
Install From Workspace
Working...
==== Print Platform Description
Platform: Microsoft Windows NT 6.2.9200.0
WMI Op Sys Ver: Caption=Microsoft Windows 8 Enterprise ; CSDVersion=
Cmd Op Sys Ver: Microsoft Windows [Version 6.2.9200]
Virtual Machine: .NET
CLR Version: v2.0.50727
Env Command Line: "InstallFromWorkspace"
Env Current Dir: C:\Cobra\Source
Env OS Version: Microsoft Windows NT 6.2.9200.0
Env System Dir: C:\Windows\system32
Env Version: 2.0.50727.6400
.NET Dirs: VJSharp ; v4.0.30319 ; v3.5 ; v3.0 ; v2.0.50727 ; v1.1.4322 ;
v1.0.3705
==== Verify running as admin user
==== Verify installation directory
found dir: C:\Cobra
==== Verify running in workspace
Verified.
==== .NET 4.0/4.5 Prompt
Cobra can be installed for .NET 2.0/3.0/3.5 or .NET 4.0/4.5.
Do you want to install for .NET 4.0/4.5? [y]
==== Locate and test Cobra Snapshot compiler
run: Snapshot\cobra.exe -about
: The Cobra Programming Language svn:2805 (post 0.9) / 2012-10-01
: on .NET CLR v2.0.50727 on Microsoft Windows NT 6.2.9200.0
: at C:\Cobra\Source\Snapshot\cobra.exe
:
: Copyright (C) 2003-2012 by Cobra Language LLC. All Rights Reserved.
:
: On the web: http://cobra-language.com/
: Source: http://cobra-language.com/source
: Support: http://cobra-language.com/support
: License: http://www.opensource.org/licenses/mit-license.php
:
: Usage: cobra -h
==== Build new Cobra compiler
run: Snapshot\cobra.exe -compile -native-compiler:C:\Windows\Microsoft.NET\Frame
work\v4.0.30319\csc.exe -turbo -ert:yes cobra.cobra -files:files-to-compile.text
: Compilation succeeded
==== Retrieve Cobra base version number
run: cobra.exe -version
: Cobra 0.9.2 on .NET CLR v4.0.30319 on Microsoft Windows NT 6.2.9200.0
base version: 0.9.2
==== Build Cobra.Core library
run: cobra.exe -build-standard-library -debug -native-compiler:C:\Windows\Micros
oft.NET\Framework\v4.0.30319\csc.exe -turbo -out:Cobra.Core.dll -key-file:Cobra.
Core\Cobra.Core.snk Cobra.Core\AssemblyAttrs.cobra
: Compilation succeeded
==== Install Cobra.Core library to the GAC
** ERROR: Cannot locate a gacutil. Maybe you can try again using the "Visual Stu
dio Command Prompt" or ".NET SDK Command Prompt".
You may need to install the Windows SDK (https://www.google.com/search?q=windows
+sdk+.net+4)
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.
* Review http://cobra-language.com/troubleshooting
* Ask at http://cobra-language.com/discuss
* Ask at http://cobra-language.com/irc
Any help is solving this would be appreciated.
Thanks