Gentoo Archives: gentoo-user

From: Justin Hart <justinhart@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't build wine
Date: Thu, 20 Apr 2006 07:17:31
Message-Id: a330f67d0604200012i66bbdf1eh46a4889458699bfa@mail.gmail.com
1 Anybody know what this error is about? I can't seem to build wine.
2
3 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
4 -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
5 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
6 -Wpointer-arith -march=pentium4 -pipe -O2 -o y.tab.o y.tab.c
7 flex -Cf -d -8 ./parser.l
8 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
9 -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
10 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
11 -Wpointer-arith -march=pentium4 -pipe -O2 -o lex.yy.o lex.yy.c
12 lex.yy.c:9174: error: syntax error before numeric constant
13 lex.yy.c: In function `yy_scan_string':
14 lex.yy.c:9175: error: number of arguments doesn't match prototype
15 lex.yy.c:367: error: prototype declaration
16 lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from
17 integer without a cast
18 lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer
19 from integer without a cast
20 ./parser.l: At top level:
21 lex.yy.c:8687: warning: `yyunput' defined but not used
22 lex.yy.c:9266: warning: `yy_top_state' defined but not used
23 make[2]: *** [lex.yy.o] Error 1
24 make[2]: Leaving directory
25 `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools/wrc'
26 make[1]: *** [wrc] Error 2
27 make[1]: Leaving directory
28 `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools'
29 make: *** [tools] Error 2
30
31 !!! ERROR: app-emulation/wine-20050725-r1 failed.
32 Call stack:
33 ebuild.sh, line 1532: Called dyn_compile
34 ebuild.sh, line 929: Called src_compile
35 wine-20050725-r1.ebuild, line 133: Called die
36
37 !!! depend
38 !!! If you need support, post the topmost build error, and the call
39 stack if relevant.
40
41
42
43 --
44 Justin W. Hart
45
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't build wine Matthias Langer <mlangc@×××.at>