* Package: dev-libs/ppl-1.1  * Repository: gentoo  * Maintainer: toolchain@gentoo.org  * USE: abi_x86_64 amd64 cxx elibc_glibc kernel_linux userland_GNU  * FEATURES: ccache preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ppl-1.1.tar.xz to /var/tmp/portage/dev-libs/ppl-1.1/work >>> Source unpacked in /var/tmp/portage/dev-libs/ppl-1.1/work >>> Preparing source in /var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1 ... * econf: updating ppl-1.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ppl-1.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/ppl-1.1 --disable-debugging --disable-optimization --disable-documentation --disable-ppl_lpsol --disable-pch --disable-static --enable-interfaces=c cxx checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '250' is supported by ustar format... yes checking whether GID '250' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether we are actually using the Intel C compiler... no checking whether we are actually using clang... no checking whether we are actually using llvm-gcc... no checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking whether we are actually using the Intel C++ compiler... no checking whether we are actually using clang++... no checking whether we are actually using llvm-g++... no checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking whether make sets $(MAKE)... (cached) yes checking whether to compile with debug info... no checking whether to compile for profiling... no checking whether to compile for test coverage... no checking whether to enable checking of run-time assertions... no checking whether to enable even more run-time assertions... no checking whether to enable optimizations... no checking for which architecture to optimize... default checking whether to use (a specific) floating point arithmetic... default ./configure: line 6587: xno: command not found checking whether to use precompiled headers... no checking the type of integral values to use as coefficients... GMP mpz checking for an ANSI C-conforming const... yes checking for inline... inline checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for typeof syntax and keyword spelling... typeof checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 16 checking size of int*... 8 checking size of fp... 8 checking for perl... /usr/bin/perl checking for library containing sqrt... none required checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking if it is possible to control the FPU... yes checking whether the plain char type is signed... yes checking whether the C++ compiler provides proper long doubles... yes checking the binary format of C++ floats... IEEE754 Single Precision checking the binary format of C++ doubles... IEEE754 Double Precision checking the binary format of C++ long doubles... Intel Double-Extended checking whether std::floor(long double) is buggy... no checking whether the C++ compiler supports zero-length arrays... yes checking whether the IEEE inexact flag is supported in C++... yes checking whether the C++ compiler supports __attribute__ ((weak))... yes checking for fenv.h... (cached) yes checking for ieeefp.h... (cached) no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether ffs is declared... yes checking whether getenv is declared... yes checking whether strtof is declared... yes checking whether strtod is declared... yes checking whether strtold is declared... yes checking whether strtoll is declared... yes checking whether strtoull is declared... yes checking whether fma is declared... yes checking whether fmaf is declared... yes checking whether fmal is declared... yes checking whether rintf is declared... yes checking whether rintl is declared... yes checking for int_fast16_t... yes checking for int_fast32_t... yes checking for int_fast64_t... yes checking for uint_fast16_t... yes checking for uint_fast32_t... yes checking for uint_fast64_t... yes checking for uintptr_t... yes checking for the GMP library version 4.1.3 or above... yes checking size of mp_limb_t... 8 checking whether GMP has been compiled with support for exceptions... yes checking for __mpz_struct._mp_alloc... yes checking for __mpz_struct._mp_size... yes checking for __mpz_struct._mp_d... yes checking whether to build the ppl_lcdd program... yes checking whether to build the ppl_lpsol program... no checking whether to build the ppl_pips program... yes checking whether to build the PPL documentation... no checking which interfaces are enabled... cxx c checking for GNU M4 that supports accurate traces... /usr/bin/m4 checking how m4 supports trace files... --debugfile checking which instantiations are enabled... Polyhedron@Grid@Rational_Box@BD_Shape@BD_Shape@Octagonal_Shape@Octagonal_Shape@Constraints_Product@Pointset_Powerset@Pointset_Powerset@Double_Box@BD_Shape@Octagonal_Shape checking whether tests should be run under Valgrind... no checking whether `make check' does a thorough or quick check... quick checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for md5sum... md5sum checking for the text md5sum command... md5sum -t checking glpk.h usability... yes checking glpk.h presence... yes checking for glpk.h... yes checking glpk/glpk.h usability... no checking glpk/glpk.h presence... no checking for glpk/glpk.h... no checking whether lib_set_print_hook is declared... no checking for _glp_lib_print_hook... no checking whether glp_term_out is declared... yes checking whether glp_term_hook is declared... yes checking whether RLIMIT_DATA is declared... yes checking whether RLIMIT_RSS is declared... yes checking whether RLIMIT_VMEM is declared... no checking whether RLIMIT_AS is declared... yes checking whether getrusage is declared... yes checking whether setrlimit is declared... yes checking whether setitimer is declared... yes checking whether sigaction is declared... yes checking for timeval... yes checking for siginfo_t... yes checking whether we can limit memory in C++ using setrlimit()... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating ppl.lsm config.status: creating src/Makefile config.status: creating src/version.hh config.status: creating src/ppl-config.cc config.status: creating tests/Makefile config.status: creating tests/BD_Shape/Makefile config.status: creating tests/Box/Makefile config.status: creating tests/Concrete_Expression/Makefile config.status: creating tests/CO_Tree/Makefile config.status: creating tests/Grid/Makefile config.status: creating tests/MIP_Problem/Makefile config.status: creating tests/Octagonal_Shape/Makefile config.status: creating tests/Partially_Reduced_Product/Makefile config.status: creating tests/PIP_Problem/Makefile config.status: creating tests/Polyhedron/Makefile config.status: creating tests/Powerset/Makefile config.status: creating tests/Watchdog/Makefile config.status: creating utils/Makefile config.status: creating m4/Makefile config.status: creating demos/Makefile config.status: creating demos/ppl_lcdd/Makefile config.status: creating demos/ppl_lcdd/examples/Makefile config.status: creating demos/ppl_lpsol/Makefile config.status: creating demos/ppl_lpsol/examples/Makefile config.status: creating demos/ppl_pips/Makefile config.status: creating demos/ppl_pips/examples/Makefile config.status: creating doc/Makefile config.status: creating doc/user.doxyconf-latex config.status: creating doc/devref.doxyconf-latex config.status: creating doc/user.doxyconf-html config.status: creating doc/devref.doxyconf-html config.status: creating doc/user-language-interface.doxyconf config.status: creating doc/devref-language-interface.doxyconf config.status: creating interfaces/Makefile config.status: creating interfaces/C/Makefile config.status: creating interfaces/C/ppl_c_version.h config.status: creating interfaces/C/tests/Makefile config.status: creating interfaces/Java/Makefile config.status: creating interfaces/Java/jni/Makefile config.status: creating interfaces/Java/tests/Makefile config.status: creating interfaces/Java/parma_polyhedra_library/Makefile config.status: creating interfaces/OCaml/Makefile config.status: creating interfaces/OCaml/tests/Makefile config.status: creating interfaces/Prolog/Makefile config.status: creating interfaces/Prolog/Ciao/Makefile config.status: creating interfaces/Prolog/GNU/Makefile config.status: creating interfaces/Prolog/SICStus/Makefile config.status: creating interfaces/Prolog/SWI/Makefile config.status: creating interfaces/Prolog/XSB/Makefile config.status: creating interfaces/Prolog/YAP/Makefile config.status: creating interfaces/Prolog/tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1' Making all in . make[2]: Entering directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1' /bin/sed -f ./ppl-config.sed config.h >ppl-config.h make[2]: Leaving directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1' Making all in utils make[2]: Entering directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/utils' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -frounding-math -march=native -O2 -pipe -W -Wall -c -o timings.o timings.cc rm -f libppl_utils.a x86_64-pc-linux-gnu-ar cru libppl_utils.a timings.o x86_64-pc-linux-gnu-ranlib libppl_utils.a /bin/sed -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./build_header.in > build_header chmod +x build_header /bin/sed -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./text2cxxarray.in > text2cxxarray chmod +x text2cxxarray make[2]: Leaving directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/utils' Making all in src make[2]: Entering directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/src' for file in namespaces.hh compiler.hh assert.hh meta_programming.hh Slow_Copy.hh Has_Assign_Or_Swap.hh assign_or_swap.hh mp_std_bits_defs.hh mp_std_bits_inlines.hh Concrete_Expression_types.hh Concrete_Expression_defs.hh Concrete_Expression_inlines.hh Temp_defs.hh Temp_inlines.hh Temp_templates.hh Coefficient_traits_template.hh Checked_Number_types.hh termination_types.hh GMP_Integer_types.hh Coefficient_types.hh stdiobuf_types.hh c_streambuf_types.hh globals_types.hh iterator_to_const_types.hh distances_types.hh Interval_Info_types.hh Interval_types.hh Box_types.hh Constraint_types.hh Generator_types.hh Grid_Generator_types.hh Congruence_types.hh Init_types.hh Dense_Row_types.hh CO_Tree_types.hh Sparse_Row_types.hh Matrix_types.hh Swapping_Vector_types.hh Variable_types.hh Variables_Set_types.hh Linear_Expression_types.hh Expression_Adapter_types.hh Expression_Hide_Last_types.hh Expression_Hide_Inhomo_types.hh Linear_Expression_Impl_types.hh Linear_Expression_Interface_types.hh Linear_System_types.hh Linear_Form_types.hh Bit_Row_types.hh Bit_Matrix_types.hh Constraint_System_types.hh Generator_System_types.hh Grid_Generator_System_types.hh Congruence_System_types.hh Scalar_Products_types.hh PIP_Tree_types.hh PIP_Problem_types.hh Poly_Con_Relation_types.hh Poly_Gen_Relation_types.hh BHRZ03_Certificate_types.hh H79_Certificate_types.hh Grid_Certificate_types.hh Partial_Function_types.hh Polyhedron_types.hh C_Polyhedron_types.hh NNC_Polyhedron_types.hh Grid_types.hh Ptr_Iterator_types.hh DB_Row_types.hh DB_Matrix_types.hh BD_Shape_types.hh OR_Matrix_types.hh Octagonal_Shape_types.hh fpu_types.hh Float_defs.hh Float_inlines.hh Float_templates.hh C_Integer.hh fpu_defs.hh fpu-c99_inlines.hh fpu-ia32_inlines.hh fpu-none_inlines.hh fpu-sparc_inlines.hh Rounding_Dir_defs.hh Rounding_Dir_inlines.hh Result_defs.hh Result_inlines.hh Numeric_Format_defs.hh checked_defs.hh checked_inlines.hh checked_int_inlines.hh checked_float_inlines.hh checked_mpz_inlines.hh checked_mpq_inlines.hh checked_ext_inlines.hh Checked_Number_defs.hh Checked_Number_inlines.hh Checked_Number_templates.hh WRD_coefficient_types_defs.hh WRD_coefficient_types_inlines.hh checked_numeric_limits.hh GMP_Integer_defs.hh GMP_Integer_inlines.hh Coefficient_defs.hh Coefficient_inlines.hh stdiobuf_defs.hh stdiobuf_inlines.hh c_streambuf_defs.hh c_streambuf_inlines.hh globals_defs.hh globals_inlines.hh math_utilities_defs.hh math_utilities_inlines.hh iterator_to_const_defs.hh iterator_to_const_inlines.hh distances_defs.hh distances_inlines.hh Boundary_defs.hh intervals_defs.hh Interval_Info_defs.hh Interval_Info_inlines.hh Interval_defs.hh Interval_inlines.hh Interval_templates.hh Box_defs.hh Box_Status_inlines.hh Box_inlines.hh Box_templates.hh Integer_Interval.hh Rational_Interval.hh Rational_Box.hh Variable_defs.hh Variable_inlines.hh Variables_Set_defs.hh Variables_Set_inlines.hh Init_defs.hh Init_inlines.hh initializer.hh Topology_types.hh Dense_Row_defs.hh Dense_Row_inlines.hh Dense_Row_templates.hh CO_Tree_defs.hh CO_Tree_inlines.hh CO_Tree_templates.hh Sparse_Row_defs.hh Sparse_Row_inlines.hh Sparse_Row_templates.hh Bit_Row_defs.hh Bit_Row_inlines.hh Linear_System_defs.hh Linear_System_inlines.hh Linear_System_templates.hh Bit_Matrix_defs.hh Bit_Matrix_inlines.hh Constraint_System_defs.hh Generator_System_defs.hh Grid_Generator_System_defs.hh Congruence_System_defs.hh Linear_Expression_defs.hh Linear_Expression_inlines.hh Expression_Adapter_defs.hh Expression_Adapter_inlines.hh Expression_Hide_Last_defs.hh Expression_Hide_Last_inlines.hh Expression_Hide_Inhomo_defs.hh Expression_Hide_Inhomo_inlines.hh Linear_Expression_Impl_defs.hh Linear_Expression_Impl_inlines.hh Linear_Expression_Impl_templates.hh Linear_Expression_Interface_defs.hh Linear_Form_defs.hh Linear_Form_inlines.hh Linear_Form_templates.hh linearize.hh Constraint_defs.hh Constraint_inlines.hh Constraint_System_inlines.hh Generator_defs.hh Generator_inlines.hh Grid_Generator_defs.hh Grid_Generator_inlines.hh Congruence_defs.hh Congruence_inlines.hh Generator_System_inlines.hh Grid_Generator_System_inlines.hh Congruence_System_inlines.hh Scalar_Products_defs.hh Scalar_Products_inlines.hh Matrix_defs.hh Matrix_inlines.hh Matrix_templates.hh Swapping_Vector_defs.hh Swapping_Vector_inlines.hh MIP_Problem_types.hh MIP_Problem_defs.hh MIP_Problem_inlines.hh MIP_Problem_templates.hh PIP_Tree_types.hh PIP_Tree_defs.hh PIP_Tree_inlines.hh PIP_Problem_types.hh PIP_Problem_defs.hh PIP_Problem_inlines.hh PIP_Problem_templates.hh Poly_Con_Relation_defs.hh Poly_Con_Relation_inlines.hh Poly_Gen_Relation_defs.hh Poly_Gen_Relation_inlines.hh BHRZ03_Certificate_defs.hh BHRZ03_Certificate_inlines.hh H79_Certificate_defs.hh H79_Certificate_inlines.hh Grid_Certificate_defs.hh Grid_Certificate_inlines.hh Partial_Function_defs.hh Partial_Function_inlines.hh Polyhedron_defs.hh Ph_Status_inlines.hh Polyhedron_inlines.hh Polyhedron_chdims_templates.hh Polyhedron_conversion_templates.hh Polyhedron_minimize_templates.hh Polyhedron_simplify_templates.hh Polyhedron_templates.hh Grid_defs.hh Grid_Status_inlines.hh Grid_inlines.hh Grid_templates.hh C_Polyhedron_defs.hh C_Polyhedron_inlines.hh NNC_Polyhedron_defs.hh NNC_Polyhedron_inlines.hh Widening_Function_types.hh Widening_Function_defs.hh Widening_Function_inlines.hh Ptr_Iterator_defs.hh Ptr_Iterator_inlines.hh DB_Row_defs.hh DB_Row_inlines.hh DB_Row_templates.hh DB_Matrix_defs.hh DB_Matrix_inlines.hh DB_Matrix_templates.hh BD_Shape_defs.hh BDS_Status_inlines.hh BD_Shape_inlines.hh BD_Shape_templates.hh OR_Matrix_defs.hh OR_Matrix_inlines.hh OR_Matrix_templates.hh Octagonal_Shape_defs.hh Og_Status_inlines.hh Octagonal_Shape_inlines.hh Octagonal_Shape_templates.hh Determinate_types.hh Determinate_defs.hh Determinate_inlines.hh Powerset_types.hh Powerset_defs.hh Powerset_inlines.hh Powerset_templates.hh Pointset_Powerset_types.hh Pointset_Powerset_defs.hh Pointset_Powerset_inlines.hh Pointset_Powerset_templates.hh Partially_Reduced_Product_types.hh Partially_Reduced_Product_defs.hh Partially_Reduced_Product_inlines.hh Partially_Reduced_Product_templates.hh Weight_Profiler_defs.hh max_space_dimension.hh algorithms.hh termination_defs.hh termination_templates.hh wrap_assign.hh wrap_string.hh Floating_Point_Expression_types.hh Floating_Point_Expression_defs.hh Floating_Point_Expression_inlines.hh Floating_Point_Expression_templates.hh Cast_Floating_Point_Expression_types.hh Cast_Floating_Point_Expression_defs.hh Cast_Floating_Point_Expression_inlines.hh Cast_Floating_Point_Expression_templates.hh Constant_Floating_Point_Expression_types.hh Constant_Floating_Point_Expression_defs.hh Constant_Floating_Point_Expression_inlines.hh Variable_Floating_Point_Expression_types.hh Variable_Floating_Point_Expression_defs.hh Variable_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_types.hh Sum_Floating_Point_Expression_defs.hh Sum_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_templates.hh Difference_Floating_Point_Expression_types.hh Difference_Floating_Point_Expression_defs.hh Difference_Floating_Point_Expression_inlines.hh Difference_Floating_Point_Expression_templates.hh Multiplication_Floating_Point_Expression_types.hh Multiplication_Floating_Point_Expression_defs.hh Multiplication_Floating_Point_Expression_inlines.hh Multiplication_Floating_Point_Expression_templates.hh Division_Floating_Point_Expression_types.hh Division_Floating_Point_Expression_defs.hh Division_Floating_Point_Expression_inlines.hh Division_Floating_Point_Expression_templates.hh Opposite_Floating_Point_Expression_types.hh Opposite_Floating_Point_Expression_defs.hh Opposite_Floating_Point_Expression_inlines.hh Doubly_Linked_Object_types.hh EList_types.hh EList_Iterator_types.hh Handler_types.hh Pending_Element_types.hh Pending_List_types.hh Time_types.hh Watchdog_types.hh Threshold_Watcher_types.hh Handler_defs.hh Handler_inlines.hh Time_defs.hh Time_inlines.hh Doubly_Linked_Object_defs.hh Doubly_Linked_Object_inlines.hh EList_Iterator_defs.hh EList_Iterator_inlines.hh EList_defs.hh EList_inlines.hh Pending_Element_defs.hh Pending_Element_inlines.hh Pending_List_defs.hh Pending_List_inlines.hh Pending_List_templates.hh Watchdog_defs.hh Watchdog_inlines.hh Threshold_Watcher_defs.hh Threshold_Watcher_inlines.hh Threshold_Watcher_templates.hh ; \ do \ i="#include \"$file\"" ; \ ( cd ../src ; /bin/grep -F -q "$i" namespaces.hh compiler.hh assert.hh meta_programming.hh Slow_Copy.hh Has_Assign_Or_Swap.hh assign_or_swap.hh mp_std_bits_defs.hh mp_std_bits_inlines.hh Concrete_Expression_types.hh Concrete_Expression_defs.hh Concrete_Expression_inlines.hh Temp_defs.hh Temp_inlines.hh Temp_templates.hh Coefficient_traits_template.hh Checked_Number_types.hh termination_types.hh GMP_Integer_types.hh Coefficient_types.hh stdiobuf_types.hh c_streambuf_types.hh globals_types.hh iterator_to_const_types.hh distances_types.hh Interval_Info_types.hh Interval_types.hh Box_types.hh Constraint_types.hh Generator_types.hh Grid_Generator_types.hh Congruence_types.hh Init_types.hh Dense_Row_types.hh CO_Tree_types.hh Sparse_Row_types.hh Matrix_types.hh Swapping_Vector_types.hh Variable_types.hh Variables_Set_types.hh Linear_Expression_types.hh Expression_Adapter_types.hh Expression_Hide_Last_types.hh Expression_Hide_Inhomo_types.hh Linear_Expression_Impl_types.hh Linear_Expression_Interface_types.hh Linear_System_types.hh Linear_Form_types.hh Bit_Row_types.hh Bit_Matrix_types.hh Constraint_System_types.hh Generator_System_types.hh Grid_Generator_System_types.hh Congruence_System_types.hh Scalar_Products_types.hh PIP_Tree_types.hh PIP_Problem_types.hh Poly_Con_Relation_types.hh Poly_Gen_Relation_types.hh BHRZ03_Certificate_types.hh H79_Certificate_types.hh Grid_Certificate_types.hh Partial_Function_types.hh Polyhedron_types.hh C_Polyhedron_types.hh NNC_Polyhedron_types.hh Grid_types.hh Ptr_Iterator_types.hh DB_Row_types.hh DB_Matrix_types.hh BD_Shape_types.hh OR_Matrix_types.hh Octagonal_Shape_types.hh fpu_types.hh Float_defs.hh Float_inlines.hh Float_templates.hh C_Integer.hh fpu_defs.hh fpu-c99_inlines.hh fpu-ia32_inlines.hh fpu-none_inlines.hh fpu-sparc_inlines.hh Rounding_Dir_defs.hh Rounding_Dir_inlines.hh Result_defs.hh Result_inlines.hh Numeric_Format_defs.hh checked_defs.hh checked_inlines.hh checked_int_inlines.hh checked_float_inlines.hh checked_mpz_inlines.hh checked_mpq_inlines.hh checked_ext_inlines.hh Checked_Number_defs.hh Checked_Number_inlines.hh Checked_Number_templates.hh WRD_coefficient_types_defs.hh WRD_coefficient_types_inlines.hh checked_numeric_limits.hh GMP_Integer_defs.hh GMP_Integer_inlines.hh Coefficient_defs.hh Coefficient_inlines.hh stdiobuf_defs.hh stdiobuf_inlines.hh c_streambuf_defs.hh c_streambuf_inlines.hh globals_defs.hh globals_inlines.hh math_utilities_defs.hh math_utilities_inlines.hh iterator_to_const_defs.hh iterator_to_const_inlines.hh distances_defs.hh distances_inlines.hh Boundary_defs.hh intervals_defs.hh Interval_Info_defs.hh Interval_Info_inlines.hh Interval_defs.hh Interval_inlines.hh Interval_templates.hh Box_defs.hh Box_Status_inlines.hh Box_inlines.hh Box_templates.hh Integer_Interval.hh Rational_Interval.hh Rational_Box.hh Variable_defs.hh Variable_inlines.hh Variables_Set_defs.hh Variables_Set_inlines.hh Init_defs.hh Init_inlines.hh initializer.hh Topology_types.hh Dense_Row_defs.hh Dense_Row_inlines.hh Dense_Row_templates.hh CO_Tree_defs.hh CO_Tree_inlines.hh CO_Tree_templates.hh Sparse_Row_defs.hh Sparse_Row_inlines.hh Sparse_Row_templates.hh Bit_Row_defs.hh Bit_Row_inlines.hh Linear_System_defs.hh Linear_System_inlines.hh Linear_System_templates.hh Bit_Matrix_defs.hh Bit_Matrix_inlines.hh Constraint_System_defs.hh Generator_System_defs.hh Grid_Generator_System_defs.hh Congruence_System_defs.hh Linear_Expression_defs.hh Linear_Expression_inlines.hh Expression_Adapter_defs.hh Expression_Adapter_inlines.hh Expression_Hide_Last_defs.hh Expression_Hide_Last_inlines.hh Expression_Hide_Inhomo_defs.hh Expression_Hide_Inhomo_inlines.hh Linear_Expression_Impl_defs.hh Linear_Expression_Impl_inlines.hh Linear_Expression_Impl_templates.hh Linear_Expression_Interface_defs.hh Linear_Form_defs.hh Linear_Form_inlines.hh Linear_Form_templates.hh linearize.hh Constraint_defs.hh Constraint_inlines.hh Constraint_System_inlines.hh Generator_defs.hh Generator_inlines.hh Grid_Generator_defs.hh Grid_Generator_inlines.hh Congruence_defs.hh Congruence_inlines.hh Generator_System_inlines.hh Grid_Generator_System_inlines.hh Congruence_System_inlines.hh Scalar_Products_defs.hh Scalar_Products_inlines.hh Matrix_defs.hh Matrix_inlines.hh Matrix_templates.hh Swapping_Vector_defs.hh Swapping_Vector_inlines.hh MIP_Problem_types.hh MIP_Problem_defs.hh MIP_Problem_inlines.hh MIP_Problem_templates.hh PIP_Tree_types.hh PIP_Tree_defs.hh PIP_Tree_inlines.hh PIP_Problem_types.hh PIP_Problem_defs.hh PIP_Problem_inlines.hh PIP_Problem_templates.hh Poly_Con_Relation_defs.hh Poly_Con_Relation_inlines.hh Poly_Gen_Relation_defs.hh Poly_Gen_Relation_inlines.hh BHRZ03_Certificate_defs.hh BHRZ03_Certificate_inlines.hh H79_Certificate_defs.hh H79_Certificate_inlines.hh Grid_Certificate_defs.hh Grid_Certificate_inlines.hh Partial_Function_defs.hh Partial_Function_inlines.hh Polyhedron_defs.hh Ph_Status_inlines.hh Polyhedron_inlines.hh Polyhedron_chdims_templates.hh Polyhedron_conversion_templates.hh Polyhedron_minimize_templates.hh Polyhedron_simplify_templates.hh Polyhedron_templates.hh Grid_defs.hh Grid_Status_inlines.hh Grid_inlines.hh Grid_templates.hh C_Polyhedron_defs.hh C_Polyhedron_inlines.hh NNC_Polyhedron_defs.hh NNC_Polyhedron_inlines.hh Widening_Function_types.hh Widening_Function_defs.hh Widening_Function_inlines.hh Ptr_Iterator_defs.hh Ptr_Iterator_inlines.hh DB_Row_defs.hh DB_Row_inlines.hh DB_Row_templates.hh DB_Matrix_defs.hh DB_Matrix_inlines.hh DB_Matrix_templates.hh BD_Shape_defs.hh BDS_Status_inlines.hh BD_Shape_inlines.hh BD_Shape_templates.hh OR_Matrix_defs.hh OR_Matrix_inlines.hh OR_Matrix_templates.hh Octagonal_Shape_defs.hh Og_Status_inlines.hh Octagonal_Shape_inlines.hh Octagonal_Shape_templates.hh Determinate_types.hh Determinate_defs.hh Determinate_inlines.hh Powerset_types.hh Powerset_defs.hh Powerset_inlines.hh Powerset_templates.hh Pointset_Powerset_types.hh Pointset_Powerset_defs.hh Pointset_Powerset_inlines.hh Pointset_Powerset_templates.hh Partially_Reduced_Product_types.hh Partially_Reduced_Product_defs.hh Partially_Reduced_Product_inlines.hh Partially_Reduced_Product_templates.hh Weight_Profiler_defs.hh max_space_dimension.hh algorithms.hh termination_defs.hh termination_templates.hh wrap_assign.hh wrap_string.hh Floating_Point_Expression_types.hh Floating_Point_Expression_defs.hh Floating_Point_Expression_inlines.hh Floating_Point_Expression_templates.hh Cast_Floating_Point_Expression_types.hh Cast_Floating_Point_Expression_defs.hh Cast_Floating_Point_Expression_inlines.hh Cast_Floating_Point_Expression_templates.hh Constant_Floating_Point_Expression_types.hh Constant_Floating_Point_Expression_defs.hh Constant_Floating_Point_Expression_inlines.hh Variable_Floating_Point_Expression_types.hh Variable_Floating_Point_Expression_defs.hh Variable_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_types.hh Sum_Floating_Point_Expression_defs.hh Sum_Floating_Point_Expression_inlines.hh Sum_Floating_Point_Expression_templates.hh Difference_Floating_Point_Expression_types.hh Difference_Floating_Point_Expression_defs.hh Difference_Floating_Point_Expression_inlines.hh Difference_Floating_Point_Expression_templates.hh Multiplication_Floating_Point_Expression_types.hh Multiplication_Floating_Point_Expression_defs.hh Multiplication_Floating_Point_Expression_inlines.hh Multiplication_Floating_Point_Expression_templates.hh Division_Floating_Point_Expression_types.hh Division_Floating_Point_Expression_defs.hh Division_Floating_Point_Expression_inlines.hh Division_Floating_Point_Expression_templates.hh Opposite_Floating_Point_Expression_types.hh Opposite_Floating_Point_Expression_defs.hh Opposite_Floating_Point_Expression_inlines.hh Doubly_Linked_Object_types.hh EList_types.hh EList_Iterator_types.hh Handler_types.hh Pending_Element_types.hh Pending_List_types.hh Time_types.hh Watchdog_types.hh Threshold_Watcher_types.hh Handler_defs.hh Handler_inlines.hh Time_defs.hh Time_inlines.hh Doubly_Linked_Object_defs.hh Doubly_Linked_Object_inlines.hh EList_Iterator_defs.hh EList_Iterator_inlines.hh EList_defs.hh EList_inlines.hh Pending_Element_defs.hh Pending_Element_inlines.hh Pending_List_defs.hh Pending_List_inlines.hh Pending_List_templates.hh Watchdog_defs.hh Watchdog_inlines.hh Threshold_Watcher_defs.hh Threshold_Watcher_inlines.hh Threshold_Watcher_templates.hh ) || echo "$i" ; \ done > ppl_include_files.hh ../utils/build_header \ -I .. -I ../src \ ../src/ppl_header.hh >ppl.hh ../utils/text2cxxarray --name=BUGS_array --decl-only \ ../BUGS >>BUGS.hh ../utils/text2cxxarray --name=BUGS_array \ ../BUGS >BUGS.cc ../utils/text2cxxarray --name=COPYING_array --decl-only \ ../COPYING >>COPYING.hh ../utils/text2cxxarray --name=COPYING_array \ ../COPYING >COPYING.cc ../utils/text2cxxarray --name=CREDITS_array --decl-only \ ../CREDITS >>CREDITS.hh ../utils/text2cxxarray --name=CREDITS_array \ ../CREDITS >CREDITS.cc make all-am make[3]: Entering directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/src' /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o assert.lo assert.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c assert.cc -fPIC -DPIC -o .libs/assert.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o Box.lo Box.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c Box.cc -fPIC -DPIC -o .libs/Box.o In file included from Polyhedron_defs.hh:2858:0, from Box_templates.hh:34, from Box_defs.hh:2284, from Box.cc:25: Polyhedron_chdims_templates.hh: In static member function 'static void Parma_Polyhedra_Library::Polyhedron::add_space_dimensions(Linear_System1&, Linear_System2&, Parma_Polyhedra_Library::Bit_Matrix&, Parma_Polyhedra_Library::Bit_Matrix&, Parma_Polyhedra_Library::dimension_type)': Polyhedron_chdims_templates.hh:38:45: warning: typedef 'sys2_row_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Linear_System2::row_type sys2_row_type; ^ In file included from Polyhedron_defs.hh:2861:0, from Box_templates.hh:34, from Box_defs.hh:2284, from Box.cc:25: Polyhedron_simplify_templates.hh: In static member function 'static Parma_Polyhedra_Library::dimension_type Parma_Polyhedra_Library::Polyhedron::simplify(Linear_System1&, Parma_Polyhedra_Library::Bit_Matrix&)': Polyhedron_simplify_templates.hh:86:45: warning: typedef 'sys_row_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Linear_System1::row_type sys_row_type; ^ In file included from Octagonal_Shape_defs.hh:2322:0, from BD_Shape_inlines.hh:31, from BD_Shape_defs.hh:2368, from Box_templates.hh:38, from Box_defs.hh:2284, from Box.cc:25: Octagonal_Shape_templates.hh: In member function 'void Parma_Polyhedra_Library::Octagonal_Shape::refine_with_linear_form_inequality(const Parma_Polyhedra_Library::Linear_Form >&, const Parma_Polyhedra_Library::Linear_Form >&)': Octagonal_Shape_templates.hh:561:53: warning: typedef 'Row_iterator' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_row_iterator Row_iterator; ^ Octagonal_Shape_templates.hh:562:59: warning: typedef 'Row_reference' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_row_reference_type Row_reference; ^ In file included from Octagonal_Shape_defs.hh:2322:0, from BD_Shape_inlines.hh:31, from BD_Shape_defs.hh:2368, from Box_templates.hh:38, from Box_defs.hh:2284, from Box.cc:25: Octagonal_Shape_templates.hh: In member function 'bool Parma_Polyhedra_Library::Octagonal_Shape::simplify_using_context_assign(const Parma_Polyhedra_Library::Octagonal_Shape&)': Octagonal_Shape_templates.hh:3125:47: warning: typedef 'Row_Iter' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::row_iterator Row_Iter; ^ Octagonal_Shape_templates.hh:3126:53: warning: typedef 'Row_CIter' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_row_iterator Row_CIter; ^ Octagonal_Shape_templates.hh:3127:51: warning: typedef 'Elem_Iter' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::element_iterator Elem_Iter; ^ Octagonal_Shape_templates.hh:3128:57: warning: typedef 'Elem_CIter' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_element_iterator Elem_CIter; ^ In file included from Octagonal_Shape_defs.hh:2322:0, from BD_Shape_inlines.hh:31, from BD_Shape_defs.hh:2368, from Box_templates.hh:38, from Box_defs.hh:2284, from Box.cc:25: Octagonal_Shape_templates.hh: In member function 'void Parma_Polyhedra_Library::Octagonal_Shape::affine_form_image(Parma_Polyhedra_Library::Variable, const Parma_Polyhedra_Library::Linear_Form >&)': Octagonal_Shape_templates.hh:5247:53: warning: typedef 'Row_iterator' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_row_iterator Row_iterator; ^ Octagonal_Shape_templates.hh:5248:59: warning: typedef 'Row_reference' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::const_row_reference_type Row_reference; ^ In file included from Octagonal_Shape_defs.hh:2322:0, from BD_Shape_inlines.hh:31, from BD_Shape_defs.hh:2368, from Box_templates.hh:38, from Box_defs.hh:2284, from Box.cc:25: Octagonal_Shape_templates.hh: In member function 'void Parma_Polyhedra_Library::Octagonal_Shape::bounded_affine_image(Parma_Polyhedra_Library::Variable, const Parma_Polyhedra_Library::Linear_Expression&, const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient_traits_template<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >::const_reference)': Octagonal_Shape_templates.hh:6386:53: warning: typedef 'row_reference' locally defined but not used [-Wunused-local-typedefs] typedef typename OR_Matrix::row_reference_type row_reference; ^ /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o checked.lo checked.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c checked.cc -fPIC -DPIC -o .libs/checked.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o Checked_Number.lo Checked_Number.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c Checked_Number.cc -fPIC -DPIC -o .libs/Checked_Number.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o Float.lo Float.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c Float.cc -fPIC -DPIC -o .libs/Float.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o fpu-ia32.lo fpu-ia32.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c fpu-ia32.cc -fPIC -DPIC -o .libs/fpu-ia32.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o Concrete_Expression.lo Concrete_Expression.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c Concrete_Expression.cc -fPIC -DPIC -o .libs/Concrete_Expression.o /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c -o Constraint.lo Constraint.cc libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=native -O2 -pipe -W -Wall -c Constraint.cc -fPIC -DPIC -o .libs/Constraint.o In file included from Expression_Adapter_defs.hh:30:0, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: Dense_Row_defs.hh:436:11: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ In file included from Expression_Adapter_defs.hh:30:0, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: Dense_Row_defs.hh:477:11: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ In file included from Sparse_Row_defs.hh:29:0, from Expression_Adapter_defs.hh:31, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: CO_Tree_defs.hh:162:13: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ In file included from Sparse_Row_defs.hh:29:0, from Expression_Adapter_defs.hh:31, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: CO_Tree_defs.hh:317:13: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ In file included from CO_Tree_defs.hh:1556:0, from Sparse_Row_defs.hh:29, from Expression_Adapter_defs.hh:31, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: CO_Tree_inlines.hh: In member function 'Parma_Polyhedra_Library::dimension_type Parma_Polyhedra_Library::CO_Tree::dfs_index(Parma_Polyhedra_Library::CO_Tree::const_iterator) const': CO_Tree_inlines.hh:34:9: error: 'ptrdiff_t' does not name a type const ptrdiff_t index = itr.current_index - indexes; ^ CO_Tree_inlines.hh:35:43: error: invalid static_cast from type '' to type 'Parma_Polyhedra_Library::dimension_type {aka long unsigned int}' return static_cast(index); ^ CO_Tree_inlines.hh: At global scope: CO_Tree_inlines.hh:30:35: warning: unused parameter 'itr' [-Wunused-parameter] CO_Tree::dfs_index(const_iterator itr) const { ^ CO_Tree_inlines.hh: In member function 'Parma_Polyhedra_Library::dimension_type Parma_Polyhedra_Library::CO_Tree::dfs_index(Parma_Polyhedra_Library::CO_Tree::iterator) const': CO_Tree_inlines.hh:43:9: error: 'ptrdiff_t' does not name a type const ptrdiff_t index = itr.current_index - indexes; ^ CO_Tree_inlines.hh:44:43: error: invalid static_cast from type '' to type 'Parma_Polyhedra_Library::dimension_type {aka long unsigned int}' return static_cast(index); ^ CO_Tree_inlines.hh: At global scope: CO_Tree_inlines.hh:39:29: warning: unused parameter 'itr' [-Wunused-parameter] CO_Tree::dfs_index(iterator itr) const { ^ CO_Tree_inlines.hh: In member function 'void Parma_Polyhedra_Library::CO_Tree::tree_iterator::follow_left_children_with_value()': CO_Tree_inlines.hh:775:9: error: 'ptrdiff_t' does not name a type const ptrdiff_t distance = p - tree.indexes; ^ CO_Tree_inlines.hh:777:35: error: 'distance' was not declared in this scope i = static_cast(distance); ^ CO_Tree_inlines.hh:777:35: note: suggested alternative: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algobase.h:66:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/char_traits.h:39, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ios:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ostream:38, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/iostream:39, from checked_defs.hh:28, from Checked_Number_defs.hh:28, from Coefficient_types.hh:16, from Linear_Expression_defs.hh:36, from Constraint_defs.hh:36, from Constraint.cc:25: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_funcs.h:114:5: note: 'std::distance' distance(_InputIterator __first, _InputIterator __last) ^ In file included from CO_Tree_defs.hh:1556:0, from Sparse_Row_defs.hh:29, from Expression_Adapter_defs.hh:31, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: CO_Tree_inlines.hh: In member function 'void Parma_Polyhedra_Library::CO_Tree::tree_iterator::follow_right_children_with_value()': CO_Tree_inlines.hh:790:9: error: 'ptrdiff_t' does not name a type const ptrdiff_t distance = p - tree.indexes; ^ CO_Tree_inlines.hh:792:35: error: 'distance' was not declared in this scope i = static_cast(distance); ^ CO_Tree_inlines.hh:792:35: note: suggested alternative: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algobase.h:66:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/char_traits.h:39, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ios:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ostream:38, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/iostream:39, from checked_defs.hh:28, from Checked_Number_defs.hh:28, from Coefficient_types.hh:16, from Linear_Expression_defs.hh:36, from Constraint_defs.hh:36, from Constraint.cc:25: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_funcs.h:114:5: note: 'std::distance' distance(_InputIterator __first, _InputIterator __last) ^ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algobase.h:65:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/char_traits.h:39, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ios:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ostream:38, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/iostream:39, from checked_defs.hh:28, from Checked_Number_defs.hh:28, from Coefficient_types.hh:16, from Linear_Expression_defs.hh:36, from Constraint_defs.hh:36, from Constraint.cc:25: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_types.h: In instantiation of 'struct std::iterator_traits': /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_funcs.h:114:5: required by substitution of 'template typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = Parma_Polyhedra_Library::CO_Tree::const_iterator]' Sparse_Row_inlines.hh:51:72: required from here /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_types.h:167:51: error: no type named 'difference_type' in 'class Parma_Polyhedra_Library::CO_Tree::const_iterator' typedef typename _Iterator::difference_type difference_type; ^ In file included from Sparse_Row_defs.hh:927:0, from Expression_Adapter_defs.hh:31, from Linear_Expression_defs.hh:48, from Constraint_defs.hh:36, from Constraint.cc:25: Sparse_Row_inlines.hh: In constructor 'Parma_Polyhedra_Library::Sparse_Row::Sparse_Row(const Parma_Polyhedra_Library::Sparse_Row&, Parma_Polyhedra_Library::dimension_type, Parma_Polyhedra_Library::dimension_type)': Sparse_Row_inlines.hh:51:72: error: no matching function for call to 'distance(Parma_Polyhedra_Library::Sparse_Row::const_iterator, Parma_Polyhedra_Library::Sparse_Row::const_iterator)' std::distance(y.begin(), y.lower_bound(std::min(y.size(), sz)))), ^ Sparse_Row_inlines.hh:51:72: note: candidate is: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_algobase.h:66:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/char_traits.h:39, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ios:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/ostream:38, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/iostream:39, from checked_defs.hh:28, from Checked_Number_defs.hh:28, from Coefficient_types.hh:16, from Linear_Expression_defs.hh:36, from Constraint_defs.hh:36, from Constraint.cc:25: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_funcs.h:114:5: note: template typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) distance(_InputIterator __first, _InputIterator __last) ^ /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_iterator_base_funcs.h:114:5: note: substitution of deduced template arguments resulted in errors seen above In file included from Linear_Expression_defs.hh:52:0, from Constraint_defs.hh:36, from Constraint.cc:25: Linear_Expression_Interface_defs.hh: At global scope: Linear_Expression_Interface_defs.hh:68:13: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ In file included from Constraint_defs.hh:36:0, from Constraint.cc:25: Linear_Expression_defs.hh:384:13: error: 'ptrdiff_t' does not name a type typedef ptrdiff_t difference_type; ^ Makefile:1438: recipe for target 'Constraint.lo' failed make[3]: *** [Constraint.lo] Error 1 make[3]: Leaving directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/src' Makefile:1212: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1/src' Makefile:551: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1' Makefile:480: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: dev-libs/ppl-1.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-libs/ppl-1.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/ppl-1.1::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-libs/ppl-1.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/ppl-1.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1' * S: '/var/tmp/portage/dev-libs/ppl-1.1/work/ppl-1.1'