Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Quandary
Hi, Good. But in the meantime, comment that sample out in that official zip-file. You do everyone who downloads it to compile a favour. Line 449 + 450 of the generated makefile in that folder #TestXfer.exe: $(srcdir)/TestXfer.cs $(assemblies) #$(CSC) /out:TestXfer.exe $(references) -r:Mono.G

[Mono-dev] Building mono-debugger

2010-10-09 Thread Paul F. Johnson
Hi, While running the configure script for mono-debugger-2.8 it is hitting a problem in that it is looking for monodis which vanished from mono-2.8 Is there a fix for this? Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-devel-list mailing

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Mike Kestner
On Sat, 2010-10-09 at 10:59 -0400, Miguel de Icaza wrote: > Hello, > > > We no longer ship Mono.GetOptions.dll, since this is a sample, you > can just remove it from the Makefile. > > > In the meantime, we should get the sample rewritten to use the new > Mono.Options. It's been worked

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Miguel de Icaza
Hello, We no longer ship Mono.GetOptions.dll, since this is a sample, you can just remove it from the Makefile. In the meantime, we should get the sample rewritten to use the new Mono.Options. On Sat, Oct 9, 2010 at 6:23 AM, Quandary wrote: > Question: When compiling mono 2.8 et al on

[Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Quandary
Question: When compiling mono 2.8 et al on Ubuntu 10.04 from the stable tarballs, i get this: error CS0006: cannot find metadata file `Mono.GetOptions.dll' Compilation failed: 1 error(s), 0 warnings The error seems to be in: /root/sources/mono-2.8/download/gnome-sharp-2.24.1/sample/gnomevfs wh

[Mono-dev] Problems with System.ServiceModel.Web

2010-10-09 Thread Frank Wilhelm
Hello Mono devs, I tried running my web service on Mono and ran into several issues. I use the WebHttpBinding to create REST web services by hosting that with the ServiceHost class. This works fine on .NET but the Mono implementation of System.ServiceModel.Web shows very different, and very