Displaying 20 results from an estimated 20000 matches similar to: "Updating RAA"
2006 Oct 02
14
0.0.36 tagged and released
Hi
I''m pleased to let you know that wxruby2-preview 0.0.36 is now available 
on Rubyforge. Binary gems to follow...
To check out a clean copy from SVN and build from source:
svn co svn://rubyforge.org/var/svn/wxruby/tags/wxruby2/0.0.36
cd 0.0.36
rake gem WXRUBY_VERSION=0.0.36
 From my reading of SVN docs it''s probably wise for developers to 
checkout anonymously as a bit of
2006 Sep 11
8
next steps - public alpha?
Seems the gems and tarball have been downloaded a bit with no reported 
problems. I suggest we do an alpha release incorporating Roy''s useful 
recent fixes and announce it more publicly e.g. on the mailing list.
It''s not perfect, but again we have made a lot of progress since late 
July and we should build on it; it was our dev goal. I now personally 
have to put some effort
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff 
is now in CVS. There is a moderate amount of documentation in 
rake/rakedoc.rb in case you feel like generating your own local copy. 
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want 
to tweak the output.
cheers
alex
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex,
The changes to the rakefiles are causing me some problems building on
OS X. I am getting the following:
rake aborted!
undefined method `+'' for nil:NilClass
/Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109
I will now go test on Windows
Sean
2005 Jul 20
6
Wxruby2 gemspec
Hi
A gemspec for installation of wxuby-swig via rubygems. It assumes the 
end-users will compile the pre-swigged .cpp files & that that the main 
require file will be wx.rb (as per Kevin''s suggestion).  runrake.rb is 
just a helper script that runs rake correctly within the rubygems 
installation process.
# to build the gem
gem build wxruby2.gemspec
# to build & install the
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I  
downloaded the file from rubyforge and installed it on my intel mac.  
No failure the so I tried to start the minimal.rb with ruby -r/r?/ 
ubegems <path>...
This didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true
2006 Aug 19
12
Compiling WxRuby2 on Ubuntu 6.06
Hi All,
I am trying to compile WxRuby on Ubuntu 6.06. I checked out the latest
source code from CVS and ran ''rake'' under the wxruby2 directory. I am
getting the following error.
root@imayam:/work/wxruby/wxruby2# rake
(in /work/wxruby/wxruby2)
rake aborted!
Don''t know how to build task ''src/App.cpp''
(See full trace by running task with --trace)
I am
2006 Dec 07
4
Introduce and noob problem require ''wx''
Dear All,
my name is Raoul, this is the first time I post here.
I''m a computer scientis and I''m working in bioinformatic''s filed, we have a
lot of tools to analyse the data but no good graphic applications to
visualize them. So I''m looking for a good framework for my job. I think your
motivations on using wxruby are good, most important for me is the
2007 Jun 27
2
Splitting wxRuby2.so into multiple libraries
Hey Alex and fellow developers,
I figured I''d split this off into a seperate discussion, to get an idea of  
what to look at with this.  Ofcourse, with every first step, there needs  
to be some kind of outline set forth to split up wxRuby2 into multiple  
libraries, to ensure coherance amongst the developers, and future  
development, so people will know, this goes to this, this goes to
2006 May 13
4
Status
I''ve been looking in on WxRuby occasionally to see if it''s ready foruse, because I like some of the precepts, esp. native widgets.Finally I decided to ask.
How close is it to being easily installable on the three majorplatforms? deb or rpm on linux, binary installers on windows and osx.It has to be that easy for people to want to distribute applicationsto end users that use this
2006 Oct 12
8
announcement
Hi
Now we''ve got the download problems nailed, shall we do an announcement 
on comp.lang.ruby? I can do it if you''re really busy, but Kevin I think 
you have first refusal as you''re owed the biggest chunk of kudos for 
getting us this far.
re patch backlog: no worries - just clearing the decks before having 
another go at integrating wxScintilla - but I can''t
2006 Sep 03
3
SpaceMonkeys
Hi
I just played (and won) my first ever game of SpaceMonkeys, using 
wxruby2. Seems totally crash-free on OS X
a
2006 Sep 26
4
tag and release 0.0.36
I''m planning to tag 0.0.36 and release binaries from it. We have lots of 
good new methods & classes & samples (mainly thanks to Roy), and I would 
like to get a unicode Windows binary gem out there.
TODO are integrate Scintilla on OS X and Linux, and apply Tobias''s 
patches to rakefiles. These''ll be for early in 0.0.37.
Maybe someone with Subversion experience
2007 Apr 10
15
Wxruby doesn''t work on my Debian sid ( glibc error )
Hi everyone !
i can''t make wxruby work on my debian box, i installed wxruby2preview with
the gem command line tool
but when i try to run one of the samples, i get this error message :
dialogs.rb:1:in `require'': no such file to load -- wxruby (LoadError)
        from dialogs.rb:1
i searched this mailing list a bit, i tried with the -rubygem argument, i
get this error  :
2006 Aug 15
4
contributing?
What do I need to do to be able to contribute patches?
Thanks,
        Joe
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Nov 11
6
Build problem with ruby-1.9.1-preview1
Hi all,
I wanted to have a look at wxRuby on a recent version of ruby 1.9
(ruby-1.9.1-preview1) on Ubuntu 8.10 x86.
Here is the result :
chauk-mean at MyUbuntu:~/wxruby2$ ruby19 -v
ruby 1.9.1 (2008-10-28 revision 19983) [i686-linux]
chauk-mean at MyUbuntu:~/wxruby2$ rake19 WXRUBY_VERSION=1.9.9 gem
(in /home/chauk-mean/wxruby2)
Enabling DYNAMIC build
Enabling RELEASE build
Enabling UNICODE build
2006 Oct 24
8
tagged 0.0.37; release plans
Hi
I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on 
how to do this, and how to checkout a clean version:
http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
For the build, I''m just about to upload a tarball, and will add a 
powerpc gem once the compiler''s chugged away. Please upload for your 
platform as you''re ready.
I suggest we announce
2007 Jan 03
12
instalation problem
Hi
Im testing wxRuby. I have a problem when ruby try to load the load wx.
Im newbie to ruby, maybe a make a simple mistake :
Best regards.
Install wxRuby--------------------------------------------------------------
pedro@la-vaca-azul:~$  sudo gem install wxruby2-preview
Need to update 2 gems from http://gems.rubyforge.org
..
complete
Select which gem to install for your platform (i486-linux)
2006 Aug 10
7
Gem and tarball rake tasks
Hi
I created an add-on script (to live in rake/) and a little patch for our 
main rakefile to automate building release products.
The two main targets are ''gem'' (create a binary gem for your platform) 
and ''package'' (create a platform-neutral source tarball for SWIGging and 
compiling).
A few small things came up while doing this:
- Package name and version
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from 
wxWindow.h.  In order to make things right I had to make sure it was 
also declared in all the places where wxWindows also changes it.  Also, 
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared.  I 
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see 
if it also applies