On Sat, 29 Dec 2007, why the lucky stiff wrote:
Hurray, builds for everyone.
The recommended builds are:
* Shoes (w/ video) Windows Vista/XP/2k installer
http://code.whytheluckystiff.net/dist/shoes-0.r371-win32.exe
* Shoes (w/ video) OS X Intel installer
http://code.whytheluckystiff.net/dist/shoes-0.r371-intel.dmg
* Shoes (no video) OS X PPC installer
http://code.whytheluckystiff.net/dist/shoes-0.r371-ppc.dmg
* Shoes 0.r371 source tarball
http://code.whytheluckystiff.net/dist/shoes-0.r371.tar.gz
Universal builds and Linux binary tarballs are gone. However, if you
want to help put together packages for your favorite Linux distro,
please reply and we can organize something.
I am using ubuntu 7.10 (amd64). I followed the installation instructions
on http://code.whytheluckystiff.net/shoes/wiki/DownloadShoes
make VIDEO=1 gives
cleaning
shoes build options:
CC = cc
RUBY = /usr
OPTIONS = VIDEO
ruby 1.8.6 (2007-06-07 patchlevel 36) [x86_64-linux]
CC shoes/app.c
CC shoes/canvas.c
CC shoes/dialogs.c
CC shoes/image.c
CC shoes/internal.c
CC shoes/ruby.c
CC shoes/world.c
CC -o dist/libshoes.so
CC bin/main.c
CC -o dist/shoes-bin
However, after cd dist/ and ./shoes samples/timer.rb I get
no such file to load -- rexml/document
Apparently I am missing some ruby gem? If so, how do I install it.
Aditya