Displaying 20 results from an estimated 3000 matches similar to: "Fedora 6 -- can''t load wx"
2008 May 09
1
register_status for excess thread_pool?
Hi,
Newbie here. I''ve got a worker (for generating PDF reports) that
uses the "thread_pool" to allow processing multiple reports
simultaneously and queue up any requests that exceed the thread
pool (pool_size = 10 currently).
def process_pdf(user)
thread_pool.defer(user) do |user|
makepdf(user)
end
end
My question is: I use a mutex to handle
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
2009 Oct 25
1
Problems in 64bit Ubuntu 8.10
I''ve installed wxgtk 2.8.10 and wxruby 2.0.0.
When I try to run any scripts I get the following:
/var/lib/gems/1.8/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so:
/var/lib/gems/1.8/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so:
symbol _ZN13wxAuiNotebook7SetFontERK6wxFont, version WXU_2.8.5 not
defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference -
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
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi,
Has this problem been resolved?
I encountered the same problem on my FC3 system with wxGTK-2.4.2 and
wxruby-0.6.
Thanks.
Stephen
[Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found
*Nick* devel at nicreations.com
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
2006 Aug 22
1
Problem after installing audacity
Hi,
I installed audacity and after installation I get an error message.
Whole sequence below. What to do ?
I'm using Centos 4.3 updated to current level and this installation was
done under root (su).
--- "log" starting ---
># yum install audacity
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but
2008 Sep 19
1
Update troubles for wxGTK apps
Hi,
I have a CentOS 5.2 desktop with the RPMForge repo enabled. I just ran
'yum update', and there seems to be some trouble with the wxGTK apps. A
simple 'yum update' gives this error message:
--8<--------------------------------------------------------------------
--> Finished Dependency Resolution
Error: Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package
2007 Nov 28
6
Problems installing/running svn-code
Hi,
The last couple of days I''ve been trying to get back on the wxRuby-horse
however I''ve ran into some problems while compiling/testing the
subversion sources. Mind, the 1.9.2 official release works fine.
Absolutely no problems whatsoever.
The first hurdle was that the rake install target doesn''t work. It fails
on rakewx.rb:145. Looking into it I found that
2006 Jun 08
1
wxruby/version/linux
Dear WxRuby users and hackers,
am I right that WxRuby 0.6 which I have downloaded today from the
webpage is based on WxWidgets 2.4, which is based on GTK 1.2?
I have tried to run ''make'' after ''ruby extconf.rb'' with
WxRuby0.6/WxWidgets 2.6.3 but I got this error:
~/ruby/src/wxruby-0.6-src/src$ make
g++ -fPIC -O2 `wx-config --cxxflags` -I.
2004 Aug 19
0
RMySQL, Solaris and getopt????
Hi,
I've been struggling with RMySQL installation
for several days. I'm running Solaris 2.9
and MySQL 4.0. RMySQL (v0.4.3) seems to install
OK, but when I load it in R I get the message:
-------
> library(RMySQL)
Error in dyn.load(x, as.logical(local),
as.logical(now)) :
unable to load shared library
"/local/rboone/SOFTWARE/R-1.9.1/library/RMySQL/libs/RMySQL.so":
2006 Aug 28
1
Gem testing
Hi all,
First off sorry for the lengthy email but I typed it as I went along.
I just tried to start a bit of testing of the binary Linux gem (Kevin
sent me a link) and I quickly ran into a problem:
-----
jonathan@weatherlight ~/ruby-dev/wxruby/cvs_current/wxruby2/samples $
ruby test.rb
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i486-linux/lib/wx.rb:22:
uninitialized constant Wxruby2 (NameError)
2006 Aug 10
4
error compiling wxruby2
I''m just starting to try out wxruby. I downloaded the CVS and executed
rake. I received the following error -
SWIG Version 1.3.24
Copyright (c) 1995-1998
University of Utah and the Regents of the University of California
Copyright (c) 1998-2004
University of Chicago
Compiled with i386-redhat-linux-g++ [i386-redhat-linux-gnu]
Please see http://www.swig.org for reporting bugs and further
2007 Jan 04
3
grid control example doesn''t work on osx.4
Hi,
I am trying to use wxruby2-preview (0.0.38) on my intel macbook
running os10.4.8. I am having a beast of a time running the examples
in the tutorials. The super basic frame example worked but the
simple grid tutorial bombs with the following message:
------
[WhiteGhost:~/tmp/wxStff] hjw$ ruby ./grid.rb
/usr/local/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.38-i686-
2007 Dec 28
0
[ wxruby-Bugs-16672 ] Compile error on Linux with URLDataObject.cpp
Bugs item #16672, was opened at 2007-12-28 15:20
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16672&group_id=35
Category: Compile/build
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Compile error on Linux with URLDataObject.cpp
Initial Comment:
% gcc
2018 May 27
3
Yum list installed lies to me
when I do "yum list installed" I get a lot of stuff, including this excerpt:
wqy-zenhei-fonts.noarch 0.9.46-11.el7 @anaconda
wvdial.x86_64 1.61-9.el7 @anaconda
wxBase.x86_64 2.8.12-20.el7 @epel
wxBase3.x86_64
2010 Dec 03
2
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
* *Hello,
I am using llvm-2.7 to run a native(executable) on a arm processor.
I have built my wxGtk sample app with llvm-gcc as frontend .
I am using llvm-2.7 and llvm-gcc-4.2.
I built llvm-2.7 with:
../llvm-2.7/configure --prefix=/home/install-llvm --enable-optimized
--enable-assertions
and llvm gcc with:
../llvm-gcc-4.2-2.7.source/configure --prefix=/home//gcc-disable-shared
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
2003 Nov 06
2
Gentoo ebuild
Hi!
Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple
ebuild script for building wxruby on Gentoo.
Few notes:
a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since
it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0
b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK?
Please inspect