Ticket #917: jack.2.txt

File jack.2.txt, 4.1 KB (added by vishnudead@…, 19 years ago)

"gmake" compilation output

Line 
1# gmake
2gmake -C libvo libvo.a
3gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libvo'
4gmake[1]: `libvo.a' is up to date.
5gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libvo'
6gmake -C libao2
7gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libao2'
8gmake[1]: Nothing to be done for `libs'.
9gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libao2'
10gmake -C input
11gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/input'
12gmake[1]: Nothing to be done for `libs'.
13gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/input'
14gmake -C vidix
15gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/vidix'
16gmake[1]: Nothing to be done for `libs'.
17gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/vidix'
18gmake -C libmpcodecs
19gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libmpcodecs'
20gmake[1]: Nothing to be done for `libs'.
21gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libmpcodecs'
22gmake -C libaf
23gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libaf'
24gmake[1]: Nothing to be done for `libs'.
25gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libaf'
26gmake -C libmpdemux libmpdemux.a
27gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libmpdemux'
28gmake[1]: `libmpdemux.a' is up to date.
29gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libmpdemux'
30gmake -C stream
31gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/stream'
32gmake[1]: Nothing to be done for `libs'.
33gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/stream'
34gmake -C libswscale
35gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libswscale'
36gmake[1]: Nothing to be done for `all'.
37gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libswscale'
38gmake -C libvo libosd.a
39gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libvo'
40gmake[1]: `libosd.a' is up to date.
41gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libvo'
42gmake -C libavformat
43gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libavformat'
44gmake[1]: Nothing to be done for `all'.
45gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libavformat'
46gmake -C libavcodec
47gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libavcodec'
48gcc -I../libswscale -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdisabled-optimization -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/openwin/include -I/opt/csw/include/SDL -D_REENTRANT -I/opt/csw/include/freetype2 -I/opt/csw/include -I/opt/csw/include -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c
49i386/dsputil_mmx.c: In function `gmc_mmx':
50i386/dsputil_mmx.c:2666: warning: suggest parentheses around arithmetic in operand of |
51i386/dsputil_mmx.c:2666: warning: suggest parentheses around arithmetic in operand of |
52i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
53i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
54i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
55i386/dsputil_mmx.c: In function `dsputil_init_mmx':
56i386/dsputil_mmx.c:3330: error: `MM_MMX' undeclared (first use in this function)i386/dsputil_mmx.c:3330: error: (Each undeclared identifier is reported only once
57i386/dsputil_mmx.c:3330: error: for each function it appears in.)
58i386/dsputil_mmx.c:3336: error: `MM_SSE2' undeclared (first use in this function)
59i386/dsputil_mmx.c:3338: error: `MM_MMXEXT' undeclared (first use in this function)
60i386/dsputil_mmx.c:3632: error: `MM_3DNOW' undeclared (first use in this function)
61i386/dsputil_mmx.c:3777: error: `MM_3DNOWEXT' undeclared (first use in this function)
62i386/dsputil_mmx.c:3779: error: `MM_SSE' undeclared (first use in this function)i386/dsputil_mmx.c:3791: warning: implicit declaration of function `dsputil_init_pix_mmx'
63gmake[1]: *** [i386/dsputil_mmx.o] Error 1
64gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libavcodec'
65gmake: *** [libavcodec/libavcodec.a] Error 2
66#