[Mono-devel-list] Re: Bootstrap net_2_0 fails on Windows
Angel Marin
anmar at gmx.net
Mon Jun 20 14:04:37 EDT 2005
In net_2_0 profile I see this error only while it's doing the
net_2_0_bootstrap profile. If I have a net_2_0_bootstrap built, then
net_2_0 builds properly.
The net_2_0_bootstrap only builds here when using csc (mcs or gmcs
doesn't work). So under mcs:
make BOOTSTRAP_MCS=csc RESGEN=monoresgen PROFILE=net_2_0_bootstrap
make RESGEN=monoresgen PROFILE=net_2_0
Atsushi Eno escribió:
> Oops, I wanted to say
>
> - make BOOTSTRAP_MCS=mcs MCS=mcs under mcs
> - make under mono
>
> ;-)
>
> Atsushi Eno
>
> Atsushi Eno wrote:
>
>> Hi,
>>
>> I got the same result. It does not reproduce when I built mcs
>> default profile with MCS=mcs, so something is wrong with
>> attribute resolution where the assembly of the attribute is
>> compiled by csc. (BTW that would be why Paco had no problem
>> on building win32 package since he uses mcs to build them).
>>
>> For now the workaround is
>>
>> - run make under mcs (to build default profile)
>> - run make under mono
>>
>> The breakage seems to happen between 46034 (works fine) and
>> 46041 (broken). Martin, any ideas why this happens?
>>
>> Atsushi Eno
--
Angel Marin
http://anmar.eu.org/
More information about the Mono-devel-list
mailing list