Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 05 Sep 2005 13:10:48 +0200 From: "Alex Kholodenko" To: "Alex Kholodenko" , cygwin AT cygwin DOT com Subject: Missing definitions in termios.h MIME-Version: 1.0 Content-Type: text/plain Message-ID: In-Reply-To: References: X-Authenticated-Sender: xolx AT xdimax DOT com X-Spam-Processed: xdimax.com, Mon, 05 Sep 2005 13:10:49 +0200 (not processed: message from valid local sender) X-Return-Path: xolx AT xdimax DOT com X-MDaemon-Deliver-To: cygwin AT cygwin DOT com X-MDAV-Processed: xdimax.com, Mon, 05 Sep 2005 13:10:50 +0200 While compiling some project I've got following errors: picport.cc:63: `TIOCM_RTS' undeclared (first use this function) picport.cc:67: `TIOCM_DTR' undeclared (first use this function) picport.cc:70: `TIOCMSET' undeclared (first use this function) picport.cc:101: `TIOCCBRK' undeclared (first use this function) picport.cc:103: `TIOCMGET' undeclared (first use this function) picport.cc:110: `TIOCM_CTS' undeclared (first use this function) picport.cc:196: `TIOCSBRK' undeclared (first use this function) All this are definitions from termios.h that definitely where in this file before. What can be done? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/