[XeTeX] compiling svn on Mac with icc

Michael Zedler michael.zedler at tum.de
Sun Mar 18 13:29:53 CET 2007


Hello,

I tried compiling the current SVN version on 10.4.9 with icc 9.1.035. 
Executing
   export CC=icc
   export CXX=icpc
   ./build-xetex

two problems occur:
1) Work/texk/xdv2pdf has
      CXX = c++
    instead of
      CXX = icpc
   and thus the linking stage fails

2) Compiling Work/texk/web2c/xetexini.c balks with
icc -DHAVE_CONFIG_H  -I. -I../../../texk/web2c -I.. 
-I../../../texk/web2c/..   -Wall 
-I../../../texk/web2c/../../libs/teckit/source/Public-headers 
-DHAVE_CONFIG_H  -I.
-I../../../texk/web2c -I.. -I../../../texk/web2c/..   -Wall  -DXETEX_MAC 
-c xetexini.c -o xetexini.o
xetexcoerce.h(1131): remark #310: old-style parameter list (anachronism)
   extern strnumber makefullnamestring();
                    ^

/opt/intel/cc/9.1.035/include/mmintrin.h(113): error: expected a ")"
                   char b3, char b2, char b1, char b0);
                        ^

/opt/intel/cc/9.1.035/include/mmintrin.h(120): error: expected a ")"
                    char b3, char b2, char b1, char b0);
                         ^

/opt/intel/cc/9.1.035/include/emmintrin.h(342): error: expected a ")"
                             char b3, char b2, char b1, char b0);
                                  ^

/opt/intel/cc/9.1.035/include/emmintrin.h(354): error: expected a ")"
                              char b3, char b2, char b1, char b0);
                                   ^

Is this a compiler bug?
Michael



More information about the XeTeX mailing list