2024-04-19 15:16 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002155LibNSFB[All Projects] Generalpublic2014-07-21 14:54
ReporterIgor Nikitin 
Assigned ToVincent Sanders 
PrioritynormalSeverityminorReproducibilityalways
StatusacknowledgedResolutionopen 
Platformx86_64OSUbuntuOS Version14.10
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.
Fixed in CI build #
Reported in CI build #
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2014-06-21 20:46 Igor Nikitin New Issue
2014-06-24 19:06 Vincent Sanders Status new => acknowledged
2014-07-17 09:23 Michael Drake Assigned To => Vincent Sanders
2014-07-17 09:23 Michael Drake Status acknowledged => assigned
2014-07-21 14:54 Vincent Sanders Status assigned => acknowledged
+Issue History