Re: Error upgrading ffmpeg +x264

2008-07-28 Thread Joshua Root
Chris Janton wrote: The error with libx264 looks suspicious given that x264 is in the list of outdated ports... If you let the upgrade finish then do sudo port clean --work ffmpeg sudo port upgrade ffmpeg it builds and installs properly. My install of ffmpeg uses variant +x264 My

can't find expat header

2008-07-28 Thread Michael Thon
I'm trying to compile a software package on the command line (not using macports) but I get and error when running configure Could not find expat header. I have the expat port installed but I guess it is not in a place where my package can find it. Is there anything I can do to get

Re: can't find expat header

2008-07-28 Thread Harry van der Wolf
Sorry, should be tpo macports users group 2008/7/28 Harry van der Wolf [EMAIL PROTECTED] You do not tell us whether you are using a cmake or a .configure config tool, but in case it is an automake .configure tool, you should use something like: export CFLAGS=-I/opt/local/include export

Re: can't find expat header

2008-07-28 Thread Michael Thon
On Jul 28, 2008, at 7:17 PM, Harry van der Wolf wrote: You do not tell us whether you are using a cmake or a .configure config tool, but in case it is an automake .configure tool, you should use something like: export CFLAGS=-I/opt/local/include export CXXFLAGS=-I/opt/local/include

Re: can't find expat header

2008-07-28 Thread Harry van der Wolf
This is most probably a bison bug (solved Febr 2008 for OSX). The bison version that comes with XCode is too old. Try using the bison from macports: sudo port install bison and try again. Harry 2008/7/28 Michael Thon [EMAIL PROTECTED] On Jul 28, 2008, at 7:17 PM, Harry van der Wolf wrote:

Re: can't find expat header

2008-07-28 Thread Ryan Schmidt
On Jul 28, 2008, at 13:03, Harry van der Wolf wrote: Michael Thon wrote: The package is called mira and its for biological data analysis and it is using a configure script from automake. It appears to be developed on linux but I don't have a linux box with enough RAM so I'm trying