Hi I''m making an installer for my WxRuby app, using exerb. I''ve included wxruby.so in the package, and it seems to work fine on my computer, but are there any other dlls or whatever I''m likely to need, for example for WxWidgets itself? Cheers alex
alex fenton wrote:> > Hi > > I''m making an installer for my WxRuby app, using exerb. I''ve included > wxruby.so in the package, and it seems to work fine on my computer, but > are there any other dlls or whatever I''m likely to need, for example for > WxWidgets itself?If you are using the wxRuby binary for windows (i.e., you did not build it yourself), then wxruby.so is the only dll you need because it was statically linked with wxwidgets and, therefore, contains all of the wxwidgets code. Curt
I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I can compile wxWindows and Ruby fine and I get about 20 minutes into the wxRuby compile and it quits, It says: The last set of lines are: colourdialog.o combobox.o const.o date.o dialog.o dirdialog.o event.o evthandler.o filedialog.o font.o fontdata.o fontdialog.o frame.o gauge.o layout.o listbox.o menu.o menubar.o messagedialog.o point.o radio.o rect.o size.o sizer.o slider.o spin.o statictext.o textctrl.o timer.o validator.o window.o icon.o artprovider.o log.o listctrl.o list.o panel.o scrolledwindow.o dc.o brush.o pen.o caret.o statusbar.o ownerdrawn.o config.o region.o cursor.o notebook.o tooltip.o mask.o socket.o url.o stream.o toolbar.o image.o palette.o treectrl.o classinfo.o splitterwindow.o methods.o staticbitmap.o control.o grid.o menuitem.o textattr.o dataformat.o togglebutton.o dropsource.o droptarget.o textdroptarget.o filedroptarget.o filedataobject.o textdataobject.o dataobject.o dataobjectsimple.o dynamiccast.o mdiparentframe.o mdiclientwindow.o mdichildframe.o -lmsvcrt-ruby18 -lwsock32 -lwxmsw241d C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe: cannot find -lwxmsw241d make: *** [wxruby.so] Error 1 I replaced the $LIBS in the extconf.rb file per instructions because I compiled wxwindows with debugging. Any ideas? Thanks, Zach