The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-22-2007
Meomix's Avatar
Meomix Meomix is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 2
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'