[Mono-dev] recent net_1_1 deprecation broke windows build (r143116)

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Sat Oct 3 04:38:56 EDT 2009


Hello,

Win32 build is broken since r143116 (things got fixed after some 
changes, so trying this
revision does not help). Basically the issue is sharing violation that 
doesn't happen on Linux.

Creating ../build/deps/net_2_0_gmcs.exe.makefrag ...
make[6]: Leaving directory `/home/atsushi/svn/mcs/mcs'
make[6]: Entering directory `/home/atsushi/svn/mcs/mcs'
Makefile:44: warning: overriding commands for target `csproj-local'
./build/executable.make:131: warning: ignoring old commands for target 
`csproj-
local'
make all-local
make[7]: Entering directory `/home/atsushi/svn/mcs/mcs'
Makefile:44: warning: overriding commands for target `csproj-local'
./build/executable.make:131: warning: ignoring old commands for target 
`csproj-
local'
MCS     [net_2_0] gmcs.exe
support.cs(104,25): warning CS0618: 
`System.Collections.Hashtable.comparer' is o
bsolete: `Please use EqualityComparer property.'
dynamic.cs(53,31): warning CS0414: The private field 
`Mono.CSharp.RuntimeValueEx
pression.typed' is assigned but its value is never used
error CS0016: Could not write to file `gmcs.exe', cause: Sharing 
violation on pa
th C:\cygwin\home\atsushi\svn\mcs\mcs\gmcs.exe
Compilation failed: 1 error(s), 2 warnings
make[7]: *** [../class/lib/net_2_0/gmcs.exe] Error 1
make[7]: Leaving directory `/home/atsushi/svn/mcs/mcs'

Atsushi Eno



More information about the Mono-devel-list mailing list