Hi All,
dummy here.
I get an error compiling 1091:
---------------
[EMAIL PROTECTED]:~/Desktop/downloads/shoes-0.r1091$ make VIDEO=1
build options: shoes raisins (0.r1091) [i686-linux] +video
CC = cc
RUBY = /usr/local
OPTIONS = VIDEO
CC shoes/app.c
In file included from ./shoes/app.h:40,
from shoes/app.c:6:
./shoes/canvas.h:222: error: expected specifier-qualifier-list before
'libvlc_media_player_t'
make: *** [shoes/app.o] Error 1
--------------
i have vlc installed:
[EMAIL PROTECTED]:~/Desktop/downloads/shoes-0.r1091$ dpkg -l | grep -i libvlc
ii libvlc0
0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu3.2 multimedia player
and streamer library
ii libvlc0-dev
0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu3.2 development files
for VLC
----------------
platform:
[EMAIL PROTECTED]:~/Desktop/downloads/shoes-0.r1091$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.1
Release: 8.04
Codename: hardy
[EMAIL PROTECTED]:~/Desktop/downloads/shoes-0.r1091$ uname -an
Linux jedi-hopeful 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC
2008 i686 GNU/Linux
thanks for assistance
-botp