[fxruby-users] [ANN] FXRuby 1.6.0 Now Available
Meinrad Recheis
meinrad.recheis at gmail.com
Sun Jun 4 02:32:40 EDT 2006
On 5/29/06, Lyle Johnson <lyle at knology.net> wrote:
> All,
>
> FXRuby version 1.6.0 is now available for download from this page:
>
> http://rubyforge.org/frs/?group_id=300&release_id=5497
>
lyle,
i have a problem installing fxruby 1.6 gem on linux. the fox16.so
compiled fine. everything seems to be in its place but require "fox16"
doesn't seem to work.
henon at golem:~$ irb
irb(main):001:0> require "fox16"
=> false
irb(main):002:0> Fox
NameError: uninitialized constant Fox
from (irb):2
irb(main):003:0> VERSION
=> "1.8.3"
irb(main):004:0>
here are the last lines of the gem installation process. it says that
there is nothing to do for make install. is this ok?
...
gcc -shared -L"/usr/local/lib" -L"/usr/lib" -o fox16.so librb.o
ui_wrap.o layou t_wrap.o FXRuby.o iconlist_wrap.o core_wrap.o
dc_wrap.o fx3d_wrap.o list_wrap.o label_wrap.o text_wrap.o
unregisterOwnedObjects.o table_wrap.o frames_wrap.o FXR bApp.o
icons_wrap.o impl.o mdi_wrap.o dialogs_wrap.o FXRbGLViewer.o
image_wrap.o menu_wrap.o FXRbDataTarget.o markfuncs.o treelist_wrap.o
-lruby1.8 -lFOX-1.6 - lGLU -lGL -lX11 -lXext -ltiff -ljpeg -lz -lpng
-lstdc++ -lpthread -ldl -lcrypt -lm -lc
make install
make: Nothing to be done for `install'.
Successfully installed fxruby-1.6.0
Installing RDoc documentation for fxruby-1.6.0...
rdoc-sources/FXPPMImage.rb:14:27: Couldn't find FXPNGImage. Assuming
it's a modu le
henon at golem:~$ gem --version
0.8.11
summary:
fox 1.6.5 compiled fine and examples worked.
fxruby 1.6 compiled without errors too.
just the require fails to load the library somehow...
any clues?
best wishes,
-- henon
More information about the fxruby-users
mailing list