[vlc] Re: error compiling

Gildas Bazin gbazin at netcourrier.com
Sat Oct 11 11:20:16 CEST 2003


On Saturday 11 October 2003 06:50, souad arab wrote:
> Good Morning Folks.
> i was recompiling VLC and ffmpeg once again with
> --enable-pp as you said now i have this error when
> compiling vlc . 
> I use 
> ./configure --enable-v4l
> --with-ffmpeg-tree=/root/from_usb/vlan_suit/ffmpeg/ffmpeg-cvs-2003-10-10
> --disable-libmpeg2 --build=i386
> 
...
> make[4]: Leaving directory
> `/root/from_usb/ThuOct184021+03002003/vlc/modules/mux'
> make[4]: Entering directory
> `/root/from_usb/ThuOct184021+03002003/vlc/modules/mux'
> gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o
> libmux_mp4_plugin.so libmux_mp4_plugin_a-mp4.o
> `top_builddir=../.. ../../vlc-config --libs plugin
> mux_mp4`
> libmux_mp4_plugin_a-mp4.o: file not recognized: File
> truncated
> collect2: ld returned 1 exit status

Basically this means that one of your previous compilation attempts was 
interrupted abruptly, leaving a partially compiled file.
Just remove modules/mux/libmux_mp4_plugin_a-mp4.o and it should work.
Alternatively you can do a "make distclean" but it will take longer.

--
Gildas

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list