Я пытаюсь скомпилировать Scintilla / SciTE под Cygwin.
Компилятор выдает следующие ошибки:
Scintilla / GTK
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/include/c++/tuple:1652:70: error: use of deleted function ‘LexerCPP::SymbolValue::SymbolValue()’
second(std::forward<_Args2>(std::get<_Indexes2>(__tuple2))...)
^
Scite / GTK
SciTEGTK.cxx:2737:3: error: ‘kill’ was not declared in this scope
kill(-pidShell, SIGKILL);
^~~~
и
SciTEGTK.cxx:5299:5: error: ‘usleep’ was not declared in this scope
usleep(50000);
^~~~~~
Это большая проблема с Cygwin или я что-то упустил?