Displaying 3 results from an estimated 3 matches for "ivateli".
Did you mean:
ivatele
2008 May 09
2
Getting an error when trying to create a new application..
I''m new to Ruby/Ruby on Rails. I''m trying to create an application and
am getting this error:
C:\InstantRails\rails_apps>rails demo
C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:379:in
`report_activate_
error'': RubyGem version error: activesupport(2.0.2 not = 2.0.2.9216)
(Gem::LoadE
rror)
from
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
Hi, I am wondering if anyone can help me with a problem I am having when compiling samba. When
I issue the "make" command the compilation of the binaries aborts with the following message.
"replace.c", line 195: error: identifier redeclared: initgroups
*** Error code 1 (bu21)
If I comment out the section of code in "replace.c" that declares initgroups and
2012 Feb 21
3
Plot Many Data to same plot
Dear all,
I have a function that for a variable number of inputs plots them to the same plot
I am doing this quite simply by
plot(seq(from=start, to=stop, length.out=np), datalist[[1]]$dataset
xlim=c(start, stop), ylim=c(0, 1), type="l")