[Mono-list] System.Data doesn't compile

Jaroslaw Kowalski jaak@zd.com.pl
Thu, 13 May 2004 16:06:00 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0110_01C43904.2EED1BC0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

Using fresh CVS checkout:

MONO_PATH=3D"../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.exe =
  -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /nowarn:649 /nowarn:169 =
/nowarn:219 /nowarn:168 /r:mscorlib.dll =
/r:../../class/lib/default/System.dll /r:System.Xml.dll =
/r:System.EnterpriseServices.dll /r:Mono.Data.Tds.dll /target:library =
/out:../../class/lib/default/System.Data.dll @System.Data.dll.sources
Internal() warning CS0162: Unreachable code detected
System.Xml/XmlDataDocument.cs(256) error CS0117: `TypeBuilder =
[System.Data.DataRow]' does not contain a definition for `DataElement'
System.Xml/XmlDataDocument.cs(52) error CS0117: `TypeBuilder =
[System.Data.DataRow]' does not contain a definition for `DataElement'
Compilation failed: 2 error(s), 1 warnings
make: *** [../../class/lib/default/System.Data.dll] Error 1

Looks like some file isn't committed properly.

Jarek
------=_NextPart_000_0110_01C43904.2EED1BC0
Content-Type: text/html;
	charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-2">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Using fresh CVS checkout:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>MONO_PATH=3D"../../class/lib/default:$MONO_PATH"=20
mono&nbsp; ../../mcs/mcs.exe&nbsp;&nbsp; -d:NET_1_1 -d:ONLY_1_1 -g =
/noconfig=20
/nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /r:mscorlib.dll=20
/r:../../class/lib/default/System.dll /r:System.Xml.dll=20
/r:System.EnterpriseServices.dll /r:Mono.Data.Tds.dll /target:library=20
/out:../../class/lib/default/System.Data.dll=20
@System.Data.dll.sources<BR>Internal() warning CS0162: Unreachable code=20
detected<BR>System.Xml/XmlDataDocument.cs(256) error CS0117: =
`TypeBuilder=20
[System.Data.DataRow]' does not contain a definition for=20
`DataElement'<BR>System.Xml/XmlDataDocument.cs(52) error CS0117: =
`TypeBuilder=20
[System.Data.DataRow]' does not contain a definition for=20
`DataElement'<BR>Compilation failed: 2 error(s), 1 warnings<BR>make: *** =

[../../class/lib/default/System.Data.dll] Error 1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Looks like some file isn't committed=20
properly.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Jarek</FONT></DIV></BODY></HTML>

------=_NextPart_000_0110_01C43904.2EED1BC0--