[MonoDevelop] UNMANAGED_DEPENDENCIES_MINT

Bob Bobby bobby1234bobby1234 at yahoo.com
Mon Aug 13 15:27:38 EDT 2007


Hello there,

Thanks for the response. I tried what you said and it
worked like a charm. Now it's giving me this error:

//////////////////////////////////////////////

# make 
...(after a page or two of make commands)...
VBNET.ATG(35,6): warning CS0169: The private method
`ICSharpCode.NRefactory.Parser.VB.Parser.StartPeek()'
is never used
VBNET.ATG(40,7): warning CS0169: The private method
`ICSharpCode.NRefactory.Parser.VB.Parser.Peek()' is
never used
VBNET.ATG(72,6): warning CS0169: The private method
`ICSharpCode.NRefactory.Parser.VB.Parser.LeaveBlock()'
is never used
VBNET.ATG(195,6): warning CS0169: The private method
`ICSharpCode.NRefactory.Parser.VB.Parser.IsAssignment()'
is never used
VBNET.ATG(13,16): warning CS0414: The private field
`ICSharpCode.NRefactory.Parser.VB.Parser.assemblyName'
is assigned but its value is never used
Compilation succeeded - 15 warning(s)
make[3]: Leaving directory
`/root/monodevelop-0.15/Core/src/NRefactory'
Making all in MonoDevelop.Core
make[3]: Entering directory
`/root/monodevelop-0.15/Core/src/MonoDevelop.Core'
/usr/bin/gmcs -debug -codepage:utf8 -debug
-out:../../../build/bin/MonoDevelop.Core.dll
-target:library -r:../../../contrib/log4net.dll
-r:../../../contrib/Mono.Addins.dll
-r:../../../contrib/Mono.Addins.Setup.dll
-r:ICSharpCode.SharpZipLib -r:Mono.Posix -r:System
-r:System.Runtime.Remoting -r:System.Xml 
./MonoDevelop.Core.AddIns/ApplicationExtensionNode.cs
./MonoDevelop.Core.AddIns/AssemblyExtensionNode.cs
./MonoDevelop.Core.AddIns/ExecutionHandlerCodon.cs
./MonoDevelop.Core.AddIns/IconCodon.cs
./MonoDevelop.Core.AddIns/PackageExtensionNode.cs
./MonoDevelop.Core.AddIns/ServiceExtensionNode.cs
./MonoDevelop.Core.Execution/AddinDependencyAttribute.cs
./MonoDevelop.Core.Execution/BreakpointEventHandler.cs
./MonoDevelop.Core.Execution/DefaultExecutionHandlerFactory.cs
./MonoDevelop.Core.Execution/ExternalConsoleFactory.cs
./MonoDevelop.Core.Execution/IBreakpoint.cs
./MonoDevelop.Core.Execution/IConsole.cs
./MonoDevelop.Core.Execution/IConsoleFactory.cs
./MonoDevelop.Core.Execution/IDebuggerService.cs
./MonoDevelop.Core.Execution/IExecutionHandler.cs
./MonoDevelop.Core.Execution/IExecutionHandlerFactory.cs
./MonoDevelop.Core.Execution/IProcessAsyncOperation.cs
./MonoDevelop.Core.Execution/IProcessHost.cs
./MonoDevelop.Core.Execution/IProcessHostController.cs
./MonoDevelop.Core.Execution/MintPlatformExecutionHandler.cs
./MonoDevelop.Core.Execution/MonoPlatformExecutionHandler.cs
./MonoDevelop.Core.Execution/NativePlatformExecutionHandler.cs
./MonoDevelop.Core.Execution/ProcessHostController.cs
./MonoDevelop.Core.Execution/ProcessService.cs
./MonoDevelop.Core.Execution/ProcessWrapper.cs
./MonoDevelop.Core.Execution/RemoteProcessObject.cs
./MonoDevelop.Core.FileSystem/DefaultFileSystemExtension.cs
./MonoDevelop.Core.FileSystem/FileSystemExtension.cs
./MonoDevelop.Core.ProgressMonitoring/AggregatedOperationMonitor.cs
./MonoDevelop.Core.ProgressMonitoring/AggregatedProgressMonitor.cs
./MonoDevelop.Core.ProgressMonitoring/ConsoleProgressMonitor.cs
./MonoDevelop.Core.ProgressMonitoring/ConsoleProgressStatus.cs
./MonoDevelop.Core.ProgressMonitoring/FilteredProgressMonitor.cs
./MonoDevelop.Core.ProgressMonitoring/LogTextWriter.cs
./MonoDevelop.Core.ProgressMonitoring/NullAsyncOperation.cs
./MonoDevelop.Core.ProgressMonitoring/NullProgressMonitor.cs
./MonoDevelop.Core.ProgressMonitoring/ProgressTracker.cs
./MonoDevelop.Core.ProgressMonitoring/SynchronizedProgressMonitor.cs
./MonoDevelop.Core.Properties/CharacterEncodings.cs
./MonoDevelop.Core.Properties/DefaultProperties.cs
./MonoDevelop.Core.Properties/IProperties.cs
./MonoDevelop.Core.Properties/IXmlConvertable.cs
./MonoDevelop.Core.Properties/PropertyEventArgs.cs
./MonoDevelop.Core.Properties/PropertyFileLoadException.cs
./MonoDevelop.Core.Properties/UnknownPropertyNodeException.cs
./MonoDevelop.Core.Utils.DirectoryArchive/Bz2Support.cs
./MonoDevelop.Core.Utils.DirectoryArchive/Decompressor.cs
./MonoDevelop.Core.Utils.DirectoryArchive/GzSupport.cs
./MonoDevelop.Core.Utils.DirectoryArchive/TarDecompressor.cs
./MonoDevelop.Core.Utils.DirectoryArchive/ZipDecompressor.cs
./MonoDevelop.Core.Utils.ReportingStream/ReportingStream.cs
./MonoDevelop.Core/AbstractService.cs
./MonoDevelop.Core/ClrVersion.cs
./MonoDevelop.Core/DefaultLoggingService.cs
./MonoDevelop.Core/FileEventArgs.cs
./MonoDevelop.Core/FileService.cs
./MonoDevelop.Core/IAsyncOperation.cs
./MonoDevelop.Core/ILoggingService.cs
./MonoDevelop.Core/IProgressMonitor.cs
./MonoDevelop.Core/IService.cs
./MonoDevelop.Core/IStringTagProvider.cs
./MonoDevelop.Core/PropertyService.cs
./MonoDevelop.Core/Runtime.cs
./MonoDevelop.Core/ServiceManager.cs
./MonoDevelop.Core/StringParserService.cs
./MonoDevelop.Core/SystemAssemblyService.cs
./MonoDevelop.Core/SystemPackage.cs
./MonoDevelop.Core/UserException.cs
MonoDevelop.Core/GettextCatalog.cs AssemblyInfo.cs
error CS0006: cannot find metadata file
`System.Runtime.Remoting'
Compilation failed: 1 error(s), 0 warnings
make[3]: *** [../../../build/bin/MonoDevelop.Core.dll]
Error 1
make[3]: Leaving directory
`/root/monodevelop-0.15/Core/src/MonoDevelop.Core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/root/monodevelop-0.15/Core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/root/monodevelop-0.15/Core'
make: *** [all-recursive] Error 1
debian1:~/monodevelop-0.15#

//////////////////////////////////////////////

The key line is:

error CS0006: cannot find metadata file
`System.Runtime.Remoting'

I have mono installed so I am not sure why this error
is coming up. Any direction would be helpful.

Thanks.
Bobby Bowman

>hi,
>
>i once had the exact same error. i think i solved it
>by installing
>"libmono-dev". (1) also indicates that as a possible
>solution.
>
>(1)
>http://lists.ximian.com/pipermail/monodevelop-list/2006-March/003520.html
>
>
>Am Samstag, den 11.08.2007, 12:34 -0700 schrieb Bob
>Bobby:
> Hello everyone,
> 



      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


More information about the Monodevelop-list mailing list