| 1 | | |
| | 1 | * cat $(aclocal --print-ac-dir)/libtool.m4 >> acinclude.m4 |
| | 2 | * libtoolize --force --copy |
| | 3 | * aclocal |
| | 4 | * automake --add-missing |
| | 5 | * autoconf |
| | 6 | Then ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include[[BR]] |
| | 7 | |
| | 8 | {{{ |
| | 9 | ~/SDL_gfx-2.0.17> ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/inclu |
| | 10 | de |
| | 11 | checking for a BSD-compatible install... /bin/install -c |
| | 12 | checking whether build environment is sane... yes |
| | 13 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| | 14 | checking for gawk... gawk |
| | 15 | checking whether make sets $(MAKE)... yes |
| | 16 | checking build system type... i586-pc-haiku |
| | 17 | checking host system type... i586-pc-haiku |
| | 18 | checking target system type... i586-pc-haiku |
| | 19 | checking for style of include used by make... GNU |
| | 20 | checking for gcc... gcc |
| | 21 | checking for C compiler default output file name... conftest |
| | 22 | checking whether the C compiler works... yes |
| | 23 | checking whether we are cross compiling... no |
| | 24 | checking for suffix of executables... |
| | 25 | checking for suffix of object files... o |
| | 26 | checking whether we are using the GNU C compiler... yes |
| | 27 | checking whether gcc accepts -g... yes |
| | 28 | checking for gcc option to accept ISO C89... none needed |
| | 29 | checking dependency style of gcc... gcc |
| | 30 | checking for a sed that does not truncate output... /bin/sed |
| | 31 | checking for grep that handles long lines and -e... /bin/grep |
| | 32 | checking for egrep... /bin/grep -E |
| | 33 | checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 34 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 35 | checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r |
| | 36 | checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B |
| | 37 | checking whether ln -s works... yes |
| | 38 | checking how to recognize dependent libraries... pass_all |
| | 39 | checking how to run the C preprocessor... gcc -E |
| | 40 | checking for ANSI C header files... yes |
| | 41 | checking for sys/types.h... yes |
| | 42 | checking for sys/stat.h... yes |
| | 43 | checking for stdlib.h... yes |
| | 44 | checking for string.h... yes |
| | 45 | checking for memory.h... yes |
| | 46 | checking for strings.h... yes |
| | 47 | checking for inttypes.h... yes |
| | 48 | checking for stdint.h... yes |
| | 49 | checking for unistd.h... yes |
| | 50 | checking dlfcn.h usability... yes |
| | 51 | checking dlfcn.h presence... yes |
| | 52 | checking for dlfcn.h... yes |
| | 53 | checking for g++... g++ |
| | 54 | checking whether we are using the GNU C++ compiler... yes |
| | 55 | checking whether g++ accepts -g... yes |
| | 56 | checking dependency style of g++... gcc |
| | 57 | checking how to run the C++ preprocessor... g++ -E |
| | 58 | checking for g77... no |
| | 59 | checking for xlf... no |
| | 60 | checking for f77... no |
| | 61 | checking for frt... no |
| | 62 | checking for pgf77... no |
| | 63 | checking for cf77... no |
| | 64 | checking for fort77... no |
| | 65 | checking for fl32... no |
| | 66 | checking for af77... no |
| | 67 | checking for xlf90... no |
| | 68 | checking for f90... no |
| | 69 | checking for pgf90... no |
| | 70 | checking for pghpf... no |
| | 71 | checking for epcf90... no |
| | 72 | checking for gfortran... no |
| | 73 | checking for g95... no |
| | 74 | checking for xlf95... no |
| | 75 | checking for f95... no |
| | 76 | checking for fort... no |
| | 77 | checking for ifort... no |
| | 78 | checking for ifc... no |
| | 79 | checking for efc... no |
| | 80 | checking for pgf95... no |
| | 81 | checking for lf95... no |
| | 82 | checking for ftn... no |
| | 83 | checking whether we are using the GNU Fortran 77 compiler... no |
| | 84 | checking whether accepts -g... no |
| | 85 | checking the maximum length of command line arguments... 32768 |
| | 86 | checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok |
| | 87 | checking for objdir... .libs |
| | 88 | checking for ar... ar |
| | 89 | checking for ranlib... ranlib |
| | 90 | checking for strip... strip |
| | 91 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
| | 92 | checking for gcc option to produce PIC... |
| | 93 | checking if gcc static flag -static works... yes |
| | 94 | checking if gcc supports -c -o file.o... yes |
| | 95 | checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 96 | checking whether -lc should be explicitly linked in... yes |
| | 97 | checking dynamic linker characteristics... haiku runtime_loader |
| | 98 | checking how to hardcode library paths into programs... immediate |
| | 99 | checking whether stripping libraries is possible... yes |
| | 100 | checking if libtool supports shared libraries... yes |
| | 101 | checking whether to build shared libraries... yes |
| | 102 | checking whether to build static libraries... yes |
| | 103 | configure: creating libtool |
| | 104 | appending configuration tag "CXX" to libtool |
| | 105 | checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld |
| | 106 | checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes |
| | 107 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 108 | checking for g++ option to produce PIC... |
| | 109 | checking if g++ static flag -static works... yes |
| | 110 | checking if g++ supports -c -o file.o... yes |
| | 111 | checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes |
| | 112 | checking dynamic linker characteristics... haiku runtime_loader |
| | 113 | (cached) (cached) checking how to hardcode library paths into programs... immediate |
| | 114 | appending configuration tag "F77" to libtool |
| | 115 | checking whether make sets $(MAKE)... (cached) yes |
| | 116 | checking for gcc... (cached) gcc |
| | 117 | checking whether we are using the GNU C compiler... (cached) yes |
| | 118 | checking whether gcc accepts -g... (cached) yes |
| | 119 | checking for gcc option to accept ISO C89... (cached) none needed |
| | 120 | checking dependency style of gcc... (cached) gcc |
| | 121 | checking whether we are using the GNU C++ compiler... (cached) yes |
| | 122 | checking whether g++ accepts -g... (cached) yes |
| | 123 | checking dependency style of g++... (cached) gcc |
| | 124 | checking for a BSD-compatible install... /bin/install -c |
| | 125 | checking for an ANSI C-conforming const... yes |
| | 126 | checking for sdl-config... /boot/common/bin/sdl-config |
| | 127 | checking for SDL - version >= 1.2.0... yes |
| | 128 | configure: creating ./config.status |
| | 129 | config.status: creating Makefile |
| | 130 | config.status: executing depfiles commands |
| | 131 | ~/SDL_gfx-2.0.17> make |
| | 132 | source='SDL_gfxPrimitives.c' object='SDL_gfxPrimitives.lo' libtool=yes \ |
| | 133 | DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ |
| | 134 | /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DBUILD_DLL -I. -I/boot/common/include -g -O2 -DUSE_MMX -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o SDL_gfxPrimitives.lo SDL_gfxPrimitives.c |
| | 135 | mkdir .libs |
| | 136 | gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DBUILD_DLL -I. -I/boot/common/include -g -O2 -DUSE_MMX -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c SDL_gfxPrimitives.c -Wp,-MD,.deps/SDL_gfxPrimitives.TPlo -DPIC -o .libs/SDL_gfxPrimitives.o |
| | 137 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c: In function `arcColor': |
| | 138 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2293: parse error before `drawoct' |
| | 139 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2304: parse error before `int' |
| | 140 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2312: `oct' undeclared (first use in this function) |
| | 141 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2312: (Each undeclared identifier is reported only once |
| | 142 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2312: for each function it appears in.) |
| | 143 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2314: `startoct' undeclared (first use in this function) |
| | 144 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2320: `temp' undeclared (first use in this function) |
| | 145 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2321: warning: unreachable code at beginning of switch statement |
| | 146 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2336: `stopval_start' undeclared (first use in this function) |
| | 147 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2342: `drawoct' undeclared (first use in this function) |
| | 148 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2345: `endoct' undeclared (first use in this function) |
| | 149 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2352: warning: unreachable code at beginning of switch statement |
| | 150 | /boot/home/SDL_gfx-2.0.17/SDL_gfxPrimitives.c:2367: `stopval_end' undeclared (first use in this function) |
| | 151 | make: *** [SDL_gfxPrimitives.lo] Error 1 |
| | 152 | ~/SDL_gfx-2.0.17> |
| | 153 | }}} |