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