Package: mpfi
Version: 1.3.3-2
Severity: serious

pbuilder fails to build mpfi in an unstable chroot on i386:

> if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -g -Wall -O2 -MT mpfi.o -MD -MP 
> -MF ".deps/mpfi.Tpo" -c -o mpfi.o mpfi.c; \
> then mv -f ".deps/mpfi.Tpo" ".deps/mpfi.Po"; else rm -f ".deps/mpfi.Tpo"; 
> exit 1; fi
> mpfi.c: In function 'mpfi_round_prec':
> mpfi.c:158: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:158: error: (Each undeclared identifier is reported only once
> mpfi.c:158: error: for each function it appears in.)
> mpfi.c:158: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:158: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set':
> mpfi.c:245: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:245: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:245: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set_d':
> mpfi.c:313: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:313: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:313: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set_fr':
> mpfi.c:380: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:380: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:380: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set':
> mpfi.c:406: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:406: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:406: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set_d':
> mpfi.c:473: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:473: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:473: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set_fr':
> mpfi.c:540: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:540: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:540: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_diam_rel':
> mpfi.c:595: error: void value not ignored as it ought to be
> mpfi.c:605: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:605: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:605: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mag':
> mpfi.c:638: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:638: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:638: warning: left-hand operand of comma expression has no effect
> mpfi.c:644: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add':
> mpfi.c:771: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:771: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:771: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub':
> mpfi.c:814: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:814: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:814: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul':
> mpfi.c:850: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:850: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:850: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div':
> mpfi.c:989: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:989: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:989: warning: left-hand operand of comma expression has no effect
> mpfi.c:1057: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_d':
> mpfi.c:1090: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1090: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1090: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_d':
> mpfi.c:1127: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1127: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1127: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_d_sub':
> mpfi.c:1164: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1164: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1164: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_d':
> mpfi.c:1201: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1201: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1201: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_d':
> mpfi.c:1238: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1238: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1238: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_d_div':
> mpfi.c:1275: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1275: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1275: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_ui':
> mpfi.c:1316: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1316: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1316: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_ui':
> mpfi.c:1354: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1354: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1354: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_ui_sub':
> mpfi.c:1392: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1392: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1392: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_ui':
> mpfi.c:1430: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1430: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1430: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_ui':
> mpfi.c:1467: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1467: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1467: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_ui_div':
> mpfi.c:1504: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1504: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1504: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_si':
> mpfi.c:1545: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1545: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1545: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_si':
> mpfi.c:1583: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1583: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1583: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_si_sub':
> mpfi.c:1621: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1621: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1621: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_si':
> mpfi.c:1659: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1659: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1659: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_si':
> mpfi.c:1696: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1696: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1696: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_si_div':
> mpfi.c:1733: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1733: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1733: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_z':
> mpfi.c:1774: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1774: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1774: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_z':
> mpfi.c:1812: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1812: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1812: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_z_sub':
> mpfi.c:1850: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1850: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1850: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_z':
> mpfi.c:1888: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1888: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1888: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_z':
> mpfi.c:1925: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1925: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1925: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_z_div':
> mpfi.c:1962: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:1962: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:1962: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_q':
> mpfi.c:2003: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2003: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2003: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_q':
> mpfi.c:2041: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2041: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2041: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_q_sub':
> mpfi.c:2079: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2079: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2079: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_q':
> mpfi.c:2117: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2117: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2117: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_q':
> mpfi.c:2154: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2154: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2154: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_q_div':
> mpfi.c:2191: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2191: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2191: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_fr':
> mpfi.c:2234: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2234: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2234: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_fr':
> mpfi.c:2272: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2272: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2272: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_fr_sub':
> mpfi.c:2310: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2310: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2310: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_fr':
> mpfi.c:2348: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2348: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2348: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_fr':
> mpfi.c:2385: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2385: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2385: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_fr_div':
> mpfi.c:2422: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2422: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2422: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_neg':
> mpfi.c:2463: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2463: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2463: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sqr':
> mpfi.c:2492: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2492: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2492: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_inv':
> mpfi.c:2549: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2549: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2549: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sqrt':
> mpfi.c:2592: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2592: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2592: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_abs':
> mpfi.c:2610: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2610: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2610: warning: left-hand operand of comma expression has no effect
> mpfi.c:2636: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2exp':
> mpfi.c:2651: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2651: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2651: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2ui':
> mpfi.c:2679: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2679: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2679: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2si':
> mpfi.c:2707: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2707: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2707: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2exp':
> mpfi.c:2734: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2734: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2734: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2ui':
> mpfi.c:2761: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2761: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2761: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2si':
> mpfi.c:2788: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2788: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2788: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log':
> mpfi.c:2825: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2825: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2825: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_exp':
> mpfi.c:2843: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2843: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2843: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_exp2':
> mpfi.c:2860: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2860: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2860: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_acos':
> mpfi.c:2881: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2881: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2881: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_asin':
> mpfi.c:2898: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2898: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2898: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_atan':
> mpfi.c:2915: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2915: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2915: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_cosh':
> mpfi.c:2932: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2932: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2932: warning: left-hand operand of comma expression has no effect
> mpfi.c:2958: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sinh':
> mpfi.c:2975: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2975: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2975: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_tanh':
> mpfi.c:2992: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:2992: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:2992: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_acosh':
> mpfi.c:3009: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3009: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3009: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_asinh':
> mpfi.c:3026: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3026: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3026: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_atanh':
> mpfi.c:3043: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3043: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3043: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log1p':
> mpfi.c:3062: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3062: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3062: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_expm1':
> mpfi.c:3080: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3080: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3080: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log2':
> mpfi.c:3098: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3098: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3098: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log10':
> mpfi.c:3116: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3116: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3116: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put':
> mpfi.c:3292: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3292: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3292: warning: left-hand operand of comma expression has no effect
> mpfi.c:3295: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_d':
> mpfi.c:3326: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3326: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3326: warning: left-hand operand of comma expression has no effect
> mpfi.c:3349: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_si':
> mpfi.c:3373: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3373: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3373: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_ui':
> mpfi.c:3403: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3403: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3403: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_z':
> mpfi.c:3434: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3434: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3434: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_q':
> mpfi.c:3474: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3474: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3474: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_fr':
> mpfi.c:3515: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3515: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3515: warning: left-hand operand of comma expression has no effect
> mpfi.c:3518: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_interv_d':
> mpfi.c:3561: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3561: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3561: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_interv_fr':
> mpfi.c:3709: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3709: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3709: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_intersect':
> mpfi.c:3842: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3842: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3842: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_union':
> mpfi.c:3873: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3873: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3873: warning: left-hand operand of comma expression has no effect
> mpfi.c:3893: warning: implicit declaration of function 'mpfi_out_str'
> mpfi.c: In function 'mpfi_increase':
> mpfi.c:3912: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3912: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3912: warning: left-hand operand of comma expression has no effect
> mpfi.c:3916: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_blow':
> mpfi.c:3952: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:3952: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:3952: warning: left-hand operand of comma expression has no effect
> mpfi.c:3976: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_bisect':
> mpfi.c:4010: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:4010: error: 'MPFR_FLAGS_NAN' undeclared (first use in this function)
> mpfi.c:4010: warning: left-hand operand of comma expression has no effect
> mpfi.c:4016: warning: left-hand operand of comma expression has no effect

-- 
Matt

Attachment: signature.asc
Description: Digital signature

Reply via email to