|
List Info
Thread: Re: Trying to compile a code which plays an .ogg file using liboggplay
|
|
| Re: Trying to compile a code which
plays an .ogg file using liboggplay |

|
2008-07-27 12:10:02 |
|
Silvia Pfeiffer wrote:
> So it all worked this time?
No, the errors are the same: tir engarfio dellgarpe:/tmp/liboggplay/src/examples$ g++ glut-player.c -o main glut-player.c:1:20: error: config.h: No such file or directory glut-player.c: In function 'void handle_video_data(OggPlay*, int, OggPlayVideoData*, int)': glut-player.c:115: error: invalid conversion from 'void*' to 'unsigned char*' glut-player.c:123: error: invalid conversion from 'void*' to 'unsigned char*' glut-player.c: In function 'void handle_audio_data(OggPlay*, int, void**, int)': glut-player.c:196: error: invalid conversion from 'void*' to 'short int*' glut-player.c: In function 'void
display_frame()': glut-player.c:303: error: jump to case label glut-player.c:290: error: crosses initialization of 'int total_size' glut-player.c:308: error: jump to case label glut-player.c:290: error: crosses initialization of 'int total_size' glut-player.c:318: error: jump to case label glut-player.c:290: error: crosses initialization of 'int total_size' glut-player.c: In function 'void* drive_decoding(void*)': glut-player.c:416: error: invalid conversion from 'int' to 'MessageEnum'
Bye
Javi
----- Mensaje original ---- De: Silvia Pfeiffer <silvia pfeiffer1 gmail.com> Para: Javier Garcia <tirengarfio yahoo.es> Enviado: domingo, 27 de julio, 2008 17:57:02 Asunto: Re: [annodex-users] Trying to compile a code which plays an .ogg file using liboggplay
So it all worked
this time? Congratulations.  Silvia.
On Sun, Jul 27, 2008 at 10:24 PM, Javier Garcia <yahoo.es" href="mailto:tirengarfio yahoo.es">tirengarfio yahoo.es> wrote: > Hi, > > Silvia Pfeiffer wrote: > >> It looks like you are missing a config.h file. >> If you did that on the cvs checkout, I assume you ran >> ./autogen.sh >> ./configure >> make; make install >> ? >> Also, I assume you have installed libogg, libspeex, libtheora, >> libvorbis, liboggz, libfishsound? > > Hi Silvia, here below you have the releases of the libs mentioned at the > README. > Below is also the output of liboggplay installation. > > > tirengarfio dellgarpe:/$ dpkg -l|grep liboggz > ii liboggz1 > 0.9.5-4
convenience interface for > Ogg stream I/O > ii liboggz1-dbg > 0.9.5-4 convenience interface for > Ogg stream I/O deb > ii liboggz1-dev > 0.9.5-4 convenience interface for > Ogg stream I/O (de > tirengarfio dellgarpe:/$ dpkg -l|grep libogg > ii libogg-dev > 1.1.3-2ubuntu2 Ogg Bitstream Library > Development > ii libogg-vorbis-header-pureperl-perl > 0.07-2
A pure Perl interface to > Ogg Vorbis informat > ii libogg0 > 1.1.3-2ubuntu2 Ogg Bitstream Library > ii liboggflac3 > 1.1.2-5ubuntu2.1 Free Lossless Audio Codec > - runtime C librar > ii liboggz1 > 0.9.5-4 convenience interface for > Ogg stream I/O > ii liboggz1-dbg > 0.9.5-4
convenience interface for > Ogg stream I/O deb > ii liboggz1-dev > 0.9.5-4 convenience interface for > Ogg stream I/O (de > tirengarfio dellgarpe:/$ dpkg -l|grep libogg > ii libogg-dev > 1.1.3-2ubuntu2 Ogg Bitstream Library > Development > ii libogg-vorbis-header-pureperl-perl > 0.07-2 A pure Perl interface to > Ogg Vorbis informat > ii libogg0 >
1.1.3-2ubuntu2 Ogg Bitstream Library > ii liboggflac3 > 1.1.2-5ubuntu2.1 Free Lossless Audio Codec > - runtime C librar > ii liboggz1 > 0.9.5-4 convenience interface for > Ogg stream I/O > ii liboggz1-dbg > 0.9.5-4 convenience interface for > Ogg stream I/O deb > ii liboggz1-dev > 0.9.5-4
convenience interface for > Ogg stream I/O (de > tirengarfio dellgarpe:/$ dpkg -l|grep libspeex > ii libspeex1 > 1.1.12-3 The Speex Speech Codec > tirengarfio dellgarpe:/$ dpkg -l|grep libtheora > ii libtheora-dev > 0.0.0.alpha7.dfsg-2ubuntu1 The Theora Video > Compression Codec (developm > ii libtheora0 > 0.0.0.alpha7.dfsg-2ubuntu1 The Theora Video > Compression Codec > tirengarfio dellgarpe:/$ dpkg -l|grep libvorbis > ii libvorbis-dev >
1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio > Compression Codec ( > ii libvorbis0a > 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio > Compression Codec > ii libvorbisenc2 > 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio > Compression Codec > ii libvorbisfile3 > 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio > Compression Codec > tirengarfio dellgarpe:/$ dpkg -l|grep liboggz > ii liboggz1 > 0.9.5-4
convenience interface for > Ogg stream I/O > ii liboggz1-dbg > 0.9.5-4 convenience interface for > Ogg stream I/O deb > ii liboggz1-dev > 0.9.5-4 convenience interface for > Ogg stream I/O (de > tirengarfio dellgarpe:/$ dpkg -l|grep libfishsound > tirengarfio dellgarpe:/$ ldconfig -p|grep libfishsound > libfishsound.so.1 (libc6) => /usr/local/lib/libfishsound.so.1 > libfishsound.so (libc6) => /usr/local/lib/libfishsound.so > > >
tirengarfio dellgarpe:/tmp/liboggplay$ sudo ./autogen.sh > checking for autoconf... > checking for automake... yes > checking for libtool... libtoolize > I am going to run ./configure with no arguments - if you wish > to pass any to it, please specify them on the ./autogen.sh command line. > Generating configuration files for liboggplay, please wait.... > aclocal -I ./m4 | |