Hi Francisco, I am getting errors trying to build mono:
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/src/mono/mono/runtime/mono-wrapper ../../class/lib/default/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources -target:library -out:../../class/lib/default/Npgsql.dll @Npgsql.dll.sources Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider._H' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3021: `Npgsql.MD5CryptoServiceProvider._H' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider.count' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3021: `Npgsql.MD5CryptoServiceProvider.count' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/NpgsqlState.cs(336,21): warning CS0162: Unreachable code detected Npgsql/NpgsqlState.cs(382,28): warning CS0219: The variable `cursorName' is assigned but its value is never used Npgsql/NpgsqlCommand.cs(692,24): warning CS0219: The variable `portalName' is assigned but its value is never used Npgsql/NpgsqlConnection.cs(406,20): warning CS0219: The variable `oldDatabaseName' is assigned but its value is never used Npgsql/NpgsqlConnection.cs(732,20): error CS0246: The type or namespace name `NpgsqlSchema' could not be found. Are you missing a using directive or an assembly reference? Npgsql/NpgsqlConnection.cs(732,20): error CS0103: The name `NpgsqlSchema' does not exist in the context of `Npgsql.NpgsqlConnection' Npgsql/NpgsqlConnection.cs(759,28): error CS0246: The type or namespace name `NpgsqlSchema' could not be found. Are you missing a using directive or an assembly reference? Npgsql/NpgsqlConnection.cs(759,28): error CS0103: The name `NpgsqlSchema' does not exist in the context of `Npgsql.NpgsqlConnection' Npgsql/NpgsqlConnection.cs(756,13): error CS0163: Control cannot fall through from one case label to another Compilation failed: 5 error(s), 8 warnings make[8]: *** [../../class/lib/default/Npgsql.dll] Error 1 make[8]: Leaving directory `/usr/src/mono/mcs/class/Npgsql' make[7]: *** [do-all] Error 2 make[7]: Leaving directory `/usr/src/mono/mcs/class/Npgsql' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/usr/src/mono/mcs/class' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/usr/src/mono/mcs' make[4]: *** [profile-do--default--all] Error 2 make[4]: Leaving directory `/usr/src/mono/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: Leaving directory `/usr/src/mono/mcs' make[2]: *** [all-local] Error 1 make[2]: Leaving directory `/usr/src/mono/mono/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mono/mono' make: *** [all] Error 2 Thanks, Joe Audette --- "Francisco Figueiredo Jr." <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi all, > > I just updated Mono svn to Npgsql 0.7.1. > > Please, give it a try and let me know if there is > any problem while > compiling Npgsql on Mono. > > Thanks in advance. > > > - -- > Regards, > > Francisco Figueiredo Jr. > Npgsql Lead Developer > http://gborg.postgresql.org/project/npgsql > MonoBrasil Project Founder Member > http://monobrasil.softwarelivre.org > > > - ------------- > "Science without religion is lame; > religion without science is blind." > > ~ Albert Einstein > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - > http://enigmail.mozdev.org > > iQEVAwUBQxB0tv7iFmsNzeXfAQLHuAf/ejRswa4vwyfIr959vBUkadk5PXKvGGIJ > lNMA5LXe50prsgjwkT6KCs8tIkLUzdSeJ1YraA7ITHFgQSFzCZaI3bqiLLMx2+eX > NBJzhgoX5JeIDHznwxxzl6aPkvrgpnKFZy1aVFDwIdYjNUkA1+SMbuqjoDFtbszC > Vjl42hMM593IIgzFdJgKN3aFxcKbDVDtGmu2/1rElMp8Y1rOnmXsXBl3oIhfSXyM > c6fLG7aCy8Ysug0yAd1gTnK1dMY8ikhTAan0rADl/TbZWxgTCkL9kCWFaSG67Xsg > MWKIkYiZjbKsUa5NnM20KL2R0qQk28i/sbnjM5x+QbJqByzurZMFig== > =g/x5 > -----END PGP SIGNATURE----- > > > > > _______________________________________________________ > > Yahoo! Acesso Grátis - Internet rápida e grátis. > Instale o discador agora! > http://br.acesso.yahoo.com/ > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
