[MonoDevelop] Haven't been able to build in weeks
Matthew B Philmon
mattisking at pobox.com
Wed Dec 14 21:53:06 EST 2005
Hey, Sorry for the long post. I'm running Ubuntu Dapper. I've got
MonoDevelop 0.9 installed without trouble but I keep tabs on the
development side through svn. It's been at least 2 or 3 weeks since I've
been able to successfully build MonoDevelop from SVN. Even with the
default options enabled (which now appears to include nunit by default)
I get fairly far along, but as soon as the build goes into making NUit,
I get the same failure:
Making all in NUnit
make[2]: Entering directory `/home/mattisking/cvs/monodevelop/Extras/NUnit'
mkdir -p ../../build/AddIns/NUnit
/usr/bin/mcs -langversion:ISO-1 /r:nunit.framework.dll /r:nunit.core.dll
-r:../../build/bin/MonoDevelop.Core.dll
-r:../../build/AddIns/MonoDevelop.Core.Gui.dll
-r:../../build/AddIns/MonoDevelop.Projects.dll
-r:../../build/AddIns/MonoDevelop.Projects.Gui.dll
-r:../../build/AddIns/MonoDevelop.Components.dll
..............
-out:../../build/AddIns/NUnit/MonoDevelop.NUnit.dll -target:library
error CS0006: Cannot find assembly `nunit.framework.dll'
Log:
error CS0006: Cannot find assembly `nunit.core.dll'
Log:
Compilation failed: 2 error(s), 0 warnings
make[2]: *** [../../build/AddIns/NUnit/MonoDevelop.NUnit.dll] Error 1
make[2]: Leaving directory `/home/mattisking/cvs/monodevelop/Extras/NUnit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mattisking/cvs/monodevelop/Extras'
make: *** [all-recursive] Error 1
I've got nunit 2.2.0-1 and libunit-cil 2.2.0-1 installed. I read on
http://www.monodevelop.com/Troubleshooting a note:
Debian users only
Install the nunit and libnunit-cil packages (requires unstable at this
moment). Due to the separate packaging of nunit, we need to make a
symlink so that monodevelop knows where to find the pkg-config file.
ln -s /usr/lib/pkgconfig/nunit.pc /usr/lib/pkgconfig/mono-nunit.pc
I tried this without any luck. Any recommendations?
Matt Philmon
More information about the Monodevelop-list
mailing list