[MonoDevelop] Build error in latest SVV

Sanford Armstrong sanfordarmstrong at gmail.com
Sun Feb 11 11:44:11 EST 2007


On 2/11/07, "Andrés G. Aragoneses [ knocte ]" <knocte at gmail.com> wrote:
> Did anyone got the same?

Just got latest SVN... I'm getting the same error.  Though I
apparently have a different version of nunit:

./Services/NUnitAssemblyTestSuite.cs(416,32): error CS0433: The
imported type `NUnit.Core.IFilter' is defined multiple times
/usr/lib/cli/nunit-2.2.6/nunit.core.dll: `NUnit.Core.IFilter', name of
symbol related to previous error
/home/sandy/monodevelop-svn/monodevelop/Extras/NUnit/lib/nunit.core.dll:
`NUnit.Core.IFilter', name of symbol related to previous error
./Services/ExternalTestRunner.cs(157,46): error CS0433: The imported
type `NUnit.Core.EventListener' is defined multiple times
/usr/lib/cli/nunit-2.2.6/nunit.core.dll: `NUnit.Core.EventListener',
name of symbol related to previous error
/home/sandy/monodevelop-svn/monodevelop/Extras/NUnit/lib/nunit.core.dll:
`NUnit.Core.EventListener', name of symbol related to previous error
Compilation failed: 2 error(s), 0 warnings


And here's what gacutil has to say:

sandy at poncho:~/monodevelop-svn/monodevelop$ gacutil -l | grep -i nunit
nunit.core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77
nunit.core, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77
nunit.framework, Version=2.2.0.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77
nunit.framework, Version=2.2.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77
nunit.util, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77
nunit.util, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77


Sandy


More information about the Monodevelop-list mailing list