MantisBT - LibNSFB
View Issue Details
0002155LibNSFB[All Projects] Generalpublic2014-06-21 20:462014-07-21 14:54
ReporterIgor Nikitin 
Assigned ToVincent Sanders 
PrioritynormalSeverityminorReproducibilityalways
StatusacknowledgedResolutionopen 
Platformx86_64OSUbuntuOS Version14.10
Fixed in CI build #
Reported in CI build #
Summary0002155: Unable to build libnsfb
DescriptionBuild error:

src/surface/wld.c:1414:22: error: ‘O_CLOEXEC’ undeclared (first use in this function)
  fd = mkostemp(name, O_CLOEXEC);

To fix need to change:

#define _XOPEN_SOURCE 500

to

#define _XOPEN_SOURCE 700
TagsNo tags attached.
Attached Files

There are no notes attached to this issue.

Issue History
2014-06-21 20:46Igor NikitinNew Issue
2014-06-24 19:06Vincent SandersStatusnew => acknowledged
2014-07-17 09:23Michael DrakeAssigned To => Vincent Sanders
2014-07-17 09:23Michael DrakeStatusacknowledged => assigned
2014-07-21 14:54Vincent SandersStatusassigned => acknowledged