Thanks _why, that helped. But now I'm getting:
rake aborted!
/usr/lib/ruby/1.8/rake.rb:2237:in `const_missing': uninitialized
constant Gem
/home/eric/source/shoes/Rakefile:117
(eval):3
/home/eric/source/shoes/Rakefile:116:in `eval'
/home/eric/source/shoes/Rakefile:117
/home/eric/source/shoes/Rakefile:116:in `each'
/home/eric/source/shoes/Rakefile:116
Eric
_why wrote:
On Fri, Nov 14, 2008 at 02:49:38PM -0500, Eric Miller wrote:
The latest git pull isn't building on Ubuntu Ibex. Any idea what the issue
might be?
In file included from shoes/world.c:5:
./shoes/app.h:26:21: error: vlc/vlc.h: No such file or directory
./shoes/app.h:27:24: error: vlc/libvlc.h: No such file or directory
In Ibex, there's been a renaming.
$ sudo aptitude install vlc libvlc-dev
_why