Displaying 20 results from an estimated 1000 matches similar to: "[ wxruby-Bugs-16672 ] Compile error on Linux with URLDataObject.cpp"
2007 Dec 27
4
build problems, part III, and runtime problems, part I
After decoding the unresolved symbols from wxruby2.so using c++filt, and
comparing with the symbols provided by wxGTK, it became clear that wxGTK was
using wchar_t whereas wxruby2.so was using char. So I rebuilt wxGTK,
turning off unicode. That worked. No more unresolved symbols. What
gives? Should the wxruby code have been built using wchar_t, and if so,
how?
However, now I get the
2007 Dec 27
0
build problems, part II
This is a follow-up from a recent email where I described problems in the
rakefile system.
I got the library to build, but it has problems with unresolved symbols.
Here is the list of symbols that are unresolved from wx:
undefined symbol: _ZN12wxStringBase8InitWithEPKcjj
(/home/rwa/linux-packages/ruby-1.8.6
/lib/ruby/site_ruby/1.8/i686-linux/wxruby2.so)
undefined symbol: _ZNK8wxString3CmpEPKc
2004 Sep 18
4
wxruby-swig problem: MDIChildFrame::Maximize
I just grabbed the latest wxruby-swig from cvs and tried to compile it
(without enabling the SWIG step) on my gentoo Linux box. I get:
g++ -c -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O2 -march=athlon-xp -fPIC -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/bin -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/lib -I
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
Bugs item #16762, was opened at 2008-01-02 06:26
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16762&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in
2006 Oct 15
2
[Fwd: [ wxruby-Bugs-6144 ] error: cast from ‘void*’ to ‘int’ loses precision]
I think we can mark this bug closed and check in the patch. Anyone have
any concerns/questions before I do?
Roy
-------- Original Message --------
Subject: [ wxruby-Bugs-6144 ] error: cast from ?void*? to ?int? loses
precision
Date: Sun, 15 Oct 2006 08:37:31 -0400 (EDT)
From: <noreply at rubyforge.org>
To: noreply at rubyforge.org
Bugs item #6144, was opened at 2006-10-15 00:04
2008 Jan 02
0
[ wxruby-Bugs-16760 ] src/XmlResource.h:19: error: expected class-name before '', '' token
Bugs item #16760, was opened at 2008-01-02 05:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16760&group_id=35
Category: None
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: src/XmlResource.h:19: error: expected class-name before '','' token
Initial
2008 Feb 03
0
[ wxruby-Bugs-17742 ] aui/aui.rb example program exhibits a memory leak
Bugs item #17742, was opened at 2008-02-03 04:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17742&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Dale E. Edmons (linuxfan)
Assigned to: Nobody (None)
Summary: aui/aui.rb example program exhibits a memory leak
Initial Comment:
2008 Nov 07
0
[ wxruby-Bugs-22706 ] BitmapComboBox doesn''t work on Linux GTK+
Bugs item #22706, was opened at 2008-11-07 06:55
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=22706&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: BitmapComboBox doesn''t work on Linux GTK+
Initial Comment:
This is the source code.
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 -
2008 Jan 03
0
[ wxruby-Feature Requests-16788 ] Support Dynamic wxgtk libraries in Linux
Feature Requests item #16788, was opened at 2008-01-03 07:25
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=16788&group_id=35
Category: API improvement
Group: User request
Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Kevin Smith (qualitycode)
Summary: Support Dynamic wxgtk libraries in Linux
Initial Comment:
As per e-mail
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''
2007 Jun 08
0
[ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
Bugs item #11446, was opened at 2007-06-08 10:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=11446&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Mario Steele (eumario)
Assigned to: Kevin Smith (qualitycode)
Summary: Wx::TextCtrl behaves wrong when scrolling
Initial Comment:
On
2005 Oct 22
6
wxruby.so error with weft-qda
Dear wxruby users
I''ve been trying to get wxruby-based weft-qda 0.9.6 running on a linux from
scratch 6.1 system (this list had a discussion about weft-qda last year and
alex fenton''s also been trying to help me out - no luck so far).
I get stuck with wxruby 0.60 (I think). I compiled wxruby against wxGTK 2.4.2
(without gtk2, without unicode - gtk+ version is 1.2.10) - after
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box.
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason). And yes, /opt/csw/bin and
2005 Jul 30
7
Can''t compile the cvs-tree
Hi folks,
Let me start off by saying I''ve just been following wxruby development
for two or three days now and have read up on alot on what has been
going on. I must say I''m impressed and happy about all the things being
developed and created by you guys! You got me all excited and I know I''m
not the only one. If I have an opportunity to spend more time
investigating
2005 Jun 05
0
wxRuby patch for work with wxGtk
I write patch for wxRuby 0.6 for work with wxGTK (in attachment).
Known bugs:
- You can''t use *_PEN, *_BRUSH, *_CURSOR, *_FONT, and color pointer
constants before create application object.
- Don''t work app.end_main_loop function
- Tree object causes many DeleteObject errors, but sometimes work.
But most of it working!
--
Best regards,
Alexander Borovsky AKA Partizan
2004 Jun 04
2
building wxruby-swig 0.0.16 on Mac
Grabbed 0.0.16 and tried a build for kicks.
...all good, except for a warning in MenuBar.cpp, then...
g++ -c -I/usr/local/lib/wx/include/mac-2.4 -D__WXMAC__ -DWXMAKINGDLL
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fno-common -fno-common -pipe
-fno-common -x objective-c++ -I
/usr/local/lib/ruby/gems/1.8/rake-0.3.2/lib -I
/usr/local/lib/ruby/site_ruby/1.8 -I
2014 Jan 06
2
Reversing the Equation to find value of variable
Dear R forum
I have following variables -
EAD = 10000
LGD = 0.45
PD = 0.47
M = 3
# Equation 1
R = 0.12*(1-exp(-50*PD))/(1-exp(-50)) + 0.24*(1-(1-exp(-50*PD))/(1-exp(-50)))
b = (0.11852 - 0.05478 * log(PD))^2
K = (LGD * pnorm((1 - R)^(-0.5) * qnorm(PD) + (R / (1 - R))^0.5 * qnorm(0.999)) - PD * LGD) * (1 - 1.5 * b)^(-1) * (1 + (M - 2.5) * b)
RWA = K * 12.5 * EAD
> RWA
[1] 22845.07
#
2004 Apr 24
2
Re: wxRuby problem...
Michael S. Jessop wrote:
>
> This may belong elsewhere... but I downloaded and and installed wxGTK on
> Fedora Core 2 (I know I know, beta software) then downloaded and built
> wxRuby successfully (at least I didn''t get any errors - extconf.rb, make,
> make install). Whenever I try to run a sample program I get...
>
> [mike@zootoo minimal]$ ruby minimal.rb
>
2007 May 07
1
[ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
Bugs item #10662, was opened at 2007-05-07 19:55
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=10662&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: ClientDC paint not being shown on OS X with 2.8
Initial Comment: