[gst-devel] colorspace / Hermes-1.3.2 compile errors

J. Gardner Biggs gardnerbiggs at houston.rr.com
Mon Apr 21 20:13:02 CEST 2003


I am trying to complile the colorspace libraries in Hermes-1.3.2 so that
the colorspace plugin will be made as part of gst-plugins-0.61.

I am getting this error on make:

[jgbiggs at gort Hermes-1.3.2]$ make
Making all in src
make[1]: Entering directory `/home/jgbiggs/Hermes-1.3.2/src'
cd .. && autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
 
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
 
WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])
 
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
touch ./hrconfig.h.in
cd .. && /bin/sh ./config.status src/hrconfig.h
config.status: creating src/hrconfig.h
make  all-am
make[2]: Entering directory `/home/jgbiggs/Hermes-1.3.2/src'
source='Clear.c' object='Clear.lo' libtool=yes \
depfile='.deps/Clear.Plo' tmpdepfile='.deps/Clear.TPlo' \
depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g
-O2 -c
-o Clear.lo `test -f 'Clear.c' || echo './'`Clear.c
../depcomp: ../depcomp: No such file or directory
make[2]: *** [Clear.lo] Error 127
make[2]: Leaving directory `/home/jgbiggs/Hermes-1.3.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jgbiggs/Hermes-1.3.2/src'
make: *** [all-recursive] Error 1


It seems that the depcomp script is not present.

Any ideas?





More information about the gstreamer-devel mailing list