Ah yes, work perfectly. Actually both the solution syou and Daniele worked
great.
Thanks.
-Rob
On Sat, May 10, 2008 at 7:36 AM, Tobias H. Michaelsen <
[EMAIL PROTECTED]> wrote:
> You can add the following to your ~/.bash_profile (or equivalent):
>
> export
> PKG_CONFIG_PATH="/Library/Framework
You can add the following to your ~/.bash_profile (or equivalent):
export PKG_CONFIG_PATH="/Library/Frameworks/Mono.framework/Libraries/pkgconfig/"
That did it for me.
# Tobias
2008/5/9 Daniele Alessandri <[EMAIL PROTECTED]>:
> On 5/9/08, C.J. Adams-Collier <[EMAIL PROTECTED]> wrote:
>
>> Same
On 5/9/08, C.J. Adams-Collier <[EMAIL PROTECTED]> wrote:
> Same problem here...
I got a successful compilation by replacing line 161 of context.rb and
hardcoding mono lib base directory just like this:
libdir = "/Library/Frameworks/Mono.framework/Versions/1.9.1/lib/"
instead of the original:
l
Same problem here...
I grabbed ruby from here:
http://rubyosx.rubyforge.org/
I got the 1.9 mono dist from mono-project.org
I installed the missing gem module:
$ sudo gem install -b pathname
then tried to build:
[EMAIL PROTECTED]:/usr/src/svn/rubyforge.org/ironruby/trunk$ mono=1 rake --
t
I usually put mono=1 before the call to rake, but I haven't tried
building on my darwin box yet... I'll try it now and see what happens...
On May 9, 2008, at 5:30 AM, Robert Bazinet wrote:
Yeah, that was that error. I was reading it as not needing a gem
but the gem reporting an error in th
Yeah, that was that error. I was reading it as not needing a gem but the
gem reporting an error in the path.
I am now getting an error where it can find system.dll. I saw some postings
on here about that and pkg-config. I installed Mono from the OSX package
installer. I would expect these thin
ok looks like you need the gem pathname2
sudo gem install pathname2 (might be pathname my memory fails me)
On 9/05/2008, at 3:20 PM, Robert Bazinet wrote:
Ivan, I wanted to see if you were paying attention..yes, what I sent
over shows the command from the WRONG directory. I was in that
d
Ivan, I wanted to see if you were paying attention..yes, what I sent over
shows the command from the WRONG directory. I was in that directory and
just used the command history to run the command so I could send it over to
the group. The command is failing and I am sending the right one now. You
This happens to me sometimes but isn't related to ironruby in my case.
if you do ls Rake* does something show up? Rake is complaining about
the fact that it can't find its instruction set (Rakefile). From the
output I see, it doesn't even start to build
I merely suggested navigating to th
Yes, the source is on my home drive in a subdir named IronRuby, and yes, I
navigated to the folder.
Thanks.
-Rob
On Thu, May 8, 2008 at 10:54 PM, Ivan Porto Carrero <[EMAIL PROTECTED]>
wrote:
> Did you download the sources into your home drive. It looks like you need
> to navigate into the fol
Did you download the sources into your home drive. It looks like you
need to navigate into the folder where you downloaded the ironruby
source and then call rake :)
On 9/05/2008, at 2:09 PM, Robert Bazinet wrote:
I am attempting to build r100 on Mono on my Mac and getting an error
I have
I am attempting to build r100 on Mono on my Mac and getting an error I have
not seen before. I have followed the instructions and used the provided
patch. Here is what I get:
rbazinet: ~$ rake --trace compile mono=1
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
On May 6, 2008, at 8:15 PM, Sanghyeon Seo wrote:P.S. DLR, IronPython, IronRuby team should create C# compiler test suite! You guys have the talent! This might duplicate effort. There is already an open C# compiler test suite here:http://anonsvn.mono-project.com/viewcvs/trunk/mcs/tests/BTW, I'm ad
C<> succeeds for me. Tons of
warnings, but I've got a working build. Thanks again for the hard
work here, Seo!
[EMAIL PROTECTED]:/usr/src/svn/rubyforge.org/ironruby/trunk$ cat `which
ruby` && \
> echo '===' && \
> cat hello.rb && \
> echo '===' && \
> ruby hello.rb
#!/bin/bash
. $HOME/
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 up
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 update -r 100" to "update" to
not-the-latest version.
Stuffs are in the usual place:
http://sparcs.kaist.ac.kr/~tinuviel/downl
16 matches
Mail list logo