search for: howtobuildwxwidgets

Displaying 13 results from an estimated 13 matches for "howtobuildwxwidgets".

2007 Nov 04
4
Can''t run samples - Mac OS 10.3 w/ RubyGems
Hello - I''m interested in leveraging wxRuby on my PowerPC-based iBook. I''ve got Mac OS 10.3.9 and I installed wxRuby 1.9.2 using gems. However, when I try to run samples such as minimal.rb, I get the following error: dyld: ruby Undefined symbols: _DataBrowserChangeAttributes _PMGetDuplex _PMSetDuplex _TXNGetCommandEventSupport _TXNSetCommandEventSupport
2007 Aug 21
7
installing on X86_64 - unable to build
hi wxrubiers firstly - im right in understanding there is no gem for x86_64? failing that i''ve been trying to compile, but am failing because ld cant find lwx_gtk2u_aui-2.8 im on ubuntu (gutsy) and have wx-windows2.8 headers installed as well as libwxbase2.8dev and libwxgtk2.8-dev can anyone help? thanks glenn
2008 Mar 04
2
How to build and test wxRuby
...corralled in a directory along-side the wxWidgets build that it depends. I''ve managed to do this, almost. I created a directory, wxRuby-dev, into which I''ve checked out the trunk of wxRuby2 and wxWidgets 2.8.7. I configured and built wxWidgets using these instructions: HowToBuildWxWidgets, with the exception of setting --prefix=$HOME/src/wxRuby-dev. After ''make install'', things looked good. Then I built wxRuby2 by first setting PATH=$HOME/src/wxRuby-dev/bin: $PATH so that rake would find wx-config there. It seemed to build ok, but ''rake install...
2007 May 10
11
wxRuby2 0.0.40
Congratulations, wxRuby2 0.0.40 but,where is 0.0.40 mswin32.gem? _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
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
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
2007 Dec 08
1
Compiling SVN with MediaCtrl
Hey guys, Trying to get wxRuby to compile with the new MediaCtrl option available, and I can''t for some reason, get wxRuby to compile, saying that it can''t find the events for wxEVT_MEDIA_FINISHED, and such. I''ve looked at my compile, and I have the tag enabled for --enable-mediactrl, infact, the full configure line is: ./configure --disable-shared --with-gtk
2007 Sep 09
0
building wxruby on 64-bit arch
...extra flags appended to the recommended configure options of wxWidgets |CFLAGS=-fPIC CXXFLAGS=-fPIC LDFLAGS=-fPIC This seems to be needed because we compile a static wxWidgets which ends up in a dynamically loaded ruby .so file. This is written up here http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets Thanks to Glenn Davy who tried out different options and has also now provided a binary gem for x86_64-linux. Hopefully this will also help people who want to install on Intel-64 and/or 64-bit Windows - if anyone has these platforms and wants to provide a binary gem, drop me a line... cheers...
2007 Dec 28
3
more problems with 1.9.2
The files: wx/accessors.rb wx/keyword_ctors.rb wx/keyword_defs.rb do not exist in the tarball: % pwd /home/rwa/Distributions/test/wxruby-1.9.2 % find . -name accessors.rb % but are required in wx.rb: % tail wx.rb Dir.glob(class_files) do | class_file | require ''wx/classes/'' + class_file[/\w+\.rb$/] end # Load in syntax sweetner require ''wx/accessors''
2008 Jan 15
7
1.9.3
Just to say that I''ve tagged 1.9.3 in the repository, but havent'' yet had time to create the release. Please do upload the binary builds as they become available. I''ll do the source package and linux-intel build tomorrow once I''be got some sleep! a
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
Hello, Sorry for bothering You with so many questions, but I''m trying to build wxruby from svn and wxWindgets 2.8.8 using Visual C++ 2008 Express Edition. I builded wxWindgets following instructions http://wiki.wxwidgets.org/Compiling_WxWidgets and http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets It compiled without any errors. But on linking step of wxruby build process error occurs. May be another compiler should be used or I missconfigured something? Configurations that I''ve made: switched runtime library to "Multi-Threaded (/MT)" for all projects and in ''incl...
2007 May 28
8
sash position problem
Hi, I''ve written a small app implementing SplitterWindow and have a problem with specifying the sash position on Windows. At the moment, I call split_vertically and pass it a positive integer for position. This works as expected on FreeBSD and Linux (Ubuntu and Debian), but seems to have no effect on Windows. Is there something particular I need to be doing to get this to work on
2008 Nov 01
13
wxRuby 1.9.9 released
Hello I''m happy to announce that wxRuby version 1.9.9 is now available for download and gem installation: http://rubyforge.org/frs/?group_id=35&release_id=27842 gem install wxruby On Linux, the default binary gem is now dynamically linked to wxWidgets. This means you''ll need to install wxWidgets from your package manager. See below for more info. == CHANGES == This