Opened 14 years ago

Last modified 13 years ago

#1756 new defect

./configure && make && make install - fails in priority.c

Reported by: heatnserve.gaming@… Owned by: reimar
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I'm very new to Cygwin (installed it today), so I apologize in advance if the error is from my doing and not a bug. I basically followed guides online for installing mplayer in Cygwin.

After installing yasm, I was able to run ./configure without issue. Making runs smoothly for a while, but then fails here:

osdep/priority.c: In function 'set_priority':
osdep/priority.c:44: error: 'REALTIME_PRIORITY_CLASS' undeclared (first use in this function)
osdep/priority.c:44: error: (Each undeclared identifier is reported only once
osdep/priority.c:44: error: for each function it appears in.)
osdep/priority.c:45: error: 'HIGH_PRIORITY_CLASS' undeclared (first use in this function)
osdep/priority.c:49: error: 'NORMAL_PRIORITY_CLASS' undeclared (first use in this function)
osdep/priority.c:53: error: 'IDLE_PRIORITY_CLASS' undeclared (first use in this function)
osdep/priority.c:67: warning: implicit declaration of function 'SetPriorityClass'
osdep/priority.c:67: warning: implicit declaration of function 'GetCurrentProcess'
make: * [osdep/priority.o] Error 1

I tried to fix it, but sadly it's been too long since I've done anything with C.

$ svn info /usr/local/src/mplayer
Path: /usr/local/src/mplayer
URL: svn://svn.mplayerhq.hu/mplayer/trunk
Repository Root: svn://svn.mplayerhq.hu/mplayer
Repository UUID: b3059339-0415-0410-9bf9-f77b7e298cf2
Revision: 31951
Node Kind: directory
Schedule: normal
Last Changed Author: diego
Last Changed Rev: 31951
Last Changed Date: 2010-08-09 19:36:53 -0500 (Mon, 09 Aug 2010)

Change History (1)

comment:1 by compn, 13 years ago

Cc: patriotact@… added

i think no one maintains cygwin anymore. does this still occur in svn ?

Note: See TracTickets for help on using tickets.