Fwd: [MonoDevelop] Getting ready for MD 0.11

Chris Wilson blixtra at gmail.com
Fri May 5 07:18:01 EDT 2006


The error output is...

------------------------------START--------------------------------------------

./Services/NUnitAssemblyTestSuite.cs(39,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using
directive or an assembly reference?
./Services/NUnitAssemblyTestSuite.cs(39,1): error CS0246: The type or
namespace name `NUnit.Core' could not be found. Are you missing a
using directive or an assembly reference?
./Services/NUnitAssemblyTestSuite.cs(416,32): error CS0246: The type
or namespace name `IFilter' could not be found. Are you missing a
using directive or an assembly reference?
./Services/NUnitService.cs(37,7): error CS0246: The type or namespace
name `NUnit' could not be found. Are you missing a using directive or
an assembly reference?
./Services/NUnitService.cs(37,1): error CS0246: The type or namespace
name `NUnit.Core' could not be found. Are you missing a using
directive or an assembly reference?
./Services/ExternalTestRunner.cs(38,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using
directive or an assembly
reference?./Services/ExternalTestRunner.cs(38,1): error CS0246: The
type or namespace name `NUnit.Core' could not be found. Are you
missing a using directive or an assembly reference?
./Services/ExternalTestRunner.cs(147,46): error CS0246: The type or
namespace name `EventListener' could not be found. Are you missing a
using directive or an assembly reference?
Compilation failed: 8 error(s), 0 warnings
make[2]: *** [../../build/AddIns/NUnit/MonoDevelop.NUnit.dll] Error 1
make[2]: Leaving directory
`/home/chris/programming/src/svn/monodevelop/Extras/NUnit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/programming/src/svn/monodevelop/Extras'
make: *** [all-recursive] Error 1

-------------------END---------------------------------------------

I've got a nunit.pc that reades....

---------------------START-------------------------

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib


Name: NUnit
Description: Testing framework for .NET
Version: 2.2.0
Libs: -r:${libdir}/nunit/nunit.core.dll
-r:${libdir}/nunit/nunit.util.dll
-r:${libdir}/nunit/nunit.framework.dll

--------------------END-------------------------------

Hope this helps.



On 5/5/06, Lluis Sanchez <lluis at ximian.com> wrote:
> > I wanted to compile MD but as has been the case for a while now, I
> > wasn't able to compile due to the Nunit issue on Ubuntu Dapper. I
> > noticed that this is marked as RESOLVED in bugzilla, but it seems for
> > Dapper the problem persists.
>
> Can you provide more information about the error you are getting?
>
> >
> > I submitted a patch for bug:
> >
> > http://bugzilla.ximian.com/show_bug.cgi?id=78082
> >
> > By looking at the ocode, it doesn't seem like it's been applied yet.
> > No showstopper by any means but also a harmless fix. Until I can
> > build, that's the only one I'm aware of.
>
> Fix committed. Thanks!
>
> >
> > Chris
> >
> > On 5/4/06, Lluis Sanchez <lluis at ximian.com> wrote:
> > > Hi!
> > >
> > > I'm planning a new MonoDevelop release for tomorrow. It will be mainly a
> > > bug fix release, although there is a new feature: support for
> > > compilation with gmcs.
> > >
> > > If there is any showstopper bug that should be fixed before this
> > > release, please let me know ASAP.
> > >
> > > Thanks!
> > > Lluis.
> > >
> > >
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>


More information about the Monodevelop-list mailing list