[Mono-dev] Is Sliverlight 1.0 included in mcs?

Vladimir MOushkov vlindos at abv.bg
Fri Mar 27 09:06:16 EDT 2009


I am trying to compile Moonlight for second day and still failing at.
As it seems Moonlight require /usr/lib/moon/2.1 directory. However compiling
mcs(r.130375)/mono (r.130349) from source and installing doesn't produce
that directory, neither smcs compiler.
I had also tryed:

# cd mono && make FRAMEWORK_VERSION=2.1 

But it fails with:

make[7]: Entering directory `/home/vlindos/CTV/mcs/mcs'
MCS     [basic] smcs.exe
class.cs(233,17): error CS0246: The type or namespace name
`GenericTypeParameterBuilder' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(32,33): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(129,17): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(144,81): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(169,33): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(235,17): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(524,33): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(648,17): error CS0246: The type or namespace name
`GenericTypeParameterBuilder' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(693,37): error CS0246: The type or namespace name
`GenericTypeParameterBuilder' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(832,45): error CS0246: The type or namespace name
`GenericTypeParameterBuilder' could not be found. Are you missing a using
directive or an assembly reference?
generic.cs(1083,41): error CS0246: The type or namespace name
`GenericParameterAttributes' could not be found. Are you missing a using
directive or an assembly reference?


My questions is Moonlight / smsc currently buildable - if yes - how ?
If not - could somebody tell which revisions to use in order to make it
happen?

Thanks,
Vl. Moushkov


Miguel de Icaza-2 wrote:
> 
> 
>> Is Sliverlight 1.0 included in mcs or does it also require smcs?
> 
> We currently have not distributed Silverlight 1.0, that requires two
> modules that are only available from SVN (olive and moon).
> 
> smcs *does* ship with mono, and that is the compiler that you can use to
> generate code to be consumed by Silverlight 1.1
> 
>> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

-- 
View this message in context: http://www.nabble.com/Is-Sliverlight-1.0-included-in-mcs--tp14543504p22741159.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list