<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1611" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=675563917-27122009>Please ignore the previous mail</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=675563917-27122009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=675563917-27122009>I fixed the issue</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=675563917-27122009>Bye</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>Vincenzo
Giarratana</FONT></DIV>
<DIV dir=ltr align=left><A href="mailto:vincenzo.giarratana@gmail.com"><FONT
face=Arial size=2>vincenzo.giarratana@gmail.com</FONT></A> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Vincenzo Giarratana
[mailto:vincenzo.giarratana@gmail.com] <BR><B>Sent:</B> sabato 26 dicembre 2009
12.59<BR><B>To:</B> 'vlc-devel@videolan.org'<BR><B>Subject:</B> Compiling error
in Ubuntu 8.04<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>Hi all,<BR>I am
not still able to compile the last version of vlc -1.0.4<SPAN
class=173365311-26122009> . </SPAN> My system is Ubuntu 8.04.<BR><BR>I
configured successfully by<BR><BR>./configure
--prefix=/host/Users/user/Documents/VLC --enable-x11 --enable-xvideo
--disable-gtk --enable-sdl --enable-avcodec --enable-avformat --enable-swscale
--enable-mad --enable-libdvbpsi --enable-a52 --enable-libmpeg2 --enable-dvdnav
--enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac
--enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac
--enable-live555 --with-live555-tree=/usr/lib/live --enable-caca --enable-skins
--enable-skins2 --enable-alsa --disable-kde --enable-qt4 --enable-ncurses
--enable-release --disable-nls --disable-mozilla<BR><BR>Then I 'make' and I got
get this errors:<BR><BR>make[6]: Entering directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules/demux/avformat'<BR>/bin/bash
../../../libtool --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../../.. -I../../../include
-I../../../include -DSYS_LINUX `top_srcdir="../../.."
top_builddir="../../.." ../../../vlc-config --cflags plugin
libavformat_plugin_la-demux.lo` -Wall -Wextra -Wsign-compare -Wundef
-Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings
-Wmissing-prototypes -Wvolatile-register-var
-Werror-implicit-function-declaration -MT libavformat_plugin_la-demux.lo -MD -MP
-MF .deps/libavformat_plugin_la-demux.Tpo -c -o libavformat_plugin_la-demux.lo
`test -f 'demux.c' || echo './'`demux.c<BR>libtool: compile: gcc
-std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include
-DSYS_LINUX -I/host/Users/user/Documents/VLC/include -D_FILE_OFFSET_BITS=64
-D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DHAVE_RELEASE
-D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=avformat -DMODULE_NAME_IS_avformat
-DMODULE_STRING=\"avformat\" -O2 -ffast-math -funroll-loops -mtune=pentium2
-fomit-frame-pointer -I/usr/include/ffmpeg -Wall -Wextra -Wsign-compare -Wundef
-Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings
-Wmissing-prototypes -Wvolatile-register-var
-Werror-implicit-function-declaration -MT libavformat_plugin_la-demux.lo -MD -MP
-MF .deps/libavformat_plugin_la-demux.Tpo -c demux.c -fPIC -DPIC -o
.libs/libavformat_plugin_la-demux.o<BR>In file included from
../../../include/vlc_common.h:496,<BR>
from demux.c:33:<BR>../../../include/vlc_mtime.h:80: warning: ‘error’ attribute
directive ignored<BR>../../../include/vlc_mtime.h:90: warning: ‘warning’
attribute directive ignored<BR>../../../include/vlc_mtime.h:108: warning:
‘error’ attribute directive ignored<BR>demux.c: In function
‘OpenDemux’:<BR>demux.c:117: warning: passing argument 2 of ‘stream_Peek’ from
incompatible pointer type<BR>demux.c: In function ‘CloseDemux’:<BR>demux.c:354:
error: implicit declaration of function ‘av_close_input_stream’<BR>demux.c: In
function ‘Demux’:<BR>demux.c:415: warning: comparison between signed and
unsigned<BR>demux.c: In function ‘Control’:<BR>demux.c:481: warning: cast from
function call of type ‘int64_t’ to non-matching type ‘double’<BR>make[6]: ***
[libavformat_plugin_la-demux.lo] Error 1<BR>make[6]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules/demux/avformat'<BR>make[5]:
*** [all] Error 2<BR>make[5]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules/demux/avformat'<BR>make[4]:
*** [all-recursive] Error 1<BR>make[4]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules/demux'<BR>make[3]:
*** [all] Error 2<BR>make[3]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules/demux'<BR>make[2]:
*** [all-recursive] Error 1<BR>make[2]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4/modules'<BR>make[1]: ***
[all-recursive] Error 1<BR>make[1]: Leaving directory
`/host/Users/user/Documents/VLC/sorgentivlc/vlc-1.0.4'<BR>make: *** [all] Error
2<BR><BR><BR>Thank you in advance for your help,<BR></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>Please help me to solve it.Waiting
for your kind reply</FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>Vincenzo
Giarratana</FONT></DIV>
<DIV dir=ltr align=left><A href="mailto:vincenzo.giarratana@gmail.com"><FONT
face=Arial size=2>vincenzo.giarratana@gmail.com</FONT></A> </DIV></BODY></HTML>