Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#3258 closed defect (fixed)

libsigc++-2.2.8 failed to build

Reported by: Arthur Radley Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords: libsigc++-2.2.8
Cc:

Description

libsigc++ (Chapter 8) failed during make with errors related to 'size_t' and 'ptrdiff_t' not naming a type. Fixed by adding #include <stddef.h> to signal.h and signal_base.h. I was using GCC-4.6.1 installed with LFS v7.0.

Reference: http://help.lockergnome.com/linux/Bug-620339-usr-include-sigc-sigc-signal_base-GCC--ftopict535063.html

Anyway, the package was built, tested, and installed normally after I did that.

Change History (3)

comment:1 by bdubbs@…, 12 years ago

Try libsigc++-2.2.10. That's the most recent.

comment:2 by Armin K, 12 years ago

Resolution: fixed
Status: newclosed

libsigc++-2.2.10 is in the book and the problem doesn't persist with it. Marking as resolved.

comment:3 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.