[vlc-devel] Re: mediacontrol python doesn't build under linux

Pavlov Konstantin thresh at altlinux.ru
Thu Apr 13 13:50:30 CEST 2006


On Thursday 13 April 2006 12:58, Olivier Aubert wrote:

> Maybe, for some reason (maybe some things changed recently, will have to
> check this), PIC libraries were not built. Two solutions :
> - modify the setup.py to remove the references to PIC libraries
> - ensure that PIC libraries are built

i've added 'linux2' to check, so:
>if os.sys.platform in ('win32', 'darwin', 'linux2'):
>...

but now it fails with almost the same error:
i586-alt-linux-gcc: ../../src/libvlc.a: No such file or directory
i586-alt-linux-gcc: ../../modules/demux/liblivedotcom.a: No such file or 
directory
i586-alt-linux-gcc: ../../modules/mux/mpeg/libmux_ts.a: No such file or 
directory

these libs are actually not built - i've got ../../src/.libs/libvlc.so and 
../../modules/demux/.libs/liblivedotcom_builtin.a 
and ../../modules/mux/mpeg/.libs/libmux_ts_builtin.a

i suppose this is caused by --enable-libtool?

-- 
Pavlov Konstantin,
ALT Linux Team,
jid: thresh at altlinux.org

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list