Ticket #916: jack.txt

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

Compilation output

Line 
1
2
3# gmake
4gmake -C libvo libvo.a
5gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libvo'
6gmake[1]: `libvo.a' is up to date.
7gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libvo'
8gmake -C libao2
9gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libao2'
10gmake[1]: Nothing to be done for `libs'.
11gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libao2'
12gmake -C input
13gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/input'
14gmake[1]: Nothing to be done for `libs'.
15gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/input'
16gmake -C vidix
17gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/vidix'
18gmake[1]: Nothing to be done for `libs'.
19gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/vidix'
20gmake -C gui
21gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/gui'
22gmake[1]: Nothing to be done for `libs'.
23gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/gui'
24gmake -C libmenu
25gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libmenu'
26gmake[1]: Nothing to be done for `libs'.
27gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libmenu'
28gmake -C libmpcodecs
29gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libmpcodecs'
30gmake[1]: Nothing to be done for `libs'.
31gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libmpcodecs'
32gmake -C libaf
33gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libaf'
34gmake[1]: Nothing to be done for `libs'.
35gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libaf'
36gmake -C libmpdemux libmpdemux.a
37gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libmpdemux'
38gmake[1]: `libmpdemux.a' is up to date.
39gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libmpdemux'
40gmake -C stream
41gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/stream'
42gmake[1]: Nothing to be done for `libs'.
43gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/stream'
44gmake -C libswscale
45gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libswscale'
46gmake[1]: Nothing to be done for `all'.
47gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libswscale'
48gmake -C libvo libosd.a
49gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libvo'
50gmake[1]: `libosd.a' is up to date.
51gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libvo'
52gmake -C libavformat
53gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libavformat'
54gmake[1]: Nothing to be done for `all'.
55gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libavformat'
56gmake -C libavcodec
57gmake[1]: Entering directory `/home/vishnu/MPlayer-1.0rc2/libavcodec'
58gcc -I../libswscale -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -I. -I.. -I../libavutil -W -Wall -O2 -march=i486 -mtune=i686 -pipe -g -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 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o i386/dsputil_mmx.o i386/dsputil_mmx.c
59i386/dsputil_mmx.c: In function `gmc_mmx':
60i386/dsputil_mmx.c:2666: warning: suggest parentheses around arithmetic in operand of |
61i386/dsputil_mmx.c:2666: warning: suggest parentheses around arithmetic in operand of |
62i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
63i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
64i386/dsputil_mmx.c:2667: warning: suggest parentheses around arithmetic in operand of |
65i386/dsputil_mmx.c:2677: warning: comparison between signed and unsigned
66i386/dsputil_mmx.c:2678: warning: comparison between signed and unsigned
67i386/dsputil_mmx.c: In function `dsputil_init_mmx':
68i386/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
69i386/dsputil_mmx.c:3330: error: for each function it appears in.)
70i386/dsputil_mmx.c:3336: error: `MM_SSE2' undeclared (first use in this function)
71i386/dsputil_mmx.c:3338: error: `MM_MMXEXT' undeclared (first use in this function)
72i386/dsputil_mmx.c:3632: error: `MM_3DNOW' undeclared (first use in this function)
73i386/dsputil_mmx.c:3777: error: `MM_3DNOWEXT' undeclared (first use in this function)
74i386/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'
75i386/dsputil_mmx.c: At top level:
76i386/dsputil_mmx.c:1804: warning: unused parameter 's'
77i386/dsputil_mmx.c:1804: warning: unused parameter 'h'
78i386/h264dsp_mmx.c:1351: warning: unused parameter 'tmpStride'
79i386/h264dsp_mmx.c:1352: warning: unused parameter 'h'
80i386/h264dsp_mmx.c:1352: warning: unused parameter 'tmpStride'
81i386/h264dsp_mmx.c:1351: warning: unused parameter 'tmpStride'
82i386/h264dsp_mmx.c:1352: warning: unused parameter 'tmpStride'
83i386/h264dsp_mmx.c:1351: warning: unused parameter 'h'
84i386/h264dsp_mmx.c:1355: warning: unused parameter 'tmpStride'
85i386/h264dsp_mmx.c:1356: warning: unused parameter 'h'
86i386/h264dsp_mmx.c:1356: warning: unused parameter 'tmpStride'
87i386/h264dsp_mmx.c:1355: warning: unused parameter 'tmpStride'
88i386/h264dsp_mmx.c:1356: warning: unused parameter 'tmpStride'
89i386/h264dsp_mmx.c:1355: warning: unused parameter 'h'
90i386/dsputil_mmx.c:1399: warning: unused parameter 'v'
91i386/dsputil_mmx.c:1279: warning: unused parameter 'v'
92i386/dsputil_mmx.c:1279: warning: unused parameter 'dummy'
93i386/dsputil_mmx.c:1803: warning: unused parameter 's'
94i386/dsputil_mmx.c:1803: warning: unused parameter 'h'
95i386/dsputil_mmx.c:1320: warning: unused parameter 'v'
96i386/dsputil_mmx.c:835: warning: unused parameter 'v'
97i386/dsputil_mmx.c:1217: warning: unused parameter 'v'
98i386/dsputil_mmx.c:1217: warning: unused parameter 'dummy'
99i386/dsputil_mmx.c:774: warning: unused parameter 'v'
100i386/dsputil_mmx.c:1796: warning: unused parameter 's'
101i386/dsputil_mmx.c:1796: warning: unused parameter 'h'
102gmake[1]: *** [i386/dsputil_mmx.o] Error 1
103gmake[1]: Leaving directory `/home/vishnu/MPlayer-1.0rc2/libavcodec'
104gmake: *** [libavcodec/libavcodec.a] Error 2
105#
106