Displaying 20 results from an estimated 400 matches similar to: "build problems, part III, and runtime problems, part I"
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
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote:
>
>
> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
> <mailto:rengolin at systemcall.org>> wrote:
>
> I think this deserves a blog post...
>
> I'd like to wait until I get some feedback - I don't know yet if anyone
> is having trouble building or running the thing...
Hi Talin,
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:58, Török Edwin wrote:
> On 2011-02-14 20:39, Talin wrote:
>>
>>
>> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
>> <mailto:rengolin at systemcall.org>> wrote:
>>
>> I think this deserves a blog post...
>>
>> I'd like to wait until I get some feedback - I don't know yet if
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''
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
OK I figured out what the problem was - I assume you are trying to compile
under Snow Leopard? There is a problem with linking against wxWidgets
because the prebuilt binaries for wxWidgets are compiled in 32-bit mode, and
the default compilation mode in Snow Leopard is 64 bits. See this article
for an explanation:
http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
2006 Aug 31
4
Help with URL drop
Hello, I am trying to implement a drag from the browser address bar
(favicon) and drop onto a wxRuby app. I cannot for the life of me figure
out how to set the drop target to accept the URL data type? Any help or
pointers appreciated... I implemented file drop with no issues but the
url thing has me stumped.
John Purrier
email: john@junqbox.com <mailto:john@junqbox.com>
web:
2011 Dec 07
1
removing specified length of text after a period in dataframe of char's
Dear all,
I'm trying to remove some text after the period (a decimal point) in
the data frame 'hi', below. This is one step in formatting a table. So
I would like e.g.
"2.0" to become "2"
and "5.3" to be "5.3",
where the variable digordered contains the number of digits after the
decimal that I would like to display, in the same order in which
2009 Jan 11
11
mp3 to wav converter
What is there available for Centos? Now that Audacity is no longer
available to us...
I do have Audacity on an XP system, so I do have the option to shuffle
files between systems....
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
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
2004 Jun 25
4
wxruby 0.4.0 won''t compile [linux]
Has anyone run across this:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: wxruby.so: undefined versioned symbol name wxBitmapButtonBase::SetMargins(int, int)@@WXGTK2_2.4
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make: *** [wxruby.so] Error 1
rm
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
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
2010 Apr 03
2
wxwidgets RPM for Centos?
Anyone know of a wxwidgets RPM for Centos 5?
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
But God demonstrates his own love for us in this:
While we were still sinners,
Christ died for us.
------------------------------- Romans 5:8 (niv) ------------------------------
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
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
>
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
2007 Jun 29
3
Audacity
Just wondering, if there is Audacity package which runs in centos 5
somewhere? Have googled, but not found any.
Any help?
Jarmo
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 -
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
Can you guys take a look at this and help Tom out?
Thanks,
Curt
-----Original Message-----
From: Tom Payne [mailto:twp@gentoo.org]
Sent: Sunday, August 29, 2004 10:53 AM
To: Curt Hibbs
Subject: Re: FW: [ANN] wxRuby 0.5.0 has been released!
On Thu, Aug 26, 2004 at 11:54:52AM -0500, Curt Hibbs wrote:
> Hi Tom, I just wanted to inform you that we just released a new version
> wxRuby if you