Displaying 20 results from an estimated 10000 matches similar to: "install problem"
2006 Aug 13
25
wxruby2 alpha status
Hi all,
How soon can we do our alpha (binary gem) release?
1. I would like to get the samples working a bit better, but am ok
simply documenting most of the current problems. Do the samples crash
every few minutes for other people? Or is it just me? I would like to
have a copyright/license comment at the top of every sample file before
the alpha release.
2. I would like to receive and merge a
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of
the wxPython demo/sample. I hoped to include it in wxruby2, but it
relies on SplitterWindow, which isn''t in wxruby2 yet.
I tried to implement SplitterWindow myself, but got such strange results
that I''m thinking I did something wrong. Even though the generated C++
code specified a variable number of
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
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)
2005 Aug 19
9
Patch for listbook.rb
Attached is a patch file for listbook.rb
1) Message box scrolls properly now
2) Blank lines are skipped when adding pizzas and ice cream
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 03
1
patch for xrcid
Somewhere along the way the xrcid function got removed from
Functions.i, this will add it back.
Kevin I hope you like these small patches, you are going to get a lot.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 03
2
Compiling on Ubuntu
I see several shortcomings in our current method of compiling on linux.
Some things I ran in to which might need to be documented on the wiki:
1) Compiling wx properly. A little discussion of the proper flags
would be helpful.
2) The use of system libraries for jpeg, tiff and png. The rake file
assumes you''ll need these, even if you''re using the builtins from wx.
We
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
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 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
2005 Aug 18
3
wxDebug
For debug builds we define __WXDEBUG__ and WXDEBUG=1. In the swig code
we add a check for wxDEBUG to directors. My guess is we mean for one of
those defines to be the other. Which one should we change? wxDEBUG->
WXDEBUG or WXDEBUG-> wxDebug?
Roy
2005 Aug 25
2
listbook.rb patch
Hopefully a good listbook.rb patch
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The
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 -
2006 Oct 05
2
0.36 release problem?
I tried sending this a day or two ago but I didn''t see it appear.
I''ve just tried the wxRuby 0.36 release but appear to get the following error (I got it from bigdemo.rb too).
C:\opt\ruby\lib\ruby\gems\1.8\gems\wxruby2-preview-0.0.36-i386-mswin32\samples\minimal>minimal
Our Initialize was called
Their Initialize returned 1
2007 Jan 17
3
Fedora 6 -- can''t load wx
Hi,
I''ve installed and used wxRuby on Win32, and am
trying to install it on Linux for the first time.
I''m running Fedora Core 6. Here is what I have
installed, but as shown below, when I try to
load wx, I''m told it cannot be loaded.
I get the same error when trying to run some
of the sample wxruby scripts. Sorry for the
newbie question, but am I missing something
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 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")
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
2006 Oct 04
3
more linux headaches
After creating and installing a gem I get ''unintialized constant
Wxruby2'' when trying to run wxRuby. Kevin, can you give me some
pointers on getting this thing working?
Roy