List Info

Thread: Re: UNMANAGED_DEPENDENCIES_MINT




Re: UNMANAGED_DEPENDENCIES_MINT
country flaguser name
United States
2007-08-13 14:27:38
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/AggregatedOperationMon
itor.cs
./MonoDevelop.Core.ProgressMonitoring/AggregatedProgressMoni
tor.cs
./MonoDevelop.Core.ProgressMonitoring/ConsoleProgressMonitor
.cs
./MonoDevelop.Core.ProgressMonitoring/ConsoleProgressStatus.
cs
./MonoDevelop.Core.ProgressMonitoring/FilteredProgressMonito
r.cs
./MonoDevelop.Core.ProgressMonitoring/LogTextWriter.cs
./MonoDevelop.Core.ProgressMonitoring/NullAsyncOperation.cs
./MonoDevelop.Core.ProgressMonitoring/NullProgressMonitor.cs

./MonoDevelop.Core.ProgressMonitoring/ProgressTracker.cs
./MonoDevelop.Core.ProgressMonitoring/SynchronizedProgressMo
nitor.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.c
s
./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/monod
evelop-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.yah
oo.com/green_center/ 
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: UNMANAGED_DEPENDENCIES_MINT
user name
2007-08-13 14:49:56
On 8/13/07, Bob Bobby <bobby1234bobby1234yahoo.com> wrote:
> 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.

On Ubuntu, you need to install libmono-system-runtime2.0-cil
to get
System.Runtime.Remoting.  This is probably true for Debain,
too.

See: http://lists.ximian.com/pipermail/mo
nodevelop-list/2007-February/005382.html

Best,
Sandy
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )