The libsigc++ package implements a typesafe callback system for standard C++.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsigc++/2.3/libsigc++-2.3.2.tar.xz
Download MD5 sum: e75fbd6f5cc34d058a9dabec96245dc8
Download size: 3.5 MB
Estimated disk space required: 34 MB (additional 12 MB for the tests)
Estimated build time: less than 0.1 SBU (additional 0.1 SBU for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++
Install libsigc++ by running the following commands:
sed -i '/type_traits.h/i\#include <sigc++/visit_each.h>' \ sigc++/macros/limit_reference.h.m4 && ./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i '/type_traits.h/i\#include <sigc++/visit_each.h>' sigc++/macros/limit_reference.h.m4: This sed fixes a bug which prevents inkscape compiling.
Last updated on 2014-09-14 13:18:45 -0700