search for: wxx11

Displaying 4 results from an estimated 4 matches for "wxx11".

Did you mean: cxx11
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wx...
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
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2005 Aug 09
43
Some patches.
...pemap is not in use or the compiler would have complained... togglebutton-fix.patch - Make the ToggleButton class compile on all platforms - Should not be problemtical, but I could only test on Linux (wxGTK), the wx manual says: "NB: This class is not available under wxUniversal ports such as wxX11." - I don''t think this is a problem, since our main targets are wxMSW, wxMAC and wxGTK, right? spinevt-fix.patch - Swap the SPIN_UP and SPIN_DOWN events, the were reversed. spinctrl-fix.patch - Remove some workaround code - this works without problems in wxGTK, I tested the set_sele...