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 From: "Hannu E K Nevalainen \(garbage mail\)" To: "Cygwin List" Subject: RE: scid-3.5a: compilation failure on latest cygwin (`PRIO_PROCESS' undeclared) Date: Sun, 5 Oct 2003 18:40:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <3F8021AF.3070201@urth.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 > From: Terrence Brannon > Sent: Sunday, October 05, 2003 3:51 PM > last part of make.err > --------------------- > > In file included from src/game.h:24, > from src/tkscid.h:20, > from src/tkscid.cpp:16: > src/textbuf.h: In member function `void > TextBuffer::ClearTranslation(char)': > src/textbuf.h:70: warning: array subscript has type `char' > src/tkscid.cpp: In function `int sc_info_priority(void*, Tcl_Interp*, int, > const char**)': > src/tkscid.cpp:8363: error: `PRIO_PROCESS' undeclared (first use this > function) PRIO_PROCESS and related stuff [ get/setpriority() ] isn't defined [in resources.h] for cygwin. You'll have to work around this in some manner, I hit the same thing when compiling bladeenc some time ago. This was fairly easy for bladeenc, might not be at another level for your project. From a message posted 23 sep: > From: Christopher Faylor > Sent: Tuesday, September 23, 2003 5:36 PM > > Right. cygwin doesn't export a [gs]etpriority, so if some package is > exporting it, that is... interesting. /Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E -- UTC+01, DST -> UTC+02 -- --END OF MESSAGE-- -- 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/