Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Cant add skins to Vlc player. Post 302133200 by Meomix on Wednesday 22nd of August 2007 10:37:45 AM
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'
 

We Also Found This Discussion For You

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
redland-config(1)					      General Commands Manual						 redland-config(1)

NAME
redland-config - script to get information about the installed version of Redland SYNOPSIS
redland-config [--cflags] [--help] [--libs] [--libtool-libs] [--prefix[=DIR]] [--private-libs] [--version-decimal] [--version] DESCRIPTION
redland-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Redland RDF library. OPTIONS
redland-config accepts the following options: --version Print the currently installed version of redland on the standard output. --version-decimal Print the currently installed version of redland as a decimal integer. --libs Print the linker flags that are necessary to link a redland program. This excludes linker arguments used to build the librdf shared library. --libtool-libs Print the flags that are necessary to link a redland program with libtool. --private-libs Print the linker flags that are necessary to build the librdf shared library. This option is not usually needed because the librdf shared library has already been dynamically linked against these libs. --cflags Print the compiler flags that are necessary to compile a redland program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that redland was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
redland(3), AUTHOR
Dave Beckett - http://www.dajobe.org/ <http://www.dajobe.org/> 2008-09-07 redland-config(1)
All times are GMT -4. The time now is 02:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy