-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Original issue 3 created by [email protected] on 2011-05-10T14:03:43.000Z:
SVN r27.
I am on Debian unstable (as of today) and its default GCC version is
4.6.0. Doing "make" results in:
./port/port_posix.h:14:22: fatal error: cstdatomic: No such file or
directory
It seems that cstdatomic was renamed to atomic in newer GCC versions.
Replacing cstdatomic include with atomic include in the header worked
for me.
Metadata
Metadata
Assignees
Labels
No labels