$ git clone git://git.videolan.org/vlc.git
and after bootstrapping and configuring, when I did
"$ make install"
the error trace comes as:
Is the latest source code at GIT bugged?? and is it normal that the updated GIT VLC code contains bugs??..........
..........
..........
align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -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
demux.c: In function ‘OpenDemux’:
demux.c:99: warning: passing argument 2 of ‘stream_Peek’ from incompatible pointer type
demux.c:247: error: ‘CODEC_TYPE_ATTACHMENT’ undeclared (first use in this function)
demux.c:247: error: (Each undeclared identifier is reported only once
demux.c:247: error: for each function it appears in.)
demux.c: In function ‘Control’:
demux.c:374: warning: cast from function call of type ‘int64_t’ to non-matching type ‘double’
make[6]: *** [libavformat_plugin_la-demux.lo] Error 1
make[6]: Leaving directory `/home/jars/vlc/modules/demux/avformat'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/jars/vlc/modules/demux/avformat'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/jars/vlc/modules/demux'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/jars/vlc/modules/demux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jars/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jars/vlc'
make: *** [all] Error 2
root@jars-desktop:/home/jars/vlc#
need help asap.
System: UBUNTU 8.04
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)