Skip to content

Instantly share code, notes, and snippets.

@hmemcpy
Created May 25, 2011 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmemcpy/990425 to your computer and use it in GitHub Desktop.
Save hmemcpy/990425 to your computer and use it in GitHub Desktop.
Tao
Buildfile: file:///D:/code/Tao/Tao.build
Target framework: Microsoft .NET Framework 3.5
Target(s) specified: test
compile-interfaces:
[csc] Compiling 4 files to 'D:\code\Tao\build\net-2.0\Tao.Interfaces.dll'.
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(8,32): error CS1031: Type expected
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(8,32): error CS1519: Invalid token 'in' in class, struct, or int
erface member declaration
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(8,41): error CS1519: Invalid token ',' in class, struct, or inte
rface member declaration
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(8,54): error CS1519: Invalid token '>' in class, struct, or inte
rface member declaration
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(22,32): error CS1031: Type expected
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(22,32): error CS1519: Invalid token 'in' in class, struct, or in
terface member declaration
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(22,41): error CS1519: Invalid token '>' in class, struct, or int
erface member declaration
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(22,22): error CS0101: The namespace 'Tao.Interfaces' already con
tains a definition for 'IFunction'
[csc] d:\code\Tao\src\Tao.Interfaces\IFunction.cs(8,22): (Location of symbol related to previous error)
BUILD FAILED
D:\code\Tao\Tao.build(23,6):
External Program Failed: C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe (return code was 1)
Total time: 0.4 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment