Guys,
Still trying to work this out.  When I do "autoreconf -i --force", I do
get a "configure" file.  However, when I run configure, I get a similar
error as below for each required package:

[EMAIL PROTECTED] hvirtual]# ./configure
...<details skipped>...
checking for ESD - version >= 0.2.7... yes
./configure: line 7666: syntax error near unexpected token `MJPEG,'
./configure: line 7666: `PKG_CHECK_MODULES(MJPEG,
mjpegtools,mjpegtools=yes,:)'

I remmed them out, but of course, at the end of configure, configure
tells me that I'm missing a bunch of dependencies.  I checked and in
reality, I do have them all installed:
Summary of mandatory components:
  libogg                  missing
  libvorbis               missing
  libvorbisenc            missing
  libvorbisfile           missing
  libtheora               missing
  OpenEXR                 missing
  libdv                   missing
  libpng                  missing
  mjpegtools              missing
  libfftw3 libraries      missing
  libfftw3 headers        missing
  libsndfile libraries    missing
  libsndfile headers      missing

I imagine that the command I used to generate the configure file
("autoreconf -i --force") is bypassing those three essential constants
I saw in my last email.

Anyone have any idea on how I may solve this and get a working
"configure" file?

scott

On Sat, 2006-04-08 at 14:01 -0400, Scott C. Frase wrote:
> Andraz,
> Just to clarify, I do have a "configure" file now.  It looks like I'm
> missing dependencies, but I'll work through that.  Does it matter that I
> see these messages during the "configure":
> ./configure: line 5193: AC_ENABLE_SHARED: command not found
> ./configure: line 5194: AC_DISABLE_STATIC: command not found
> ./configure: line 5195: AC_PROG_LIBTOOL: command not found
> 
> scott
> 
> On Sat, 2006-04-08 at 11:06 -0400, Scott C. Frase wrote:
> > Thanks Andraz.  Here is what I get now:
> > 
> > On Sat, 2006-04-08 at 16:51 +0200, Andraz Tori wrote:
> > > it's "autoreconf"
> > > 
> > > you run "autoreconf -i --force"
> > > 
> > > bye
> > > andraz
> > > 
> > > On sob, 2006-04-08 at 10:44 -0400, Scott C. Frase wrote:
> > > > Graham - thanks for tip on not running as root..just lazy these days! :)
> > > > 
> > > > Johannes - I tried running "autoreconfig", but my system does not have
> > > > that executable (I get "command not found").  I ran "yum install
> > > > autoreconfig" or same with * on end and couldn't find it in any of my
> > > > standard repositories (dag/dries/livna/etc).  Do you know where I can
> > > > get it?
> > > > 
> > > > scott
> > > > 
> > > > On Sat, 2006-04-08 at 11:00 +0200, Johannes Sixt wrote:
> > > > > On Saturday 08 April 2006 08:48, Scott C. Frase wrote:
> > > > > > Guys,
> > > > > > I've checked out the latest code and run autogen.sh and get the
> > > > > > following message:
> > > > > >
> > > > > > [EMAIL PROTECTED] hvirtual]# ./autogen.sh
> > > > > > User defined paths to the preferred autoconf and automake versions.
> > > > > > Read the script if you would like to modify them.
> > > > > > AUTOMAKE=automake
> > > > > > ACLOCAL=aclocal
> > > > > > AUTOCONF=autoconf
> > > > > > AUTOHEADER=autoheader
> > > > > > Now building the ./configure script...
> > > > > > checking for automake version... 1.9
> > > > > > checking for aclocal version... 1.9
> > > > > > Running aclocal -I m4 ...
> > > > > > Running libtoolize ...
> > > > > > You should update your `aclocal.m4' by running aclocal.
> > > > > > Running autoheader ...
> > > > > > Running automake ...
> > > > > > configure.in: installing `./install-sh'
> > > > > > configure.in: installing `./missing'
> > > > > > cinelerra/data/Makefile.am:1: library used but `RANLIB' is undefined
> > > > > > cinelerra/data/Makefile.am:1:
> > > > > > cinelerra/data/Makefile.am:1: The usual way to define `RANLIB' is 
> > > > > > to add
> > > > > > `AC_PROG_RANLIB'
> > > > > > cinelerra/data/Makefile.am:1: to `configure.in' and run `autoconf'
> > > > > > again.
> > > > > > plugins/defaulttheme/data/Makefile.am:1: library used but `RANLIB' 
> > > > > > is
> > > > > > undefined
> > > > > > plugins/defaulttheme/data/Makefile.am:1:
> > > > > > plugins/defaulttheme/data/Makefile.am:1: The usual way to define
> > > > > > `RANLIB' is to add `AC_PROG_RANLIB'
> > > > > > plugins/defaulttheme/data/Makefile.am:1: to `configure.in' and run
> > > > > > `autoconf' again.
> > > > > > plugins/suv/data/Makefile.am:1: library used but `RANLIB' is 
> > > > > > undefined
> > > > > > plugins/suv/data/Makefile.am:1:
> > > > > > plugins/suv/data/Makefile.am:1: The usual way to define `RANLIB' is 
> > > > > > to
> > > > > > add `AC_PROG_RANLIB'
> > > > > > plugins/suv/data/Makefile.am:1: to `configure.in' and run `autoconf'
> > > > > > again.
> > > > > > quicktime/ffmpeg/libavcodec/Makefile.am:13: Libtool library used but
> > > > > > `LIBTOOL' is undefined
> > > > > > quicktime/ffmpeg/libavcodec/Makefile.am:13:
> > > > > > quicktime/ffmpeg/libavcodec/Makefile.am:13: The usual way to define
> > > > > > `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> > > > > > quicktime/ffmpeg/libavcodec/Makefile.am:13: to `configure.in' and 
> > > > > > run
> > > > > > `aclocal' and `autoconf' again.
> > > > > > quicktime/ffmpeg/libavcodec/i386/Makefile.am:1: Libtool library 
> > > > > > used but
> > > > > > `LIBTOOL' is undefined
> > > > > > quicktime/ffmpeg/libavcodec/i386/Makefile.am:1:
> > > > > > quicktime/ffmpeg/libavcodec/i386/Makefile.am:1: The usual way to 
> > > > > > define
> > > > > > `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> > > > > > quicktime/ffmpeg/libavcodec/i386/Makefile.am:1: to `configure.in' 
> > > > > > and
> > > > > > run `aclocal' and `autoconf' again.
> > > > > >
> > > > > >
> > > > > > I did update aclocal by running 'aclocal' as suggested, but it does 
> > > > > > not
> > > > > > help.  I am running Fedora Core 4, using version 1.9 of automake and
> > > > > > aclocal and version 2.59 of autoconf.
> > > > > >
> > > > > > Not sure what to do.  Please help.
> > > > > > scott
> > > > > 
> > > > > Instead of ./autogen.sh try:
> > > > > 
> > > > >   autoreconfig
> > > > > or
> > > > >   autoreconfig -i
> > > > > 
> > > > > -- Hannes
> > > > > 
> > > > > _______________________________________________
> > > > > Cinelerra mailing list
> > > > > [email protected]
> > > > > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
> > > > 
> > > > 
> > > > _______________________________________________
> > > > Cinelerra mailing list
> > > > [email protected]
> > > > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
> > > 
> > > 
> > > _______________________________________________
> > > Cinelerra mailing list
> > > [email protected]
> > > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
> > 
> > 
> > _______________________________________________
> > Cinelerra mailing list
> > [email protected]
> > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
> 
> 
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to