Re: [Mono-dev] problem compiling mod_mono from svn on Suse 10.1

2006-07-08 Thread Joe Audette
Well, I found a solution for these errors, not being fluent in C I'm not sure I did the right thing but was able to make and make install mod_mono on Suse 10.1 by copying the apr*.h files from /usr/include/apr-1 into /usr/include/apache2 I just took a guess at the solution based on the first er

Re: [Mono-dev] Snippets in mcs

2006-07-08 Thread John Luke
Hello, On Fri, 2006-07-07 at 09:02 -0700, Daniel Morgan wrote: > John, > > This is awesome! I love seeing snippets, examples, and samples in mcs. I > wish we did this with other class libraries. > > I remember trying gtk+ back in 1998. I liked how it actually included > examples to play wi

Re: [Mono-dev] MonoType trouble when adjusting method signature

2006-07-08 Thread Jonathan S. Chambers
Zoltan, Thanks for the reply. What should I use to copy the MonoType with? Should I just expose access to the dup_type method, or just write a specific one for my purpose? A quick question about memory management then. For this parameter I am allocating memory for the type. For another

Re: [Mono-dev] MonoType trouble when adjusting method signature

2006-07-08 Thread Zoltan Varga
Hi, Make a copy of klass->byval_arg, set the 'byref' flag, and the OUT flag in the copy. Zoltan On 7/7/06, Jonathan S. Chambers <[EMAIL PROTECTED]> wrote: > I have to do some adjustments to the method signatures of the native function > call

Re: [Mono-dev] problem compiling mod_mono from svn on Suse 10.1

2006-07-08 Thread Joe Audette
Anyone around that can help with this? Gonzalo? Is the version of apache that ships with Suse 10.1 incompatible? Do I need an older or newer version? joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com - Original Message From: Joe Audette <[EMAIL PROT

Re: [Mono-dev] Novell sites are down

2006-07-08 Thread Joe Audette
Seems to be back online now. joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com - Original Message From: Martin Hinks <[EMAIL PROTECTED]> To: Joe Audette <[EMAIL PROTECTED]> Cc: Mono-devel-list@lists.ximian.com Sent: Saturday, July 8, 2006 8:52:17 AM S

Re: [Mono-dev] Novell sites are down

2006-07-08 Thread Martin Hinks
Looks down here too... On 7/8/06, Joe Audette <[EMAIL PROTECTED]> wrote: > I can't get to www.novell.com or the Novell forge wiki this morning. The mono > site is accessible though. > Anyone else having this problem? Or is it my isp? > > Joe > > > joe_audette [at] yahoo dotcom > http://www.joeaud

[Mono-dev] Novell sites are down

2006-07-08 Thread Joe Audette
I can't get to www.novell.com or the Novell forge wiki this morning. The mono site is accessible though. Anyone else having this problem? Or is it my isp? Joe joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com ___

Re: [Mono-dev] Edit and Continue / Function body rewrite

2006-07-08 Thread David Srbecky
Kornél Pál wrote: > System.Reflection.Emit is far from metadata. So you should rewrite large > parts of gmcs if you would like to use Cecil. I am definitely not going to rewrite gmcs to use Cecil. That's just too much work. > I think the easiest solution is to compile using gmcs and load the o