El mié, 04 de 06 de 2003 a las 05:39, Candace Bain escribió:
> I’ve just set up a mono build environment and am getting the following
> error when I try to run mcs on the test.cs file for the embed sample
> application:
> 
>  
> 
> [EMAIL PROTECTED] embed]# mcs test.cs
> 
> error CS0519: `Mono' clashes with a predefined namespace
> 
> Compilation failed: 1 error(s), 0 warnings

Edit test.cs and change 'class Mono' to 'class MonoEmbed'.
Then edit teste.c and change line 66 to be:

        mono_add_internal_call ("MonoEmbed::gimme", gimme);

I've just updated those files in CVS too.

-Gonzalo



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to