#3258 closed defect (fixed)
libsigc++-2.2.8 failed to build
Reported by: | Arthur Radley | Owned by: | |
---|---|---|---|
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.
Anyway, the package was built, tested, and installed normally after I did that.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
libsigc++-2.2.10 is in the book and the problem doesn't persist with it. Marking as resolved.
Note:
See TracTickets
for help on using tickets.
Try libsigc++-2.2.10. That's the most recent.