看板 DFBSD_bugs 關於我們 聯絡資訊
On 2004-08-31, Patrick Mauritz <patrick.mauritz@gmail.com> wrote: >> kpty.cpp: In member function `bool KPty::open()': >> kpty.cpp:319: error: `TCGETS' undeclared (first use this function) >> kpty.cpp:319: error: (Each undeclared identifier is reported only once for >> each function it appears in.) >> kpty.cpp:330: error: `TCSETS' undeclared (first use this function) >> kpty.cpp: In member function `void KPty::setXonXoff(bool)': >> kpty.cpp:470: error: `TCGETS' undeclared (first use this function) >> kpty.cpp:477: error: `TCSETS' undeclared (first use this function) > s,__FreeBSD__,__DragonFly__,g in that file (and others) hm, this seems to fix the problems with compiling (still compiling so we will see if it really solves it), maybe somebody should make a dfport with the patches for this?