[Sumover-dev] Reg: Help with compiling VIC

Douglas Kosovic douglask at itee.uq.edu.au
Tue Jul 14 07:36:46 BST 2009


Hi Akhila,

 

The first email appeared in my Exchange Junk E-mail folder for some
reason, I tend to only look there once or twice a week.

 

First you need to checkout and build common:

    svn co https://mediatools.cs.ucl.ac.uk/repos/mmedia/common/trunk
common

    cd common/src

   ./configure

   make

 

Get ffmpeg-0.5 from: 

  http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2

 

Get x264-snapshot-20090531-2245 snapshot: 

 
http://downloads.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-
20090531-2245.tar.bz2

 

Checkout vic mpeg4 branch (but ensure common and vic-mpeg4 are sibling
folders, i.e. at the same path depth):

   svn co https://frostie.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4
vic-mpeg4
<https://frostie.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4%20vic-mpeg
4> 

 

Then do the following:

  cd vic-mpeg4

  tar xvjf ../ffmpeg-0.5.tar.bz2

  tar xvjf ../x264-snapshot-20090531-2245.tar.bz2

  ln -s ffmpeg-0.5 ffmpeg

  ln -s x264-snapshot-20090410-2245 x264

 ./configure --enable-gpl  --with-x264ver=x264-snapshot-20090410-2245

 (cd ffmpeg; make)

 make

 

I don't like your chances with a Tcl/Tk 8.6 beta as a 8.6 stable release
is still a few years away. You might have luck with 8.5, but the Tcl/Tk
8.4 that comes with Leopard should work.

 

Doug

 

From: sumover-dev-bounces at cs.ucl.ac.uk
[mailto:sumover-dev-bounces at cs.ucl.ac.uk] On Behalf Of Akhila
Sent: Tuesday, 14 July 2009 5:53 AM
To: sumover-dev at cs.ucl.ac.uk
Subject: [Sumover-dev] Reg: Help with compiling VIC

 

Hi

I really need help compiling VIC for mac osx. Can someone give me
directions to this. 

Here's what I have done. 

1. Installed AquaTcl, AquaTk 8.6b1 (latest)
2. svn co https://frostie.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4
vic-mpeg4 
3. svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
4. git clone git://git.videolan.org/x264.git
5. cd ffmpeg ./configure; make; make install
6. cd x264 ./configure; make; make install
Copied both ffmpeg and x264 folder to vic-mpeg4 (svn for x264 is
password protected now. I was not able to check it out)
7. cd vic-mpeg4; ./configure --enable-gpl --enable-shared
I don't get any errors here but when I type make
install: /Users/VNiks/Desktop/ffmpeg/libpostproc/libpostproc.pc: No such
file or directory
make[1]: *** [install-headers] Error 71
make: *** [ffmpeg/lib/libpostproc.a] Error 2

It gave me the following error when I did not use --enable-gpl option
In file included from net/inet.c:32:
./config.h:91:19: error: debug.h: No such file or directory
make: *** [net/inet.o] Error 1

How can I compile this for mac osx ? Kindly help me out

Thanks 

Akhila

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oakham.cs.ucl.ac.uk/pipermail/sumover-dev/attachments/20090714/2c8e113e/attachment-0001.html


More information about the Sumover-dev mailing list