libsigc++-2.3.2

Introduction to libsigc++

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.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++

Installation of 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

Command Explanations

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.

Contents

Installed Programs: None
Installed Library: libsigc-2.0.so
Installed Directories: /usr/include/sigc++-2.0, /usr/lib/sigc++-2.0, /usr/share/devhelp/books/libsigc++-2.0 and /usr/share/doc/libsigc++-2.0

Short Descriptions

libsigc-2.0.so

contains the libsigc++ API methods.

Last updated on 2014-09-14 13:18:45 -0700