The latest git pull isn't building on Ubuntu Ibex. Any idea what the
issue might be?
Console output follows.
Thanks,
Eric
gcc -I. -c -oshoes/world.o -Wall -I/usr/include -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/lib/ruby/1.8/i486-linux -DVIDEO -O
-DSHOES_GTK -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/vlc/plugins shoes/world.c
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 file included from ./shoes/app.h:40,
from shoes/world.c:5:
./shoes/canvas.h:217: error: expected specifier-qualifier-list before
‘libvlc_exception_t’
In file included from shoes/world.c:8:
./shoes/world.h:29: error: expected specifier-qualifier-list before
‘libvlc_instance_t’
shoes/world.c: In function ‘shoes_world_free’:
shoes/world.c:71: error: ‘shoes_world_t’ has no member named ‘vlc’
shoes/world.c:71: warning: implicit declaration of function ‘libvlc_release’
shoes/world.c:71: error: ‘shoes_world_t’ has no member named ‘vlc’
rake aborted!
Command failed with status (1): [gcc -I. -c -oshoes/world.o -Wall
-I/usr/in...]
/home/eric/source/shoes/Rakefile:421
(See full trace by running task with --trace)