Checking if your kit is complete... Looks good Writing Makefile for Tree::M *** *** This module is written in C++, which is nontrivial to integrate into *** most pre-built perls. If problems occur during compiling then edit (hack) *** *** Makefile.PL *** GiST/Makefile MT/Makefile *** *** in this order. Especially wautch out for compile and optimization flags. *** Have fun ;-> *** cp M.pm blib/lib/Tree/M.pm cd GiST && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libGiST.a make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/GiST' g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTnode.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTnode.cpp:9: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiST.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiST.cpp:11: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTfile.cpp g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTpredicate.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTpredicate.cpp:10: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTcursor.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTcursor.cpp:8: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. rm -f libGiST.a ar r libGiST.a GiSTnode.o GiST.o GiSTfile.o GiSTpredicate.o GiSTcursor.o ranlib libGiST.a make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/GiST' cd MT && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libMT.a make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/MT' g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTfile.cpp g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTentry.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MTentry.h:33, from MTentry.cpp:24: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTnode.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MT.h:27, from MTnode.cpp:25: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTpredicate.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MT.h:27, from MTpredicate.cpp:24: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTobject.cpp g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MT.cpp In file included from /usr/local/include/c++/3.3.2/backward/ostream.h:31, from list.h:4, from MT.cpp:25: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTcursor.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MTcursor.h:35, from MTcursor.cpp:24: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST BulkLoad.cpp In file included from /usr/local/include/c++/3.3.2/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MT.h:27, from BulkLoad.cpp:27: /usr/local/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. ar rc libMT.a MTfile.o MTentry.o MTnode.o MTpredicate.o MTobject.o MT.o MTcursor.o BulkLoad.o ranlib libMT.a make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/MT' /home/cpanrun/ia64/build/5.6.1/bin/perl -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/ExtUtils/typemap -typemap typemap M.xs > M.xsc && mv M.xsc M.c g++ -c -IGiST -IMT -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -L/lib/hpux32 -DUINT32_MAX_BROKEN -fPIC -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O6 -funroll-all-loops -DVERSION=\"0.031\" -DXS_VERSION=\"0.031\" -fPIC -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE M.c In file included from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:435, from M.xs:3: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:133: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:155: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:191: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:202: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:203: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:225: error: syntax error before `;' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/types.h:247: error: syntax error before `;' token In file included from /usr/include/locale.h:164, from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:474, from M.xs:3: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:840: error: syntax error before `(' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:844: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:845: error: type specifier omitted for parameter `fpos_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:845: error: syntax error before `*' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:846: error: syntax error before `*' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:933: error: syntax error before `(' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:934: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:934: error: syntax error before `,' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h: In function ` int fseeko(...)': /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:935: error: `__a ' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:935: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:935: error: `__b ' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:935: error: `__c ' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h: At global scope: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:939: error: type specifier omitted for parameter `fpos_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:939: error: syntax error before `*' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdio.h:941: error: syntax error before `*' token In file included from /usr/include/sys/resource.h:59, from /usr/include/sys/wait.h:96, from /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/stdlib.h:382, from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:502, from M.xs:3: /usr/include/sys/_rlimit_body.h:46: error: 'rlim_t' is used as a type, but is not defined as a type. /usr/include/sys/_rlimit_body.h:47: error: 'rlim_t' is used as a type, but is not defined as a type. In file included from /usr/include/unistd.h:12, from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:507, from M.xs:3: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:570: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:571: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:572: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:573: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:574: error: syntax error before `(' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:575: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:576: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:595: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:596: error: syntax error before `(' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:597: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:598: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:599: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:600: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:601: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:603: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:603: error: syntax error before `)' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: In function `int truncate(const char*)': /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:603: error: ` a' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:603: error: ` b' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: At global scope: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:604: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:604: error: syntax error before `)' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:605: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:605: error: syntax error before `)' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: In function `int lockf(int, int)': /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:605: error: ` c' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: At global scope: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:606: error: type specifier omitted for parameter `off_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:606: error: syntax error before `)' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:607: error: syntax error before `(' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:608: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:608: error: syntax error before `)' token /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: In function `ssize_t pread(int, void*, long unsigned int)': /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:609: error: ` d' undeclared (first use this function) /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h: At global scope: /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:610: error: type specifier omitted for parameter `off64_t' /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3.2/include/sys/unistd.h:610: error: syntax error before `)' token In file included from /usr/include/sys/stat.h:37, from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:672, from M.xs:3: /usr/include/sys/_stat_body.h:53: error: 'off_t' is used as a type, but is not defined as a type. /usr/include/sys/_stat_body.h:61: error: 'blkcnt_t' is used as a type, but is not defined as a type. In file included from /usr/include/sys/fcntl.h:172, from /usr/include/fcntl.h:9, from /usr/include/sys/file.h:54, from /usr/include/sys/uio.h:128, from /usr/include/sys/socket.h:65, from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:722, from M.xs:3: /usr/include/sys/_flock_body.h:45: error: 'off_t' is used as a type, but is not defined as a type. /usr/include/sys/_flock_body.h:46: error: 'off_t' is used as a type, but is not defined as a type. In file included from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:722, from M.xs:3: /usr/include/sys/socket.h:534: error: syntax error before `(' token /usr/include/sys/socket.h:535: error: syntax error before `(' token /usr/include/sys/socket.h:553: error: syntax error before `(' token /usr/include/sys/socket.h:554: error: syntax error before `(' token /usr/include/sys/socket.h:555: error: syntax error before `(' token /usr/include/sys/socket.h:556: error: syntax error before `(' token In file included from /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/perl.h:2822, from M.xs:3: /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/proto.h:252: error: type specifier omitted for parameter `off64_t' /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/proto.h:252: error: syntax error before `,' token /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/proto.h:254: error: syntax error before `register' /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE/proto.h:255: error: syntax error before `register' M.xs:5: error: syntax error before `}' token make: *** [M.o] Error 1