Displaying 16 results from an estimated 16 matches for "wxruby_version".
Did you mean:
ruby_version
2006 Aug 21
13
gem version numbering
Hi all,
I am concerned about the version number for our gem. Currently, we have
it set to 1.9, indicating that it is "before the upcoming 2.0 release".
However, there is nothing in the version number that indicates this is a
"preview" "alpha" "buggy" release.
The gem version numbering scheme does not allow things like 2.0-pre. It
also requires each public
2007 May 04
0
[1003] trunk/wxruby2: Create correct WXWIDGETS_VERSION string constant instead of hardcoding
...cx"> begin
</span><span class="cx"> require ''wx/version''
</span><span class="cx"> rescue LoadError
</span><del>- Wx::WXWIDGETS_VERSION = ''0.0.0''
</del><span class="cx"> Wx::WXRUBY_VERSION = ''0.0.0''
</span><span class="cx"> end
</span><ins>+# Convenience string for WxWidgets version info
+Wx::WXWIDGETS_VERSION = ''%i.%i.%i'' % [ Wx::WXWIDGETS_MAJOR_VERSION,
+ Wx::WXWIDGETS_MINOR_...
2006 Sep 16
2
Versioning in rake
Attached a set of patches to remove hardcoded version strings in the
rakefiles and libs.
It only matters to people who are distributing packages from a SVN
checkout. If you want to create a versioned release, you have to call
rake like:
rake gem WXRUBY_VERSION=0.0.37
Rake and wxruby will remember what version you have named, so you only
have to mark it once. The version can be updated by calling rake again
with WXRUBY_VERSION= x.x.x
nb you will need to do an svn-update before applying this patch so the
lib/wx directory is created. The rakefile creat...
2007 Nov 01
6
Universal Binary on OS X
...uses lipo and generates a i386 and
ppc GEM from the universal one. These single arch GEMS are around
5.1MB.
With the special split task I wrote this is the process of making a
universal, i386 and ppc gem on any mac.
rake WXRUBY_RELEASE=true
strip -x lib/wxruby2.bundle
rake gem WXRUBY_RELEASE=true WXRUBY_VERSION=1.9.3
rake osx_split_gem WXRUBY_RELEASE=true WXRUBY_VERSION=1.9.3
which will result in:
wxruby-1.9.3-universal-macosx.gem 9.6MB
wxruby-1.9.3-i386-macosx.gem 5.1MB
wxruby-1.9.3-ppc-macosx.gem 5.2MB
As you can see I also cleaned up the gem name so it is easier to
associate with t...
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
The following wxWidgets features are not available and will be skipped:
PrinterDC
src/AboutDialogInfo.cpp:1776:20: error: rubyio.h: No such file or directory
src/AboutDialogInfo.cpp: In fu...
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
2009 Jan 13
9
Segmentation Fault : [i386-mswin32] in wxruby
Greetings,
I have created a GUI to generate a output text file using wxruby. my
program codes are about ~1400 lines.
ruby : 1.8.6
wxruby : 1.9.7
rails : 2.1.0
FYI, I am using the TextCtrl & combobox in the main GUI to get the
output file name and main settings. after clicking the button, it will
pop up another frame which let user to select and modified settings with
TextCtrl & combobox.
2008 May 25
9
Segmentation Fault.
Hi there,
I am relative new to the wxRuby so please bear with me.
I use Ubuntu Hardy Heron 8.04 release. I have installed the wxwidgets C
libraries
and then did a
gem install wxruby
The ruby extensions were downloaded and installed correctly. If i do
$gem list --local
..
wxruby (1.9.7)
..
Then I tried to run a simple example "Hello World" as described in the
tutorial
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 protection against accidentally
committing on a tag.
Thanks very much to all (esp Roy) for patches contributed to this release.
alex
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit
Linux machine. However when I try to run any of the samples from the
command line I get the following error message:
ruby: symbol lookup error:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so:
undefined symbol: Init_wxMediaCtrl
I''d be very grateful for any help. Many thanks in advance!
--
2006 Oct 22
0
[704] trunk/wxruby2/lib: Auto-load classes from lib/wx/classes; implement Window#paint in Ruby
...s="cx"> begin
</span><span class="cx"> require ''wx/version''
</span><span class="cx"> rescue LoadError
</span><span class="lines">@@ -25,11 +25,8 @@
</span><span class="cx"> Wx::WXRUBY_VERSION = ''0.0.0''
</span><span class="cx"> end
</span><span class="cx">
</span><del>-class Wx::App
-        def on_assert(file, line, condition, message)
- &...
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 -
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
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 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...n
+ end
+ html_file = f_dlg.get_path
+
+ @html_win.load_file(html_file)
+ end
+
+ # show an ''About'' dialog
+ def on_about
+ msg = sprintf("This is the About dialog of the HTML sample.\n" \
+ "Welcome to wxRuby, version %s", Wx::WXRUBY_VERSION)
+
+ # create a simple message dialog with OK button
+ about_dlg = Wx::MessageDialog.new( self, msg, ''About WxRuby HTML'',
+ Wx::OK|Wx::ICON_INFORMATION )
+ about_dlg.show_modal()
+      ...