problem compiling tovid suite...

Michael C. Shultz ringworm01 at gmail.com
Sun Nov 6 17:53:16 PST 2005


On Sunday 06 November 2005 17:45, siva m wrote:
> hi,
> I am trying to compile tovid package on my FreeBSD 6.0 box and here 's what
> I am getting eventhough I've installed all dependencies:
> =============================================
> $ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for mplayer... yes
> checking for mencoder... yes
> checking for yuvfps... yes
> checking for mpeg2enc... yes
> checking for mp2enc... yes
> checking for mplex... yes
> checking for convert... no
> checking for ffmpeg... yes
> checking for dvdauthor... yes
> checking for transcode... yes
> checking for vcdimager... yes
> checking for sox... yes
> checking for mkisofs... yes
> checking for lsdvd... yes
> configure: error: Missing some dependencies. Exiting.
> ===============================================
> Can anyone help me figure out what am I missing?
>
> thanks,
> s
>  [image: Edit/Delete
> Message]<http://www.bsdforums.org/forums/editpost.php?do=editpost&p=192791>
> _______________________________________________
> freebsd-multimedia at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
> To unsubscribe, send any mail to
> "freebsd-multimedia-unsubscribe at freebsd.org"

Your missing:

> checking for convert... no

here is a little trick:

locate bin/convert

result:	/usr/local/bin/convert

find /var/db/pkg/. | xargs grep bin/convert

result:	/var/db/pkg/./ImageMagick-6.2.2.1/+CONTENTS:bin/convert

You need to install /ImageMagick-6.2.2.1

-Mike




More information about the freebsd-multimedia mailing list