Re: [Mono-dev] gstreamer-sharp Question

2008-05-07 Thread Miguel de Icaza
hello, Aaron has a branch somewhere that has *some* code for GStreamer# worked on, but he has never published it as it is far from complete. It is somewhere on SVN, but I can no longer remember where its tucked in. On Mon, 2008-05-05 at 21:58 -0500, Jonathan Thomas wrote: I am very

Re: [Mono-dev] System.DllNotFoundException: gdiplus.dll

2008-05-07 Thread Miguel de Icaza
Hello, System.DllNotFoundException: gdiplus.dll at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong,System.Drawing.GdiplusStartupInput,System.Drawing.GdiplusStartup Output) at System.Drawing.GDIPlus..cctor () [0x0] Try running the `mono-test-install'

[Mono-dev] VS2008 project files

2008-05-07 Thread Andy Hume
Is there a policy on what format the VisualStudio project files are to be in in trunk/mcs/class/... At least one (System.dll) is now in VS2008 format, which is bad for me as I'm still running VS2005. :-( Andy ___ Mono-devel-list mailing list

[Mono-dev] Run process as a different user

2008-05-07 Thread [EMAIL PROTECTED]
Hi, What's the best way to start a process as a different user in Mono/Linux using framework 1.1? Thanks, pablo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono HEAD eating all CPU

2008-05-07 Thread Lluis Sanchez Gual
Hmm, looks like I can repro anymore after updating again. El dc 07 de 05 del 2008 a les 04:24 +0200, en/na Lluis Sanchez Gual va escriure: I updated mono to HEAD and now MonoDevelop eats all CPU when running. I think this is caused by the InotifyWatcher code, since if I define

Re: [Mono-dev] [Ironruby-core] build problems (mono, gmcs from svn)

2008-05-07 Thread C.J. Adams-Collier
Fixed. Also, I am now modifying the ChangeLog file in the tests/ directory rather than the root of the mcs/ module. mono-ironruby.diff Description: Binary data On May 6, 2008, at 8:36 PM, Raja R Harinath wrote: Hi, C.J. Adams-Collier [EMAIL PROTECTED] writes: [snip] Index:

Re: [Mono-dev] [Ironruby-core] build problems (mono, gmcs from svn)

2008-05-07 Thread C.J. Adams-Collier
FYI, the test suite seems to run fine: [EMAIL PROTECTED]:/usr/src/svn/mono/mono/mcs/tests$ make test-generics make PROFILE=net_2_0 run-test make[1]: Entering directory `/usr/src/svn/mono/mono/mcs/tests' ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $ok make[2]:

Re: [Mono-dev] gstreamer-sharp Question

2008-05-07 Thread StApostol
I found that yesterday, tucked away under branches/[Aaron's last name]/gstreamer-sharp or somesuch. Sadly, it targets gstreamer 0.8 and it's way too incomplete to be in any useful state. The code in Banshee looks like an evolved version of this branch, and is much more interesting. It would be

[Mono-dev] [PATCH] ironruby build blocker

2008-05-07 Thread C.J. Adams-Collier
Could I get approval to commit this patch? :) On Wed, 2008-05-07 at 04:59 -0700, C.J. Adams-Collier wrote: FYI, the test suite seems to run fine: [EMAIL PROTECTED]:/usr/src/svn/mono/mono/mcs/tests$ make test-generics make PROFILE=net_2_0 run-test make[1]: Entering directory

Re: [Mono-dev] [PATCH] ironruby build blocker

2008-05-07 Thread Marek Safar
Hello Could I get approval to commit this patch? :) Go ahead. Please also update bug report. Thanks Marek ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [PATCH] FtpWebRequest multiline responses

2008-05-07 Thread Jerome Haltom
Did this drop off the radar? I'd really like this patch integrated. On Mon, 2007-10-29 at 18:01 -0500, Jerome Haltom wrote: I have implemented multiline FTP responses in FtpWebRequest. I did this to close a bug of my own. I am sending this message so somebody will review my patch, commit it,

Re: [Mono-dev] [PATCH] FtpWebRequest multiline responses

2008-05-07 Thread Jerome Haltom
Actually sorry, it was addressed... or at least it was in the bug report. Not sure if the changes are actually implemented though. On Wed, 2008-05-07 at 17:44 -0500, Jerome Haltom wrote: Did this drop off the radar? I'd really like this patch integrated. On Mon, 2007-10-29 at 18:01 -0500,

Re: [Mono-dev] How To Convince Mono To Allocate Big Arrays

2008-05-07 Thread Rodrigo Kumpera
Hi Luis, To have your patch integrated, some changes are needed. First, we want to default to 32bits sized arrays on 64bits machines, so your changes must be conditionally compiled. To help with that some changed to your patch are due. Next are some comments about it: Instead of replacing

Re: [Mono-dev] gstreamer-sharp Question

2008-05-07 Thread Jae Stutzman
We actually looked at the way Bansee was using gstreamer to display video. IIRC, Banshee's use of GStreamer is very specific and isn't really a gstreamer library. It can be useful to do the kind's of things that banshee does. We are looking at using gstreamer in a limited DVR type app. This

[Mono-dev] debug mono embedded

2008-05-07 Thread Stefan Fink
hallo, nobody have a answer howto debug a mono script/assembly which is run in a embedded mono ??? i need this really !!! i see have http://www.go-mono.com/docs/ -- Mono Embedding http://www.go-mono.com/docs/monodoc.ashx?link=root%3a%2fembed -- Debugging API