MantisBT - Buildsystem
View Issue Details
0002809Buildsystem[All Projects] Generalpublic2021-03-22 16:202021-03-22 16:20
ReporterPICCORO Lenz McKAY 
Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
StatusnewResolutionopen 
PlatformLinuxOSOS Version
Fixed in CI build #
Reported in CI build #
Summary0002809: error: unknown type name 'DIR'
Descriptiontrying to compile in older rasberry pi get this error


[ 329s] frontends/gtk/toolbar.c: In function 'savepage_button_clicked_cb':
[ 329s] frontends/gtk/toolbar.c:2201:2: error: unknown type name 'DIR'

solved by including #include <dirent.h>
Additional Informationpatch attached
TagsNo tags attached.
Attached Filespatch dirmissing-olderwheezy.patch (344) 2021-03-22 16:20
https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=697&type=bug

There are no notes attached to this issue.

Issue History
2021-03-22 16:20PICCORO Lenz McKAYNew Issue
2021-03-22 16:20PICCORO Lenz McKAYFile Added: dirmissing-olderwheezy.patch