[MonoDevelop] Don't Compile

Johannes Fortner johannes-fortner at gmx.net
Fri Mar 24 10:34:14 EST 2006


Hello,
For some months Monodevelop-SVN dont compile under Debian/sid and
Ubuntu. It allways halt at (nunit-cli installed):

                ./Gui/CodeGenerationPanel.cs ./Project/NemerleParameters.cs ./NemerleBindingCompilerServices.cs ./NemerleLanguageBinding.cs  -out:../../build/AddIns/BackendBindings/NemerleBinding.dll -target:library
./NemerleBindingCompilerServices.cs(208,7): warning CS0642: Possible
mistaken empty statement
Compilation succeeded - 1 warning(s)
make[3]: Leaving directory
`/home/johannes/monodevelop-0.9.1/Extras/NemerleBinding'
Making all in NUnit
make[3]: Entering directory
`/home/johannes/monodevelop-0.9.1/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
-r:../../build/AddIns/MonoDevelop.Ide.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll
-r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll   /resource:nunit.glade /resource:templates/NUnitAssemblyGroup.xpt.xml /resource:Gui/NUnit.Running.png /resource:Gui/NUnit.Failed.png /resource:Gui/NUnit.SuccessAndFailed.png /resource:Gui/NUnit.None.png /resource:Gui/NUnit.NotRun.png /resource:Gui/NUnit.Loading.png /resource:Gui/NUnit.Success.png ./AssemblyInfo.cs ./Commands/NUnitCommands.cs ./Gui/CircleImage.cs ./Gui/TestPad.cs ./Gui/TestResultsPad.cs ./Gui/TestNodeBuilder.cs ./Gui/TestChart.cs ./Gui/NUnitOptionsPanel.cs ./Gui/UnitTestOptionsDialog.cs ./Gui/NUnitAssemblyGroupNodeBuilder.cs ./Gui/NUnitAssemblyGroupConfigurationNodeBuilder.cs ./Gui/TestAssemblyNodeBuilder.cs ./Project/NUnitAssemblyGroupFileFormat.cs ./Project/NUnitAssemblyGroupProject.cs ./Project/TestAssembly.cs ./Project/TestAssemblyCollection.cs ./Services/CombineTestGroup.cs ./Services/ITestProvider.cs ./Services/NUnitService.cs ./Services/SystemTestProvider.cs ./Services/ITestProgressMonitor.cs ./Services/TestContext.cs ./Services/UnitTestCollection.cs ./Services/UnitTest.cs ./Services/UnitTestGroup.cs ./Services/UnitTestResult.cs ./Services/UnitTestStatus.cs ./Services/ExternalTestRunner.cs ./Services/NUnitAssemblyTestSuite.cs ./Services/NUnitProjectTestSuite.cs ./Services/NUnitTestCase.cs ./Services/NUnitTestSuite.cs ./Services/GeneralTestOptions.cs ./Services/NUnitOptions.cs ./Services/IResultsStore.cs ./Services/UnitTestResultsStore.cs ./Services/XmlResultsStore.cs  -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[3]: *** [../../build/AddIns/NUnit/MonoDevelop.NUnit.dll] Fehler 1
make[3]: Leaving directory
`/home/johannes/monodevelop-0.9.1/Extras/NUnit'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/johannes/monodevelop-0.9.1/Extras'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/johannes/monodevelop-0.9.1'
make: *** [build-stamp] Fehler 2






More information about the Monodevelop-list mailing list