#131 closed defect (fixed)
./configure'd OK, MPlayer fails to compile (`TIOCGWINSZ' undeclared)
Reported by: | Dominik 'Rathann' Mierzejewski | Owned by: | reimar |
---|---|---|---|
Priority: | very important | Component: | core |
Version: | HEAD | Severity: | blocker |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
$ ./configure && make
[...]
gcc -c -I../libvo -I../../libvo -O4 -mcpu=v9 -pipe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.
-I/local/include -I/local/include/freetype2 -o mplayer.o mplayer.c
mplayer.c: In function `print_status':
mplayer.c:819: error: storage size of `ws' isn't known
mplayer.c:820: error: `TIOCGWINSZ' undeclared (first use in this function)
mplayer.c:820: error: (Each undeclared identifier is reported only once
mplayer.c:820: error: for each function it appears in.)
make: * [mplayer.o] Error 1
Disabling termcap and termios doesn't help. While trying that, I've discovered
there's no way to disable termios, patch pending.
Attachments (2)
Change History (7)
by , 20 years ago
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Oh, forgot to mention: this is Solaris 9, MPlayer CVS snapshot 20041108.
comment:3 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
./configure --prefix=/local
output