Mail Archives: cygwin/2003/10/05/12:41:13
> From: Terrence Brannon
> Sent: Sunday, October 05, 2003 3:51 PM
<SNIP>
> 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
<SNIP>
>
> 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/
- Raw text -