X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-50.8 required=5.0 tests=AWL,BAYES_00,FH_HOST_EQ_VERIZON_P,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC X-Spam-Check-By: sourceware.org Date: Mon, 15 Feb 2010 12:26:37 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: wconsole on cygwin Message-ID: <20100215172637.GA17509@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <146171 DOT 35302 DOT qm AT web27301 DOT mail DOT ukl DOT yahoo DOT com> <4B797D5B DOT 9090105 AT sbcglobal DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B797D5B.9090105@sbcglobal.net> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mon, Feb 15, 2010 at 04:59:07PM +0000, Greg Chicares wrote: >On 2010-02-15 15:51Z, ghada zaibi wrote: >> >> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -g -O2 -I/usr/local/include/SDL -I/us >> r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF .deps/main.Tp >> o -c -o main.o main.c > >'-mno-cygwin' essentially means you're building for MinGW, but... > >> fifo.h:25:21: termios.h: No such file or directory > >...MinGW doesn't provide POSIX headers, and... > >> main.c:384: error: `SIGQUIT' undeclared (first use in this function) > >...MinGW doesn't support POSIX signals, so I suppose you should try >building without '-mno-cygwin'. And, if that still doesn't work it would make sense to check with the people who supplied "wconsole" since you're not going to find a lot of experts here. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple