Date: Sun, 6 Nov 2005 17:44:35 -0800 From: "Michael C. Shultz" <ringworm01@gmail.com> To: freebsd-multimedia@freebsd.org Subject: Re: problem compiling tovid suite... Message-ID: <200511061744.36135.ringworm01@gmail.com> In-Reply-To: <660414a50511061745p5b99e818h4eaf0f7e62f5d895@mail.gmail.com> References: <660414a50511061745p5b99e818h4eaf0f7e62f5d895@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511061744.36135.ringworm01>