Displaying 3 results from an estimated 3 matches for "animationctrl".
2008 May 10
4
from RubyCocoa to wxRuby ?
hey all,
thanks to alex who help me to get the latest running on my box ( Mac OS X
10.4.11)
to get it working download the latest gem locally cd to the directory where
it lies and :
$ sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...iced a missing link dependency:
The wxruby2.so module is created at the end of the rake-driven compilation with the command
g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEven...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...but maybe you
know better... After compiling for a long time, rake fails with this
error:
-----------------------------------
g++ -shared -fPIC -o -L. -rdynamic -Wl,-export-dynamic -shared
obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o
obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o
obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o
obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o
obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o
obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBase.o
obj/BookCtrlBaseEvent.o obj/BoxSize...