[dpm:~/dev/x264 (256.506 KB)]$ export PATH=$PATH:/opt/intel/Compiler/11.1/072/bin/intel64/ [dpm:~/dev/x264 (256.506 KB)]$ CC=icc ./configure --prefix=/usr/local Platform: X86_64 System: LINUX asm: yes avs: no lavf: yes ffms: no gpac: no gpl: yes thread: posix filters: resize crop select_every debug: no gprof: no PIC: no shared: no visualize: no bit depth: 8 You can run 'make' or 'make fprofiled' now. [dpm:~/dev/x264 (261.280 KB)]$ make icc -O3 -w0 -I. -std=gnu99 -I/usr/local/include -I/usr/local/include -s -fomit-frame-pointer -c -o x264.o x264.c common/common.h(244): error: expected an expression for( int i = 0; i < i_mvc-1; i++ ) ^ common/common.h(244): error: identifier "i" is undefined for( int i = 0; i < i_mvc-1; i++ ) ^ common/common.h(263): error: expected an expression for( int i = 0; i < i_mvc; i++ ) ^ common/common.h(263): error: identifier "i" is undefined for( int i = 0; i < i_mvc; i++ ) ^ common/macroblock.h(386): error: expected an expression for( int i = 0; i < i_count; i++ ) ^ common/macroblock.h(386): error: identifier "i" is undefined for( int i = 0; i < i_count; i++ ) ^ x264.c(321): error: expected an expression for( int i = X264_CSP_NONE+1; i < X264_CSP_CLI_MAX; i++ ) ^ x264.c(321): error: identifier "i" is undefined for( int i = X264_CSP_NONE+1; i < X264_CSP_CLI_MAX; i++ ) ^ x264.c(332): error: expected an expression for( enum PixelFormat i = PIX_FMT_NONE+1; i < PIX_FMT_NB; i++ ) ^ x264.c(1100): error: expected an expression for( char *p = sequence; p && *p; ) ^ x264.c(1100): error: identifier "p" is undefined for( char *p = sequence; p && *p; ) ^ x264.c(1141): error: expected an expression for( int i = 0; names[i]; i++ ) ^ x264.c(1141): error: identifier "i" is undefined for( int i = 0; names[i]; i++ ) ^ x264.c(1152): error: expected an expression for( int i = 0; names[i]; i++ ) ^ x264.c(1152): error: identifier "i" is undefined for( int i = 0; names[i]; i++ ) ^ x264.c(1346): error: expected an expression for( int i = 0; long_options[i].name; i++ ) ^ x264.c(1346): error: identifier "i" is undefined for( int i = 0; long_options[i].name; i++ ) ^ x264.c(1508): error: expected an expression for( int i = 0; x264_levels[i].level_idc != 0; i++ ) ^ x264.c(1508): error: identifier "i" is undefined for( int i = 0; x264_levels[i].level_idc != 0; i++ ) ^ compilation aborted for x264.c (code 2) make: *** [x264.o] Error 2 [dpm:~/dev/x264 (283.506 KB)]$