Note that I haven't installed any of the downloadable installations before this. Do I need to do that before I can install from workspace?
Anyway, I'm in Source and I try:
sudo ./install-from-workspace
and I get:
- Code: Select all
You may need to run via sudo or as root in order to
install to system directories like /usr/local/cobra
Compiling installation program...
error: COBRA INTERNAL ERROR / Win32Exception / ApplicationName='gmcs', CommandLine='/target:exe /debug- /optimize+ /out:"InstallFromWorkspace.exe" /r:"System.dll" "-r:System.EnterpriseServices.dll" -debug+ "-out:InstallFromWorkspace.exe" -nologo -nowarn:0162,0169,0183,0184,0219,0414,0429,1717,1718 -lib:"/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot" -- "_ch_cobra-extra-source.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/CobraCore.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/CobraFrame.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/ExceptionReportWriter.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/HtmlExceptionReportWriter.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/Exceptions.cobra.cs" "/home/caligari/Cobra-Informal-Release-2009-03-20/Source/Snapshot/Cobra.Lang/Extensions.cobra.cs" "/home/
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
Any ideas?
There seems to be a lot of Windows-related stuff in that error message... (.dll's and .exe's)...
- Caligari