[gentoo-user] Can't build wine

2006-04-20 Thread Justin Hart
Anybody know what this error is about?  I can't seem to build wine.

i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include 
-DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith  -march=pentium4 -pipe -O2 -o y.tab.o y.tab.c
flex -Cf  -d -8 ./parser.l
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include 
-DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith  -march=pentium4 -pipe -O2 -o lex.yy.o lex.yy.c
lex.yy.c:9174: error: syntax error before numeric constant
lex.yy.c: In function `yy_scan_string':
lex.yy.c:9175: error: number of arguments doesn't match prototype
lex.yy.c:367: error: prototype declaration
lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from
integer without a cast
lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer
from integer without a cast
./parser.l: At top level:
lex.yy.c:8687: warning: `yyunput' defined but not used
lex.yy.c:9266: warning: `yy_top_state' defined but not used
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving directory
`/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools'
make: *** [tools] Error 2

!!! ERROR: app-emulation/wine-20050725-r1 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  wine-20050725-r1.ebuild, line 133:   Called die

!!! depend
!!! If you need support, post the topmost build error, and the call
stack if relevant.



--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build wine

2006-04-20 Thread Matthias Langer
On Thu, 2006-04-20 at 03:12 -0400, Justin Hart wrote:
 Anybody know what this error is about?  I can't seem to build wine.
 
 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include 
 -DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
 -Wpointer-arith  -march=pentium4 -pipe -O2 -o y.tab.o y.tab.c
 flex -Cf  -d -8 ./parser.l
 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include 
 -DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
 -Wpointer-arith  -march=pentium4 -pipe -O2 -o lex.yy.o lex.yy.c
 lex.yy.c:9174: error: syntax error before numeric constant
 lex.yy.c: In function `yy_scan_string':
 lex.yy.c:9175: error: number of arguments doesn't match prototype
 lex.yy.c:367: error: prototype declaration
 lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from
 integer without a cast
 lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer
 from integer without a cast
 ./parser.l: At top level:
 lex.yy.c:8687: warning: `yyunput' defined but not used
 lex.yy.c:9266: warning: `yy_top_state' defined but not used
 make[2]: *** [lex.yy.o] Error 1
 make[2]: Leaving directory
 `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools/wrc'
 make[1]: *** [wrc] Error 2
 make[1]: Leaving directory
 `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools'
 make: *** [tools] Error 2
 
 !!! ERROR: app-emulation/wine-20050725-r1 failed.
 Call stack:
   ebuild.sh, line 1532:   Called dyn_compile
   ebuild.sh, line 929:   Called src_compile
   wine-20050725-r1.ebuild, line 133:   Called die
 
 !!! depend
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.
 
 
 
 --
 Justin W. Hart
 

Well, version 20050725-r1 is hardmasked, as it seems for good reasons.
If you want to try the latest version, go for 0.9.12 (just released a
few days ago) - it works fine for me. Otherwise try the currently stable
version 0.9.8-r1 which should also be newer than 20050725-r1.

HTH,
Matthias

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build wine

2006-04-20 Thread Justin Hart
Yeah, figured out that 0.9.1 compiles fine.  I'll have to try 0.9.12. 
I'm trying to run iTunes.

Justin

On 4/20/06, Matthias Langer [EMAIL PROTECTED] wrote:
 On Thu, 2006-04-20 at 03:12 -0400, Justin Hart wrote:
  Anybody know what this error is about?  I can't seem to build wine.
 
  i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
  -DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
  -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
  -Wpointer-arith  -march=pentium4 -pipe -O2 -o y.tab.o y.tab.c
  flex -Cf  -d -8 ./parser.l
  i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
  -DINCLUDEDIR=\/usr/include/wine\  -Wall -pipe
  -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
  -Wpointer-arith  -march=pentium4 -pipe -O2 -o lex.yy.o lex.yy.c
  lex.yy.c:9174: error: syntax error before numeric constant
  lex.yy.c: In function `yy_scan_string':
  lex.yy.c:9175: error: number of arguments doesn't match prototype
  lex.yy.c:367: error: prototype declaration
  lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from
  integer without a cast
  lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer
  from integer without a cast
  ./parser.l: At top level:
  lex.yy.c:8687: warning: `yyunput' defined but not used
  lex.yy.c:9266: warning: `yy_top_state' defined but not used
  make[2]: *** [lex.yy.o] Error 1
  make[2]: Leaving directory
  `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools/wrc'
  make[1]: *** [wrc] Error 2
  make[1]: Leaving directory
  `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools'
  make: *** [tools] Error 2
 
  !!! ERROR: app-emulation/wine-20050725-r1 failed.
  Call stack:
ebuild.sh, line 1532:   Called dyn_compile
ebuild.sh, line 929:   Called src_compile
wine-20050725-r1.ebuild, line 133:   Called die
 
  !!! depend
  !!! If you need support, post the topmost build error, and the call
  stack if relevant.
 
 
 
  --
  Justin W. Hart
 

 Well, version 20050725-r1 is hardmasked, as it seems for good reasons.
 If you want to try the latest version, go for 0.9.12 (just released a
 few days ago) - it works fine for me. Otherwise try the currently stable
 version 0.9.8-r1 which should also be newer than 20050725-r1.

 HTH,
 Matthias

 --
 gentoo-user@gentoo.org mailing list




--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list