_why wrote:
On Fri, Apr 04, 2008 at 11:46:27PM +0100, Tim Inman wrote:
Now, I think when I first built it I just did a regular make, but then
built it again with 'make VIDEO=1'. Might that be the problem? If so, how
can I uninstall to reinstall?
Okay, just played with this. I haven't used the tarball as much as
I should. The `install` step is broken, as it recompiles.
Try: make VIDEO=1 install. It'll overwrite everything.
_why
Why,
You are not going to believe this but I had just figured it out and was
composing a new email on the subject. You are quick! Before I was doing
a make VIDEO=1 followed by make install. I guess I was undoing all of
the video goodness while installing.
On another note, yesterday I downloaded your new version from git and
got it installed. That's the version I'm using. When I was trying to
work out this issue, I downloaded r532 from
http://article.gmane.org/gmane.comp.lib.shoes/598. That version won't
install. I get:
/usr/bin/ld: cannot find -lruby
collect2: ld returned 1 exit status
make: *** [dist/libshoes.so] Error 1
(Not that it matters to me, because Yesterday's why-shoes-master version
is working for me)