[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wxruby-dev] Error wxBitmapButtonBase::OnSetBitmap (was: Building on OS
From: |
Kevin Smith |
Subject: |
[Wxruby-dev] Error wxBitmapButtonBase::OnSetBitmap (was: Building on OS X...SUCCESS!) |
Date: |
05 Jul 2003 10:15:42 -0700 |
On Sat, 2003-07-05 at 06:16, Gour wrote:
> /usr/i486-suse-linux/bin/ld: wxruby.so: undefined versioned
> symbol name wxBitmapButtonBase::OnSetBitmap(void)@@WXGTK2_2.4
Very strange. The wxruby code doesn't directly refer to the
wxBitmapButtonBase class, nor to any OnSetBitmap method.
Please try building one of the wxWindows C++ samples, to make sure that
works. Then add this line to it and see if it still works:
wxBitmapButton b;
Thanks,
Kevin
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, (continued)
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- RE: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Curt Hibbs, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/05
- [Wxruby-dev] wxRuby and unicode (was: Building on OS X...SUCCESS!), Kevin Smith, 2003/07/05
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/05
- [Wxruby-dev] Error wxBitmapButtonBase::OnSetBitmap (was: Building on OS X...SUCCESS!),
Kevin Smith <=