search for: miniruby

Displaying 4 results from an estimated 4 matches for "miniruby".

2006 Apr 28
0
miniruby and rails
Can I use rails framework with miniruby? Thanks, -Kuppa -- Posted via http://www.ruby-forum.com/.
2006 Jun 21
0
make: Warning: Illegal dependency list for target `.DEFAULT''
...ment using "gcc=/usr/local/bin/gcc" & "export gcc". I have run ./configure successfully. Then when I run "make" under Ruby-1.8.4, it gives me make: Warning: Illegal dependency list for target `.DEFAULT'' gcc main.o libruby-static.a -ldl -lcrypt -lm -o miniruby -g -O2 -DRUBY_EXPORT Undefined first referenced symbol in file Init_ext libruby-static.a(ruby.o) ld: fatal: Symbol referencing errors. No output written to miniruby collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Comman...
2011 Aug 20
4
trouble installing 1.9.2
hello, I am trying install Ruby 1.9.2 on my MacBook Pro Lion. I am following along with the install instructions at ruby.railstutorial.org. I am the point were you run rvm install 1.9.2. Below in what I see in the terminal when installing and below that my rvm log. Thanks for any help. rvm install 1.9.2 Installing Ruby from source to: /Users/user/.rvm/rubies/ruby-1.9.2-p290, this may take a
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):