Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.10
-
Fix Version/s: None
-
Component/s: Make build system
-
Labels:None
-
Environment:
Linux
Description
In the upcoming gcc-4.3, 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. This causes error when compiling sword-1.5.10 with gcc-4.3, the attached patch incorporates the missing headers.