Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Ben Aurel
that's my line in ~/.bash_profile: ... export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig/ ,... and this is what I get with $ pkg-config --variable=libdir mono /opt/mono/lib/pkgconfig/../../lib should this be correct - no? What's wrong here? On Tue, May 6, 2008 at 12:15 PM, Sanghyeon Seo [EMAIL

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Sanghyeon Seo
2008/5/6 Ben Aurel [EMAIL PROTECTED]: --and than this error (?): ./actions/comdispatch/DispCallable.cs(134,9): error CS0452: The type `T' must be a reference type in order to use it as type parameter `T' in the generic type or method `Microsoft.Scripting.Actions.RuleBuilderT'.

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Ivan Porto Carrero
oh I have a script that should do all that. i can email it to you if you want. I also have that blogpost up that explains everything http://flanders.co.nz/2008/02/05/compiling-mono-and-ironruby-on-osx-leopard/ On 6/05/2008, at 10:41 PM, Ben Aurel wrote: that's my line in ~/.bash_profile: ...

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Ben Aurel
ok, I'm a little confused now. What excactly do I have to do now in order to compile it? I'm stuck with compiling ironruby. $ rake compile mono=1 rake aborted! cannot resolve path System.dll What to do?? On Tue, May 6, 2008 at 1:06 PM, Sanghyeon Seo [EMAIL PROTECTED] wrote: 2008/5/6 Ben

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Ben Aurel
Seo, As I've writte in my 2nd response PKG_CONFIG_PATH is set. The question is: Is it set correctly and what is the criteria for the correct setting? On Tue, May 6, 2008 at 2:30 PM, Sanghyeon Seo [EMAIL PROTECTED] wrote: 2008/5/6 Ben Aurel [EMAIL PROTECTED]: ok, I'm a little confused now.

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Ben Aurel
thanks, does that mean, that my terminal don't know the character set used on the website? On Tue, May 6, 2008 at 3:10 PM, Thibaut Barrère [EMAIL PROTECTED] wrote: Does somebody has an explanation for this? The double quote is transformed into mister #8221;, a nicer yet

Re: [Ironruby-core] Problems compiling IronRuby on Mac Leopard

2008-05-06 Thread Thibaut Barrère
does that mean, that my terminal don't know the character set used on the website? If you use the html version on the OS X command line, the variable will keep the quotes inside the value instead of acting like a string delimiter: Macintosh:temp thbar$ export

[Ironruby-core] external contribution question

2008-05-06 Thread Unnikrishnan Nair
Just curious, which are all the modules need help with? I am interested in contributing. Thanks. - Original Message From: John Lam (IRONRUBY) [EMAIL PROTECTED] To: IronRuby External Code Reviewers [EMAIL PROTECTED] Cc: ironruby-core@rubyforge.org ironruby-core@rubyforge.org Sent:

[Ironruby-core] build problems (mono, gmcs from svn)

2008-05-06 Thread C.J. Adams-Collier
Hey all, I'm not familiar with ruby or rake, so please forgive the n00b question. Is IronRuby known to currently build on mono 1.9? ./actions/comdispatch/DispCallable.cs(134,9): error CS0452: The type `T' must be a reference type in order to use it as type parameter `T' in the generic type or

Re: [Ironruby-core] Code Review: socket2

2008-05-06 Thread Peter Bacon Darwin
Hi John, What is the process of these code reviews of external contributions? Are you expecting to begin a dialogue, since you do ask questions throughout the review? Or is it more of a feedback opportunity to let us know what you have done to the code? For instance, are you expecting me to

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

2008-05-06 Thread C.J. Adams-Collier
On Tue, 2008-05-06 at 09:51 -0700, John Lam (IRONRUBY) wrote: C.J. Adams-Collier: I believe these are new bugs that our latest revision revealed in mono. https://bugzilla.novell.com/show_bug.cgi?id=387040 Thanks, John. I'll ping Marek and see if he can help me fix this. If nothing else,

Re: [Ironruby-core] external contribution question

2008-05-06 Thread Unnikrishnan Nair
I will start working on the Files method implementation. Once I complete reasonable amount of work with all tests, I will let you all know. Thanks. - Original Message From: John Lam (IRONRUBY) [EMAIL PROTECTED] To: ironruby-core@rubyforge.org ironruby-core@rubyforge.org Sent: Tuesday,

Re: [Ironruby-core] Code Review: socket2

2008-05-06 Thread John Lam (IRONRUBY)
Peter Bacon Darwin: What is the process of these code reviews of external contributions? Are you expecting to begin a dialogue, since you do ask questions throughout the review? Or is it more of a feedback opportunity to let us know what you have done to the code? For instance, are you

Re: [Ironruby-core] Trouble opening IronRuby.sln

2008-05-06 Thread John Lam (IRONRUBY)
Aaron Blondeau: I am having trouble opening the latest (rev 101) IronRuby with VisualStudio 2005. Nothing happens at all when I try to open IronRuby.sln - not even an error message. I have been able to open the individual .csproj files by themselves and get everything put together, just

Re: [Ironruby-core] IronRuby r100 on Mono

2008-05-06 Thread C.J. Adams-Collier
Thanks Seo! I'm working with Marek to make Mono play nice with r101 :) On May 6, 2008, at 8:15 PM, Sanghyeon Seo wrote: WARNING: This is against revision 100. Revision 101 will compile, but will not run on Mono at the time. I am still working on it. In case you didn't know, you can use svn