Cant add skins to Vlc player.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cant add skins to Vlc player.
# 1  
Old 08-22-2007
Cant add skins to Vlc player.

can some one please help me here i seem to be having trouble changing Vlc's skin to WMP11
i have VLC media player 0.7.2
i downloaded the WMP11 skin from a download site
i looked for vlc skin instructions and they said i should use vlc -i and put WMP11 in roots home directly

well there are two home directorys.
/export/home is completely empty. i dont see the roots home directory here
and i can not edit anything in the /home directory even doe i im root by default! its like that directory is locked by the system.

the vlc -i command does not work when i execute it and i try to look for the place to add the skins i cant seem to find it even when i right click nothing happens

how do i solve this? Smilie
# 2  
Old 08-22-2007
seriously common people.. how do i add skins to VLC player 0.7.2 since pkg-get vlc 0.7.2 installed all of the library dependencies i would just simply go and build and compile vlc 0.8.7 if i didnt have this stupid make errors.
make: Fatal error: Command failed for target `all-recursive'
make: Fatal error: Command failed for target `all'


because of this i im unable to build/install many programs.

------- stupid errors of make i cant seem to fix below ---------
Making all in src
Making all in dvdcss
/bin/bash ../libtool --tag=CC --mode=link gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -o libdvdcss.la -rpath /usr/local/lib -version-info 2:8:0 -no-undefined libdvdcss.lo device.lo css.lo ioctl.lo error.lo
rm -fr .libs/libdvdcss.so .libs/libdvdcss.so.2 .libs/libdvdcss.so.2.0.8
gcc -shared -Wl,-h -Wl,libdvdcss.so.2 -o .libs/libdvdcss.so.2.0.8 .libs/libdvdcss.o .libs/device.o .libs/css.o .libs/ioctl.o .libs/error.o -lc
(cd .libs && rm -f libdvdcss.so.2 && ln -s libdvdcss.so.2.0.8 libdvdcss.so.2)
(cd .libs && rm -f libdvdcss.so && ln -s libdvdcss.so.2.0.8 libdvdcss.so)
false cru .libs/libdvdcss.a libdvdcss.o device.o css.o ioctl.o error.o
*** Error code 1
make: Fatal error: Command failed for target `libdvdcss.la'
Current working directory /opt/vocodecs/libdvdcss-1.2.9/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='dvdcss'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /opt/vocodecs/libdvdcss-1.2.9/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src test doc'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /opt/vocodecs/libdvdcss-1.2.9
*** Error code 1
make: Fatal error: Command failed for target `all'
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
1 Replies
Login or Register to Ask a Question