[MonoDevelop] "NUnit not found" error while building MonoDevelop 4.0.12 on Linux from tarball

Mickael Ferrer mickael.ferrer at gmail.com
Mon Sep 16 22:32:12 UTC 2013


Hi,

I've setup a parallel Mono environment, in /opt/mono (on a Linux Mint 15
Olivia if it's matter), where I've successfully built Mono 3.2.1 and Gtk#
2.12.21 from source.

Now I'm trying to build MonoDevelop 4.0.12 from its source tarball.
"configure" is happy as it finds all the things it expects.
But when running "make" I get these errors concerning NUnit:
Mono.TextEditor.Tests/DocumentTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/LineSplitterTests.cs(31,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/SearchTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/SelectionTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/UndoRedoTests.cs(30,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/FoldingTests.cs(32,7): error CS0246: The type or
namespace name `NUnit' could not be found. Are you missing an assembly
reference?
Mono.TextEditor.Tests/SyntaxHighlightingTests.cs(28,7): error CS0246: The
type or namespace name `NUnit' could not be found. Are you missing an
assembly reference?
...

I though NUnit was included with Mono as I've read somewhere.
I guess I've missed something like a prerequisite but can't find which one.

Any input is welcome.

Thanks in advance.

PS: by the way thanks for developing Mono and MonoDevelop, they may allow
me to run some of my .Net tools on a Linux box! :)

Mickael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130917/9f885b55/attachment.html>


More information about the Monodevelop-list mailing list