[MonoDevelop] mono-nunit dependancy

Marcos Marín marcosmarin at gmail.com
Wed Jun 4 20:28:30 EDT 2008


I really shouldn't be so fast to say the problem is solved...

It seems that even though the configure script said
 * Unit tests: no

It seems the makefile is still attempting to build the tests

/usr/bin/gmcs -debug -codepage:utf8 -out:../../build/bin/UnitTests.dll
-target:library ./MonoDevelop.Projects/MakefileTests.cs
./MonoDevelop.Projects/MdsTests.cs
./MonoDevelop.Projects/MonoDeveloperFormatTests.cs
./MonoDevelop.Projects/MSBuildTests.cs
./MonoDevelop.Projects/PackagingTests.cs
./MonoDevelop.Projects/ProjectTests.cs
./MonoDevelop.Projects/SolutionTests.cs
./MonoDevelop.Projects/TestProjectsChecks.cs
./MonoDevelop.Projects/WorkspaceTests.cs ./TestBase.cs ./Util.cs
-r:../../build/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll
-r:../../build/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll
-r:../../build/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll
-r:../../build/bin/MonoDevelop.Core.dll
-r:../../build/bin/MonoDevelop.Projects.dll -r:System -r:System.Xml
./MonoDevelop.Projects/MakefileTests.cs(32,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/MdsTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/MSBuildTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/PackagingTests.cs(32,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/ProjectTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/SolutionTests.cs(31,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
./MonoDevelop.Projects/WorkspaceTests.cs(31,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing a using directive
or an assembly reference?
Compilation failed: 7 error(s), 0 warnings


On Wed, Jun 4, 2008 at 6:35 PM, Michael Hutchinson <m.j.hutchinson at gmail.com>
wrote:

> On Wed, Jun 4, 2008 at 7:30 PM, Marcos Marín <marcosmarin at gmail.com>
> wrote:
> > Actually its not working for me, this is what I get:
> >
> >  ./configure --profile=core --disable-tests
> > Unknown argument --disable-tests
>
> The top-level configure script doesn't pass arguments to all the child
> configure scripts, since most of them would choke on unknown args.
> You'll have to add the --disable-tests argument to the core profile,
> i.e.
> main --disable-tests
>
> Profiles can pass arguments to any of the child configure scripts this way.
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20080604/00556355/attachment.html 


More information about the Monodevelop-list mailing list