Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
My skills with building from source are pretty limited. So far, I've run: - I did delete autom4te.cache - I ran aclocal -I m4 (to eliminate my "possibly undefined macro" errors) - however, I see that the aclocal.m4 is still small in comparison with /usr/share/aclocal/libtool.m4 - autorecon

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Johannes Sixt
On Saturday 08 April 2006 21:55, Scott C. Frase wrote: > Hi Hannes, > Here is what I have: > [EMAIL PROTECTED] hvirtual]# rpm -qa | grep libtool > libtool-debuginfo-1.5.16.multilib2-3 > libtool-libs13-1.3.5-10 > libtool-1.5.16.multilib2-3 > libtool-ltdl-1.5.16.multilib2-3 > > [EMAIL PROTECTED] hvir

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
Hi Hannes, Here is what I have: [EMAIL PROTECTED] hvirtual]# rpm -qa | grep libtool libtool-debuginfo-1.5.16.multilib2-3 libtool-libs13-1.3.5-10 libtool-1.5.16.multilib2-3 libtool-ltdl-1.5.16.multilib2-3 [EMAIL PROTECTED] hvirtual]# libtool --version ltmain.sh (GNU libtool) 1.5.16 (1.1220.2.235 20

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Johannes Sixt
On Saturday 08 April 2006 17:07, Scott C. Frase wrote: > Thanks Andraz. Here is the output I get now: > > [EMAIL PROTECTED] hvirtual]# autoreconf -i --force > Copying file ABOUT-NLS > Copying file config.rpath > Copying file mkinstalldirs > Copying file po/Makefile.in.in > configure.in:17: error:

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
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 .. checking for ESD - version >= 0.2.7... yes ./configure: li

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
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: co

Re: [CinCVS] Procedure?

2006-04-08 Thread Michael Hill
On Sat, 2006-04-08 at 18:32 +0200, Andraz Tori wrote: > just press "a" key and then delete key and timeline will be cleared... > then drag your new clips to the timeline Thanks, Andraz. That's what I needed. ___ Cinelerra mailing list Cinelerra@skole

Re: [CinCVS] Procedure?

2006-04-08 Thread Andraz Tori
On sob, 2006-04-08 at 12:17 -0400, Michael Hill wrote: > Using transcode I extracted the sound track from the original .avi to > a .wav, loaded both .avi and .wav onto a new timeline, Nudged the sound > into place and saved the same clips (now *with* sound), but from the > Compositor window. Clips

[CinCVS] Procedure?

2006-04-08 Thread Michael Hill
Please let me know if there's a better place to ask this (or if it's too dumb a question to be tolerated)... I'm running Cinelerra built from the minmax P4 tarball (hvirtual_2.0.0-1svn20060407.tar.gz) on Ubuntu Dapper. (I have a library naming issue with the gandalf Breezy packages.) I generated

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
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

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
Thanks Andraz. Here is the output I get now: [EMAIL PROTECTED] hvirtual]# autoreconf -i --force Copying file ABOUT-NLS Copying file config.rpath Copying file mkinstalldirs Copying file po/Makefile.in.in configure.in:17: error: possibly undefined macro: AC_ENABLE_SHARED If this token and oth

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Andraz Tori
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 "c

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Scott C. Frase
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 repositori

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Johannes Sixt
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 li

Re: [CinCVS] autogen.sh problems

2006-04-08 Thread Jean-Luc Coulon (f5ibh)
Le 07.04.2006 21:11:46, Johannes Sixt a écrit : ... > /usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of > AM_PATH_GTKMM/usr/share/aclocal/glib.m4:8: warning: underquoted > definition of AM_PATH_GLIB > Running libtoolize ... > Putting files in AC_CONFIG_AUX_DIR, `..'.

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Graham Evans
Graham Evans wrote: Scott C. Frase wrote: Guys, I've checked out the latest code and run autogen.sh and get the following message: Scott I'm pretty sure it is unneccesary to run this script as root. but that doesn't help with your problem sorry Graham [EMAIL PROTECTED] hvirtual]# ./a

Re: [CinCVS] problem running autogen.sh on latest cvs

2006-04-08 Thread Graham Evans
Scott C. Frase wrote: Guys, I've checked out the latest code and run autogen.sh and get the following message: Scott I'm pretty sure it is unneccesary to run this script as root. [EMAIL PROTECTED] hvirtual]# ./autogen.sh User defined paths to the preferred autoconf and automake versions.