First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
Ruby 1.9.1-p129
I was trying to install ruby 1.9.1-p129 through RVM and got this error message. Any ideas? Thanks, Wesley [2010-07-14 16:49:51] make eval.c: In function ‘ruby_cleanup’: eval.c:139: warning: passing argument 1 of ‘ruby_init_stack’ discards qualifiers from pointer target type ../include/ruby/ruby.h:995: note:... 17 Jul 2010 04:27
HighLine freezes when using wrap_at and page_at
[Note: parts of this message were removed to make it a legal post.] Hi all, I'm experimenting a small problem when trying to use HighLine with wrap_at/page_at options... The script below leads to a deadlock under MacOS with all ruby installations I have (rvm) <pre> require 'rubygems' require 'highline' h... 15 Jul 2010 16:30
bug in TkComm::list?
I'm running into a weird behavior while using TkComm::list and TkComm::tk_tcl2ruby ruby-1.9.1-p378 > data = "2.00 21 2" => "2.00 21 2" ruby-1.9.1-p378 > TkComm::list(data) => [2.0, 21, 2] ruby-1.9.1-p378 > TkComm::tk_tcl2ruby(data) => [2.0, 21, 2] With those methods, I'm losing a zero... But if I brea... 14 Jul 2010 19:49
Return nothing when looking outside the bounds of 2D array?
I have a 2D Array. I have written a method Array2D.adjacent(x,y,direction) that returns the adjacent cell to x,y in the direction given. How do I deal with the boundary conditions without receiving an error message. For example, if I refer to a cell on the top row, and look north there will be nothing there, and... 22 Jul 2010 02:42
Cpp Complier
[Note: parts of this message were removed to make it a legal post.] On Wed, Jul 14, 2010 at 2:13 PM, Allan Davis <javaalley(a)gmail.com> wrote: Passenger currently does not have a windows version. I was thinking of trying to work on that. See if that would improve our environment. Hey member of the Net... 15 Jul 2010 01:15
Logger's sync and flush returns NoMethod error
RichardOnRails wrote: Below is my code, which works fine in Ruby 1.8.6 (with Rails 2.3.5), except that sync and flush both return NoMethod. Have thos methods been eliminated? sync= and flush are instance methods on IO objects. I don't think Logger has them. Do you have anything which suggests that it doe... 15 Jul 2010 23:04
CHANCE YOUR LIFE CLICK THEAR
------------------- http://www.123maza.com/dora/vvvv ... 14 Jul 2010 15:24
[QUIZ][SUMMARY] Console-based Pixel Editor (#231)
There were no submitted solutions for this week's quiz, maybe consoles and pixels weren't meant to be. Perhaps next time we'll try a console based ascii art editor. ... 14 Jul 2010 14:17
RbConfig::CONFIGquestion
CPP => C Pre-Processor ^ ^ ^ Yes! Thanks. -- Posted via http://www.ruby-forum.com/. ... 14 Jul 2010 14:17
RbConfig::CONFIG['CPP'] question
Currently we have this: require 'rbconfig' RbConfig::CONFIG['CC'] => "gcc" RbConfig::CONFIG['CPP'] => "gcc -E" The first one I understand--it's the C compiler. The second one I don't though-- "-E" just means to run only the pre-processor. Is that right? -r -- Posted via http://www.ruby-forum.c... 14 Jul 2010 14:17
First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52