Page 1 of 1

is there a problem in latests sources ?

Posted: 27 Aug 2008 10:23
by contremaitre
Hi

I am using git and for 2 days now I can't build vlc anymore :
make
cd . && /bin/bash /home/vlc-git/vlc/autotools/missing --run automake-1.10 --gnu
modules/stream_out/transrate/Makefile.am:7: libstream_out_transrate_plugin.la multiply defined in condition TRUE
modules/stream_out/transrate/Makefile.am:7: `libstream_out_transrate_plugin.la' should be installed in `libvlc' ...
modules/stream_out/transrate/Makefile.am:8: ... and should also be built for `EXTRA'.
modules/stream_out/transrate/Makefile.am:8: Libtool libraries can be built for only one destination.
make: *** [Makefile.in] Error 1
thank you.

Re: is there a problem in latests sources ?

Posted: 27 Aug 2008 11:10
by coldfire
FYI, have u followed the steps at viewtopic.php?f=13&t=49549

Re: is there a problem in latests sources ?

Posted: 27 Aug 2008 11:41
by contremaitre
well, I successfully did this few months ago and it stopped working just two days ago.
But while reading the steps again, I tried to re-run a bootstrap and it fixed my error.
So, thank you !

Re: is there a problem in latests sources ?

Posted: 27 Aug 2008 23:27
by dionoea
You always have to rebootstrap when new directories are added to the build system (which is what happened when I re-enabled the transrate module).