[Pkg-mono-devel] problem compiling program on Debian

dkheni heni.dk at gmail.com
Fri Nov 14 11:48:21 UTC 2008




Ozzapoo wrote:
> 
> 
> 
> dkheni wrote:
>> 
>> I have a debian server running with mono installed. I'am able to compile
>> a helloWorld but when I want to compile a bigger program useing other
>> classes created by me (i have these three files FileIO.cs  InputOutput.cs 
>> RunMe.cs and want to compile them using gmcs RunMe.cs) I get the
>> following error:
>> 
>> 
>> RunMe.cs(6,9): error CS0246: The type or namespace name `InputOutput'
>> could not be found. Are you missing a using directive or an assembly
>> reference?
>> RunMe.cs(13,9): error CS0246: The type or namespace name `FileIO' could
>> not be found. Are you missing a using directive or an assembly reference?
>> Compilation failed: 2 error(s), 0 warnings
>> 
>> What am I missing, or doing wrong?
>> 
> Did you reference those files?
> 

No I have not. How do I do that say, if I want to use FileIO.cs in the
RunMe.cs file? They reside in the same folder... I have a folder in my home
folder, where the code is placed.
-- 
View this message in context: http://www.nabble.com/problem-compiling-program-on-Debian-tp20495673p20498992.html
Sent from the Debian Mono mailing list archive at Nabble.com.




More information about the Pkg-mono-devel mailing list