If you are on Windows Vista and you get an error message then
you may need to run with elevated privileges, such as with an
admin account or power user account.
Compiling installation program...
The Cobra Programming Language
Install From Workspace
Working...
==== Verify installation directory
found dir: C:\Cobra
==== Verify running in workspace
Verified.
==== Locate and test Cobra Snapshot compiler
run: Snapshot\cobra.exe -about
: The Cobra Programming Language 0.8.0 post-release
: Copyright (C) 2003-2011 by Cobra Language LLC. All Rights Reserved.
:
: On the web:
http://Cobra-Language.com/ : License:
http://www.opensource.org/licenses/mit-license.php : Source:
http://cobra-language.com/source/ : Support:
http://cobra-language.com/trac/cobra/wiki/UserSupport :
: Usage: cobra -h
==== Build new Cobra compiler
run: Snapshot\cobra.exe -compile -turbo -ert:yes cobra.cobra -files:files-to-compile.text
: Compilation succeeded
==== Retrieve Cobra base version number
run: cobra.exe -version
: 0.8.0 post-release
base version: 0.8.0-post
==== Build Cobra standard library
run: cobra.exe -bsl -turbo Cobra.Lang\AssemblyAttrs.cobra -key-file:Cobra.Lang\Cobra.Lang.snk
: Compilation succeeded
==== Verify newly built Cobra compiler
run: cobra.exe -about
: The Cobra Programming Language 0.8.0 post-release
: Copyright (C) 2003-2011 by Cobra Language LLC. All Rights Reserved.
:
: On the web:
http://Cobra-Language.com/ : License:
http://www.opensource.org/licenses/mit-license.php : Source:
http://cobra-language.com/source/ : Support:
http://cobra-language.com/trac/cobra/wiki/UserSupport :
: Usage: cobra -h
run: cobra.exe -ert:no hello
: Hello, world.
run: cobra.exe -ert:yes hello
: Hello, world.
run: cobra.exe hello
: Hello, world.
==== Install Cobra standard library to the GAC
Invoking Publish.GacInstall...
Done.
==== Copy files to install directory
found dir: C:\Cobra
del dir : C:\Cobra\Cobra-0.8.0-post
make dir : C:\Cobra\Cobra-0.8.0-post
run: svn info
"svn info" failed. Check your svn installation.
svn: '.' is not a working copy
** WARING: Cannot find version information, svn command line version not installed or failed.
writing : C:\Cobra\Cobra-0.8.0-post\Version.text
copy from: C:\Interpreters\Cobra\Cobra-2010-10-18\HowTo
to: C:\Cobra\Cobra-0.8.0-post\HowTo
copy from: C:\Interpreters\Cobra\Cobra-2010-10-18\Reusables
to: C:\Cobra\Cobra-0.8.0-post\Reusables
copy from: C:\Interpreters\Cobra\Cobra-2010-10-18\Samples
to: C:\Cobra\Cobra-0.8.0-post\Samples
copy from: C:\Interpreters\Cobra\Cobra-2010-10-18\Supplements
to: C:\Cobra\Cobra-0.8.0-post\Supplements
make dir : C:\Cobra\Cobra-0.8.0-post\bin
copy bin: C:\Cobra\Cobra-0.8.0-post\bin
copy from: Cobra.Lang
to: C:\Cobra\Cobra-0.8.0-post\bin\Cobra.Lang
found dir: C:\Cobra\bin
writing : C:\Cobra\bin\cobra.bat
==== Verify newly installed Cobra compiler
run: C:\Cobra\bin\cobra.bat -about
: The Cobra Programming Language 0.8.0 post-release
: Copyright (C) 2003-2011 by Cobra Language LLC. All Rights Reserved.
:
: On the web:
http://Cobra-Language.com/ : License:
http://www.opensource.org/licenses/mit-license.php : Source:
http://cobra-language.com/source/ : Support:
http://cobra-language.com/trac/cobra/wiki/UserSupport :
: Usage: cobra -h
run: C:\Cobra\bin\cobra.bat -ert:yes hello
: Hello, world.
==== Clean up workspace
run: Snapshot\cobra.exe -compile -debug -ert:yes cobra.cobra -files:files-to-compile.text
: Compilation succeeded
run: cobra.exe -bsl -debug
: Compilation succeeded
==== Install "cobra" into a system path directory
The Cobra compiler is not in your PATH. To remedy you can:
1. Add C:\Cobra\bin to your PATH
2. Copy C:\Cobra\bin\cobra.bat to any directory in your PATH
Success!