similar to: version 1.9.3 released

Displaying 20 results from an estimated 300 matches similar to: "version 1.9.3 released"

2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
Bugs item #20211, was opened at 2008-05-18 13:46 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20211&group_id=35 Category: Compile/build Group: current Status: Open Resolution: None Priority: 3 Submitted By: Tobias Peters (t-peters) Assigned to: Nobody (None) Summary: Unresolved symbol due to linkage error Initial Comment: While compiling wxruby
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello, I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I can''t get it to work. I''ve already done this for the 32 bit version (on another machine, of course), so I don''t see where''s the problem with that. I thought, I had all neccessary libraries installed, but maybe you know better... After compiling for a long time, rake fails
2009 Oct 30
2
wxRuby on Ubuntu 9.10
Installing the gem from rubygems, along with the available wxwidgets packages from synaptic, I'd recieve this error: /usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so: /usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so: symbol _ZN13wxAuiNotebook14ShowWindowMenuEv, version WXU_2.8.5 not defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference -
2007 May 15
0
[ wxruby-Bugs-10844 ] GridTableBase clss not defined
Bugs item #10844, was opened at 2007-05-15 03:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10844&group_id=35 Category: Incorrect behavior Group: v0.4 Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: GridTableBase clss not defined Initial Comment: In the Wxruby2 module,
2008 Jan 12
1
GraphicsContext demo
Hey All, I''ve just commited rev 1505, which now includes a GraphicsContext demo, just in time for a release. *wipes forehead* So far, it''s looking pretty good. BTW Alex, another bug came up while working with GraphicsContext, but wasn''t something as major that could prevent me from completing the demo. GraphicsContext#draw_lines(size_t n, Point2Double points, Integer
2007 Dec 22
0
release plans
Hi all We''ve been a bit quiet for a few weeks, being busy with other things, but now looking at getting some new releases out again. We have lots of nice stuff to get out there: For 1.9.3, we''re looking to target early January. Aside from trying to get a few more bugfixes in, most of the code is now there. As usual, any time you''re able to spend testing SVN trunk
2007 Apr 09
2
GridTableBase problem
Trying to setup a GridTableBase to hold some floating point numbers for a Grid. Getting an error with the following: table = Wx::GridTableBase.new Error: C:/ruby/work/wxtest/test.rb:151:in `on_find'': uninitialized constant Wxruby2::Gr idTableBase (NameError) from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/event_c onnector.rb:123:in `call''
2007 Oct 04
0
[ wxruby-Patches-14462 ] GLCanvas support
Patches item #14462, was opened at 2007-10-04 19:57 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=14462&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: GLCanvas support Initial Comment: Patch for GLCanvas class support. No GLContext is included.
2007 Oct 17
19
1.9.2, OpenGL
[third sending attempt...] I''m going to try and test out the samples on MSW over the next few days and if things look good I think we should release 1.9.2. Might try and fix the bugs related to TreeCtrl#get_first_child as these might involve minor API changes. So if anyone has any time to test out SVN HEAD and look for anything funny, please do. Also, we have an anonymous patch
2008 Jan 15
0
[ wxruby-Bugs-17108 ] Checkboxes not showing in GraphicsContext example
Bugs item #17108, was opened at 2008-01-15 11:28 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17108&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Checkboxes not showing in GraphicsContext example Initial Comment:
2007 Jun 10
0
Rdonlp2 - an extension library for constrained optimization
Ryuichi Tamura wrote: Please can you put your package on the CRAN server ? Many thanks Diethelm Wuertz > Hello R-list, > > I have released an update version (0.3-1) of Rdonlp2. > Some (fatal) bugs which may kill interpreter should be fixed. > > In addition, user-visible changes are: > * *.mes, *.pro files are not created if name=NULL(this is default) in donlp2(). > * use
2010 Feb 23
1
how to assess the significance of regression between a set of response and predictor variables
Dear list, I have been using multivariate multiple regression (MMR) in the form lm(Y~X) where Y and X are matrices of response and predictor variables. I know that summary(mlm.object) would give the usual lm statistics for each response variable separately and that anova.mlm(mlm.object) will give the analysis of variance table of the mlm object. However, anova.mlm (also manova(mlm.object))
2010 Aug 31
2
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
Here's the optimized versions: $ opt -std-compile-opts unopt-pass.ll -o - | llvm-dis -o - [...] define %3 @_ZN7WebCore15GraphicsContext19roundToDevicePixelsERKNS_9FloatRectE(%"class.WebCore::GraphicsContext"* %this, %"struct.WebCore::FloatRect"* %rect) nounwind ssp align 2 { %roundedOrigin = alloca %"class.WebCore::FloatSize", align 4 ;
2012 Jan 23
2
convert command not found in movie3d (rgl package) in Mac OS X
Dear list, I gave up trying to fix my movie3d (rgl library) issue in my PC (completely black gif/png file) and went ahead and installed MacPorts and ImageMagick onto my iMac (OSX ver 10.6.8). I think ImageMagick is successfully installed in its default location (under /opt/local), and I ran movie3d but I get the following error: Error in system("convert --version", intern = TRUE) : ?
2011 Jun 25
2
Problems setting language in R-2.13.0 and opening RData
Dear list, I just recently installed R-2.13.0 on my Windows7. I used to run R-2.10.0. First of all, I used to be able to install R in English (in R-2.10.0) during the installation procedure. My PC is in a Japanese environment but I want R to be in English because I won't be able to interpret any errors if they are in Japanese (I am Japanese so I can read them but I won't be able to
2008 Jan 28
4
GridTableBase
Hello all, i''m using wxruby 1.9.4 with Grid and the model class: "GridTableBase" like in the code below. But the method set_table of the grid does''nt work. Can anyone help me? require ''wx'' include Wx class MyGridTableBase < GridTableBase def get_attr row, col, attr_kind ## end def get_number_rows 0
2011 Jun 23
0
R-squared values for multiple linear regression with a matrix of multiple response variables
Dear list, I have a matrix Y of multiple response variables and a matrix X of predictor variables and I would like to fit a multivariate multiple regression model and compute the R2-value to determine the overall proportion of variance of the response matrix Y that is explained by the predictor matrix X. I have been using manova(Y ~ X) to assess the significance of the linear model. I am also
2008 Jan 29
1
wxruby and ActiveRecord
Hello, i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid (with GridTableBase) (a grid with 30 columns) >From my base Window, i open and close the GridWindow. After several openings and closes, this message appears: c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_ record/base.rb:1860: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13)
2008 Mar 11
0
wxRuby 1.9.5
Hi wxRuby 1.9.5 is now out with a full set of binary gems. It can be downloaded from the usual place: http://rubyforge.org/frs/?group_id=35&release_id=19932 Or via rubygems: gem install wxruby == WHAT''S NEW == This doesn''t have any major new features, but has a lot of bugfixes, including some nasty crashers, and additional useful methods within existing classes. It
2008 Jan 02
7
Bug #16760
Hi, I just submitted bug #16760. Feel free to contact me with any questions or comments. (svn failed too, but I can''t say if this is the same error. If this is a dependency issue, the main web page should be updated too.) I''m just trying to run wxruby and go through the tutorial, but also want enter it as a new package for the SourceMage GNU/Linux distribution. Thanks.