| 1 | | |
| | 1 | {{{ |
| | 2 | ~/libspiff-0.8.4> libtoolize --force --copy |
| | 3 | ~/libspiff-0.8.4> aclocal |
| | 4 | ~/libspiff-0.8.4> automake |
| | 5 | ~/libspiff-0.8.4> autoconf |
| | 6 | ~/libspiff-0.8.4> autoreconf |
| | 7 | ~/libspiff-0.8.4> ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| | 8 | checking for a BSD-compatible install... /bin/install -c |
| | 9 | checking whether build environment is sane... yes |
| | 10 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| | 11 | checking for gawk... gawk |
| | 12 | checking whether make sets $(MAKE)... yes |
| | 13 | checking build system type... i586-pc-haiku |
| | 14 | checking host system type... i586-pc-haiku |
| | 15 | checking for style of include used by make... GNU |
| | 16 | checking for gcc... gcc |
| | 17 | checking for C compiler default output file name... conftest |
| | 18 | checking whether the C compiler works... yes |
| | 19 | checking whether we are cross compiling... no |
| | 20 | checking for suffix of executables... |
| | 21 | checking for suffix of object files... o |
| | 22 | checking whether we are using the GNU C compiler... yes |
| | 23 | checking whether gcc accepts -g... yes |
| | 24 | checking for gcc option to accept ISO C89... none needed |
| | 25 | checking dependency style of gcc... gcc |
| | 26 | checking for a sed that does not truncate output... /bin/sed |
| | 27 | checking for grep that handles long lines and -e... /bin/grep |
| | 28 | checking for egrep... /bin/grep -E |
| | 29 | checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 30 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 31 | checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r |
| | 32 | checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B |
| | 33 | checking whether ln -s works... yes |
| | 34 | checking how to recognize dependent libraries... pass_all |
| | 35 | checking how to run the C preprocessor... gcc -E |
| | 36 | checking for ANSI C header files... yes |
| | 37 | checking for sys/types.h... yes |
| | 38 | checking for sys/stat.h... yes |
| | 39 | checking for stdlib.h... yes |
| | 40 | checking for string.h... yes |
| | 41 | checking for memory.h... yes |
| | 42 | checking for strings.h... yes |
| | 43 | checking for inttypes.h... yes |
| | 44 | checking for stdint.h... yes |
| | 45 | checking for unistd.h... yes |
| | 46 | checking dlfcn.h usability... yes |
| | 47 | checking dlfcn.h presence... yes |
| | 48 | checking for dlfcn.h... yes |
| | 49 | checking for g++... g++ |
| | 50 | checking whether we are using the GNU C++ compiler... yes |
| | 51 | checking whether g++ accepts -g... yes |
| | 52 | checking dependency style of g++... gcc |
| | 53 | checking how to run the C++ preprocessor... g++ -E |
| | 54 | checking for g77... no |
| | 55 | checking for xlf... no |
| | 56 | checking for f77... no |
| | 57 | checking for frt... no |
| | 58 | checking for pgf77... no |
| | 59 | checking for cf77... no |
| | 60 | checking for fort77... no |
| | 61 | checking for fl32... no |
| | 62 | checking for af77... no |
| | 63 | checking for xlf90... no |
| | 64 | checking for f90... no |
| | 65 | checking for pgf90... no |
| | 66 | checking for pghpf... no |
| | 67 | checking for epcf90... no |
| | 68 | checking for gfortran... no |
| | 69 | checking for g95... no |
| | 70 | checking for xlf95... no |
| | 71 | checking for f95... no |
| | 72 | checking for fort... no |
| | 73 | checking for ifort... no |
| | 74 | checking for ifc... no |
| | 75 | checking for efc... no |
| | 76 | checking for pgf95... no |
| | 77 | checking for lf95... no |
| | 78 | checking for ftn... no |
| | 79 | checking whether we are using the GNU Fortran 77 compiler... no |
| | 80 | checking whether accepts -g... no |
| | 81 | checking the maximum length of command line arguments... 32768 |
| | 82 | checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok |
| | 83 | checking for objdir... .libs |
| | 84 | checking for ar... ar |
| | 85 | checking for ranlib... ranlib |
| | 86 | checking for strip... strip |
| | 87 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
| | 88 | checking for gcc option to produce PIC... |
| | 89 | checking if gcc static flag -static works... yes |
| | 90 | checking if gcc supports -c -o file.o... yes |
| | 91 | checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 92 | checking whether -lc should be explicitly linked in... yes |
| | 93 | checking dynamic linker characteristics... haiku runtime_loader |
| | 94 | checking how to hardcode library paths into programs... immediate |
| | 95 | checking whether stripping libraries is possible... yes |
| | 96 | checking if libtool supports shared libraries... yes |
| | 97 | checking whether to build shared libraries... yes |
| | 98 | checking whether to build static libraries... yes |
| | 99 | configure: creating libtool |
| | 100 | appending configuration tag "CXX" to libtool |
| | 101 | checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 102 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 103 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 104 | checking for g++ option to produce PIC... |
| | 105 | checking if g++ static flag -static works... yes |
| | 106 | checking if g++ supports -c -o file.o... yes |
| | 107 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 108 | checking dynamic linker characteristics... haiku runtime_loader |
| | 109 | (cached) (cached) checking how to hardcode library paths into programs... immediate |
| | 110 | appending configuration tag "F77" to libtool |
| | 111 | checking for a BSD-compatible install... /bin/install -c |
| | 112 | checking for gcc... (cached) gcc |
| | 113 | checking whether we are using the GNU C compiler... (cached) yes |
| | 114 | checking whether gcc accepts -g... (cached) yes |
| | 115 | checking for gcc option to accept ISO C89... (cached) none needed |
| | 116 | checking dependency style of gcc... (cached) gcc |
| | 117 | checking whether we are using the GNU C++ compiler... (cached) yes |
| | 118 | checking whether g++ accepts -g... (cached) yes |
| | 119 | checking dependency style of g++... (cached) gcc |
| | 120 | checking for ANSI C header files... (cached) yes |
| | 121 | checking sys/time.h usability... yes |
| | 122 | checking sys/time.h presence... yes |
| | 123 | checking for sys/time.h... yes |
| | 124 | checking for gettimeofday... yes |
| | 125 | checking for round... yes |
| | 126 | checking for XML_ResumeParser in -lexpat... yes |
| | 127 | checking expat.h usability... yes |
| | 128 | checking expat.h presence... yes |
| | 129 | checking for expat.h... yes |
| | 130 | checking for uriParseUriA in -luriparser... yes |
| | 131 | checking uriparser/Uri.h usability... yes |
| | 132 | checking uriparser/Uri.h presence... yes |
| | 133 | checking for uriparser/Uri.h... yes |
| | 134 | configure: creating ./config.status |
| | 135 | config.status: creating Makefile |
| | 136 | config.status: creating test/CppTest/config.h |
| | 137 | config.status: test/CppTest/config.h is unchanged |
| | 138 | config.status: executing depfiles commands |
| | 139 | ~/libspiff-0.8.4> make |
| | 140 | source='src/SpiffData.cpp' object='src/SpiffData.lo' libtool=yes \ |
| | 141 | DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ |
| | 142 | /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/boot/common/include -I/boot/common/include -g -O2 -c -o src/SpiffData.lo src/SpiffData.cpp |
| | 143 | mkdir src/.libs |
| | 144 | g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/boot/common/include -I/boot/common/include -g -O2 -c src/SpiffData.cpp -Wp,-MD,src/.deps/SpiffData.TPlo -DPIC -o src/.libs/SpiffData.o |
| | 145 | /boot/home/libspiff-0.8.4/src/SpiffData.cpp: In function `static struct pair<const char *,const char *> * Spiff::SpiffData::getHelper(deque<pair<pair<const char *,bool> *,pair<const char *,bool> *> *,allocator<pair<pair<const char *,bool> *,pair<const char *,bool> *> *>,0> *&, int)': |
| | 146 | /boot/home/libspiff-0.8.4/src/SpiffData.cpp:622: no matching function for call to `deque<pair<pair<const char *,bool> *,pair<const char *,bool> *> *,allocator<pair<pair<const char *,bool> *,pair<const char *,bool> *> *>,0>::at (int &)' |
| | 147 | /boot/home/libspiff-0.8.4/src/SpiffData.cpp: In function `static const class Spiff::SpiffExtension * Spiff::SpiffData::getHelper(deque<pair<const Spiff::SpiffExtension *,bool> *,allocator<pair<const Spiff::SpiffExtension *,bool> *>,0> *&, int)': |
| | 148 | /boot/home/libspiff-0.8.4/src/SpiffData.cpp:643: no matching function for call to `deque<pair<const Spiff::SpiffExtension *,bool> *,allocator<pair<const Spiff::SpiffExtension *,bool> *>,0>::at (int &)' |
| | 149 | make: *** [src/SpiffData.lo] Error 1 |
| | 150 | ~/libspiff-0.8.4> |
| | 151 | }}} |
| | 152 | |
| | 153 | I suspect this may not work with gcc 2.95.3? |