Skip to content

Cygwin build bot? #1274

@khaledhosny

Description

@khaledhosny

I’m told that HarfBuzz does not currently build on Cygwin, is this a known issue?:

../../src/hb-blob.cc: In function ‘hb_blob_t* hb_blob_create_from_file(const char*)’:
../../src/hb-blob.cc:545:40: error: ‘_O_BINARY’ was not declared in this scope
   int fd = open (file_name, O_RDONLY | _O_BINARY, 0);
                                        ^~~~~~~~~
../../src/hb-blob.cc:545:40: note: suggested alternative: ‘O_BINARY’
   int fd = open (file_name, O_RDONLY | _O_BINARY, 0);
                                        ^~~~~~~~~
                                        O_BINARY

Do we have a Cygwin build bot, and if not do we want one?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions