[x264-devel] Intel Compiler support

BugMaster BugMaster at narod.ru
Thu Mar 24 18:03:04 CET 2011


On Thu, 24 Mar 2011 10:57:04 -0400, Dennis Munsie wrote:
> Are there any additional instructions on how to use this new
> support for the Intel compiler?  Doing the following did not work on my machine:

> $ CC=icc ./configure --prefix=/usr/local
> $ make

> I get a ton of errors, mostly ones that look like this:

>         common/common.h(244): error: expected an expression
>               for( int i = 0; i < i_mvc-1; i++ )

> This is on Debian Squeeze, 64-bit using the 11.1 version of the
> Intel compiler.  I placed the /opt/intel/Compiler/11.1/bin/intel64
> directory in my path before doing the configure and make steps. 

> Thanks!
> dennis

CC=icc must be enough. It would be simpler to analyse if attach
config.log, config.h, config.mak and log of ALL errors during
compilation (not only one). Error message"expected an expression"
sounds like missed header include.

On Thu, 24 Mar 2011 15:38:02 +0000, Mans Rullgard wrote:

> The patch appears to support the Intel compiler on Windows only.

No. It supposed to support Windows / Linux / Mac OS X



More information about the x264-devel mailing list