[Mono-list] Odbc problems with mcs

Ferguson, Neale Neale.Ferguson@SoftwareAG-USA.com
Mon, 14 Oct 2002 14:10:51 -0400


Hmmm.. just did a CVS update and it failed again. So I cleared out
everything and did a clean get on mcs and still get the error.

MONO_PATH=../../class/lib:/opt/mono mono ../../mcs/mcs.exe --target library
--noconfig -o ../../class/lib/System.Data.dll -r corlib -r System -r
System.Xml @.response
System.Data.Odbc/OdbcCommand.cs(30) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcCommand.cs(67) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcCommand.cs(137) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcConnection.cs(23) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcConnection.cs(116) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcConnection.cs(126) error CS0246: Cannot find type
`OdbcTransaction'
System.Data.Odbc/OdbcDataReader.cs(25) error CS0246: Cannot find type
`OdbcColumn'
System.Data.Odbc/OdbcDataReader.cs(113) error CS0246: Cannot find type
`OdbcColumn'