Bug #422
sonic-visualiser does not build against GCC 4.7
Status: | Closed | Start date: | 2012-03-03 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
With GCC 4.7, even more header files are no longer included by default, including stdint.h -- this breaks the compilation of two files in svcore. Attached patch fixes it, as tested on Fedora 17 and Rawhide.
(Including cstdint instead of stdint.h does not work as it does not define intptr_t)
History
#1 Updated by Chris Cannam over 12 years ago
- Status changed from New to Closed
grrr!
Applied in svcore commit:21d39720d5da, thanks!