| | 16 | |
| | 17 | Copy in haiku config.guess/.sub files, then run libtoolize --force, and aclocal[[BR]] |
| | 18 | Then ./configure --prefix=/boot/common |
| | 19 | |
| | 20 | Then make fails: |
| | 21 | {{{ |
| | 22 | /bin/make all-recursive |
| | 23 | make[1]: Entering directory `/boot/test/libsigc++-2.0.18' |
| | 24 | Making all in sigc++ |
| | 25 | make[2]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++' |
| | 26 | /bin/make all-am |
| | 27 | make[3]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++' |
| | 28 | make[3]: Nothing to be done for `all-am'. |
| | 29 | make[3]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++' |
| | 30 | make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++' |
| | 31 | Making all in tests |
| | 32 | make[2]: Entering directory `/boot/test/libsigc++-2.0.18/tests' |
| | 33 | source='test_deduce_result_type.cc' object='test_deduce_result_type.o' libtool=no \ |
| | 34 | DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ |
| | 35 | g++ -I. -I.. -I.. -I.. -g -O2 -c -o test_deduce_result_type.o test_deduce_result_type.cc |
| | 36 | In file included from /boot/test/libsigc++-2.0.18/sigc++/adaptors/adaptors.h:23, |
| | 37 | from /boot/test/libsigc++-2.0.18/sigc++/sigc++.h:26, |
| | 38 | from /boot/test/libsigc++-2.0.18/tests/test_deduce_result_type.cc:8: |
| | 39 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `deduce_result_type_internal' is not a template |
| | 40 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `type' is not a class or namespace |
| | 41 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: ANSI C++ forbids declaration `type' with no type |
| | 42 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `deduce_result_type_internal' is not a template |
| | 43 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `type' is not a class or namespace |
| | 44 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: ANSI C++ forbids declaration `type' with no type |
| | 45 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `deduce_result_type_internal' is not a template |
| | 46 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `type' is not a class or namespace |
| | 47 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: ANSI C++ forbids declaration `type' with no type |
| | 48 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `deduce_result_type_internal' is not a template |
| | 49 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `type' is not a class or namespace |
| | 50 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: ANSI C++ forbids declaration `type' with no type |
| | 51 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `deduce_result_type_internal' is not a template |
| | 52 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `type' is not a class or namespace |
| | 53 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: ANSI C++ forbids declaration `type' with no type |
| | 54 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `deduce_result_type_internal' is not a template |
| | 55 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `type' is not a class or namespace |
| | 56 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: ANSI C++ forbids declaration `type' with no type |
| | 57 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `deduce_result_type_internal' is not a template |
| | 58 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `type' is not a class or namespace |
| | 59 | /boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: ANSI C++ forbids declaration `type' with no type |
| | 60 | make[2]: *** [test_deduce_result_type.o] Error 1 |
| | 61 | make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/tests' |
| | 62 | make[1]: *** [all-recursive] Error 1 |
| | 63 | make[1]: Leaving directory `/boot/test/libsigc++-2.0.18' |
| | 64 | make: *** [all] Error 2 |
| | 65 | /boot/test/libsigc++-2.0.18> |
| | 66 | }}} |