Table of Contents
PortLog: dev-libs/libsigc++
http://libsigc.sourceforge.net/
version 2.0.18
| R5 | unstable |
| BONE | untested |
| Haiku | broken |
(scottmc) - [Haiku]
Copy in haiku config.guess/.sub files, then run libtoolize --force, and aclocal
Then ./configure --prefix=/boot/common
Then make fails:
/bin/make all-recursive
make[1]: Entering directory `/boot/test/libsigc++-2.0.18'
Making all in sigc++
make[2]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++'
/bin/make all-am
make[3]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++'
make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++'
Making all in tests
make[2]: Entering directory `/boot/test/libsigc++-2.0.18/tests'
source='test_deduce_result_type.cc' object='test_deduce_result_type.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \
g++ -I. -I.. -I.. -I.. -g -O2 -c -o test_deduce_result_type.o test_deduce_result_type.cc
In file included from /boot/test/libsigc++-2.0.18/sigc++/adaptors/adaptors.h:23,
from /boot/test/libsigc++-2.0.18/sigc++/sigc++.h:26,
from /boot/test/libsigc++-2.0.18/tests/test_deduce_result_type.cc:8:
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: ANSI C++ forbids declaration `type' with no type
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `deduce_result_type_internal' is not a template
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `type' is not a class or namespace
/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: ANSI C++ forbids declaration `type' with no type
make[2]: *** [test_deduce_result_type.o] Error 1
make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/boot/test/libsigc++-2.0.18'
make: *** [all] Error 2
/boot/test/libsigc++-2.0.18>