summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/705931
blob: 70e166d54aabd17e502c9c270df6a02566641f67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
graphic: 0.852
mistranslation: 0.833
instruction: 0.782
semantic: 0.724
device: 0.691
assembly: 0.628
other: 0.625
boot: 0.608
network: 0.444
socket: 0.443
vnc: 0.378
KVM: 0.188

make ui sdl error 1 on git devel

after clone git devel, try compile on slackware 13.1 32 bit machine got error:

ui/sdl.c:809:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
ui/sdl.c:815:36: error: expected ')' before '*' token
/usr/include/X11/Xlib.h:3575:14: error: old-style parameter declarations in prototyped function definition
/usr/include/X11/Xlib.h:3576:5: error: parameter name omitted
ui/sdl.c:883:1: error: expected '{' at end of input
ui/sdl.c:883:1: error: control reaches end of non-void function
make: *** [ui/sdl.o] Error 1


root@darkstar:/usr/src/qemu/qemu# gcc -v
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.5.1/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.5.1/lto-wrapper
Target: i486-slackware-linux
Configured with: ../gcc-4.5.1/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.5.1 (GCC) 


root@darkstar:/usr/src/qemu/qemu# uname -a
Linux darkstar 2.6.35.7-smp #2 SMP Mon Oct 11 14:52:09 CDT 2010 i686 Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz GenuineIntel GNU/Linux
root@darkstar:/usr/src/qemu/qemu# cat /etc/slackware-version 
Slackware 13.1.0

thanks



Hi,

Thanks for reporting this issue. I'm not able to repeat the problem (although I have no slackware), and the bug does look strange.

Can you update (git pull) and try again?

Can you confirm that you are using git://git.qemu.org/qemu.git?

If it still fails, can you look at the problem file (ui/sdl.c) and see if it looks complete? For me, this file has 895 lines (last line is blank, line 894 has the closing braces).

qalbi, do you still have issues?

[Expired for QEMU because there has been no activity for 60 days.]