Ticket #87 (closed defect: fixed)
Does not build with gcc-4.3
| Reported by: | belegdol | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | museek_general | Version: | 0.1.13 |
| Keywords: | Cc: |
Description
This will be required for inclusion in Fedora 9. Build log is here: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/header-dep/museek+-0.1.13-1.fc8.log The error is described by the gcc maintainer as the following: libstdc++ header dependencies have been streamlined, reducing unnecessary includes and pre-processed bloat. The STL headers have been cleaned up, so that the headers don't drag in unnecessary dependencies which aren't requested by the standard. E.g. <string> no longer includes <cstdlib>, etc. Most of these bugs will be fixed just by including the proper headers, <cstdlib>, <cstring>, <cstdio> are the most common ones
Cheers.
