Is this a known issue? See http://trac.sagemath.org/ticket/17806

Configuring MPIR with the following options:
    --prefix="/home/buildslave-sage/slave/sage_git/build/local" 
--libdir="/home/buildslave-sage/slave/sage_git/build/local/lib" 
--enable-fat --enable-cxx --enable-static --enable-gmpcompat 
--enable-shared 

...

In file included from fat.c:123:0:
../cpuid.c: In function '__gmpn_cpu':
../cpuid.c:96:47: error: 'CPUSETUP_ivybridge' undeclared (first use in this 
function)
 #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                               ^
../cpuid.c:174:24: note: in expansion of macro 'CPUIS'
      if (model == 58){ CPUIS(ivybridge);break;}
                        ^
../cpuid.c:96:47: note: each undeclared identifier is reported only once 
for each function it appears in
 #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                               ^
../cpuid.c:174:24: note: in expansion of macro 'CPUIS'
      if (model == 58){ CPUIS(ivybridge);break;}
                        ^
../cpuid.c:96:47: error: 'CPUSETUP_haswell' undeclared (first use in this 
function)
 #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                               ^
../cpuid.c:175:22: note: in expansion of macro 'CPUIS'
    if (model == 60){ CPUIS(haswell);break;}
                      ^
../cpuid.c:96:47: error: 'CPUSETUP_piledriver' undeclared (first use in 
this function)
 #define CPUIS(x) do{TRACE(printf("  "#x"\n"));CPUSETUP_##x;}while(0)
                                               ^
../cpuid.c:230:24: note: in expansion of macro 'CPUIS'
      if (model == 2) { CPUIS(piledriver); break; }
                        ^
make[6]: *** [fat.lo] Error 1

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to