[Geany] C# mono mcs/gmcs compiler errors

Geoff Munday geoffm at xxxxx
Thu Sep 18 08:20:23 UTC 2008


Here follows some typical compiler messages from mcs & gmcs (mono2).
Warnings follow the same format, just replacing "error" with "warning".

btw.  I failed to make a block copy from the output window, each line
had to be right clicked on
its own ...

r.
Geoff

mcs /t:exe "testb.cs" -r:Mono.Data.SqliteClient,System.Data  (in
directory: /home/user/duron/mono/gpsr)#

testb.cs (23,9): error CS0103: The name `bEndTag' does not exist in the
current context
testb.cs(28,16): error CS0103: The  name `v' does not exist in the
current context
testb.cs(29,21): error CS0103: The name `v' does not exist in the
current context
testb.cs(29,42): error CS0103: The name `bEndTag' does not exist in the
current context
testb.cs (32,44): error CS0103: The name `v' does not exist in the
current context
testb.cs(34,21): error CS0103: The name  `bEndTag' does not exist in the
current context
testb.cs(37,25): error CS0103: The name `bEndTag' does not exist in  the
current context
Compilation failed: 7 error(s), 0 warnings
Compilation failed.

gmcs

testb.cs(26,20): error CS1002:  Expecting `;'
testb.cs(28,13): error CS0266: Cannot implicitly convert type `char' to
`byte'. An explicit conversion  exists (are you missing a cast?)
testb.cs(28,9): error CS0029: Cannot implicitly convert type `byte' to
`bool'
testb.cs(13,45): error CS0246: The type or namespace name
`SqliteConnection' could not be found. Are you missing a  using
directive or an assembly reference?


###########################################This message has been scanned by F-Secure Anti-Virus for Microsoft 
Exchange.Formore information, connect to http://www.F-Secure.com/ 




More information about the Users mailing list