CobraInfo.cs could not be found
Posted: Thu Jan 01, 2009 7:19 am
I've just updated to the latest cobra (r1864), and installed using ./install-from-workspace (on OSX 10.5). However...
It seems the file is usually in the bin directory
However,
and in my checkout directory
Any ideas? Thanks in advance.
- Code: Select all
$ cobra spamscan.cobra
(0): error: Source file "/usr/local/cobra/Cobra-0.8.0-post/bin/CobraInfo.cs" could not be found
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
It seems the file is usually in the bin directory
- Code: Select all
$ find /usr/local/cobra/ -iname CobraInfo.cs
/usr/local/cobra//cobra-0.7.4/bin/CobraInfo.cs
/usr/local/cobra//cobra-svn-post-0.7.4/bin/CobraInfo.cs
/usr/local/cobra//cobra-svn-post-0.7.4/bin/Snapshot/CobraInfo.cs
However,
- Code: Select all
$ find /usr/local/cobra/Cobra-0.8.0-post/ -iname CobraInfo.cs
$
and in my checkout directory
- Code: Select all
$ find ./ -iname CobraInfo.cs
$
Any ideas? Thanks in advance.