Results 1 to 2 of 2
I've been trying to compile winex from cvs, and encountered an odd problem.
I was able to cvs no problem, however once i went to compile, i went through the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-06-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 14
winex problem
I've been trying to compile winex from cvs, and encountered an odd problem.
I was able to cvs no problem, however once i went to compile, i went through the configure portion, and had to load several new packages so everything would clear up(it didnt halt me anymore, so i'm assuming it all did clear up)
then i went to try make, and it worked for a few minutes, seemingly no errors, then i got this:
thanks and in advance for any help someone would have on resolving this.usr/share/bison++/bison.cc: In function `ppparse':
/usr/share/bison++/bison.cc:559: warning: `yystate' might be used uninitialized in this function
/usr/share/bison++/bison.cc:560: warning: `yyn' might be used uninitialized in this function
/usr/share/bison++/bison.cc:561: warning: `yyssp' might be used uninitialized in this function
/usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used uninitialized in this function
/usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function
flex -Cf -d -Ppp -8 -olex.ppl.c ./ppl.l
gcc -MMD -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o lex.ppl.o lex.ppl.c
lex.ppl.c:15281: warning: `yyunput' defined but not used
bison -y -d -t ./parser.y
./parser.y:265 parser name defined to default :"parse"
conflicts: 2 shift/reduce
gcc -MMD -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o y.tab.o y.tab.c
/usr/share/bison++/bison.cc: In function `yyparse':
/usr/share/bison++/bison.cc:559: warning: `yystate' might be used uninitialized in this function
/usr/share/bison++/bison.cc:560: warning: `yyn' might be used uninitialized in this function
/usr/share/bison++/bison.cc:561: warning: `yyssp' might be used uninitialized in this function
/usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used uninitialized in this function
/usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function
flex -Cf -d -8 ./parser.l
gcc -MMD -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o lex.yy.o lex.yy.c
lex.yy.c:7126: warning: `yyunput' defined but not used
lex.yy.c:7705: warning: `yy_top_state' defined but not used
gcc -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -o wrc dumpres.o genres.o newstruc.o preproc.o readres.o utils.o wrc.o writeres.o ppy.tab.o lex.ppl.o y.tab.o lex.yy.o -L../../unicode -lwine_unicode -lfl
wrc.o(.text+0x99b): In function `main':
/home/nodren/winex/tools/wrc/wrc.c:632: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
wrc.o(.text+0x581):/home/nodren/winex/tools/wrc/wrc.c:560: undefined reference to `ppdebug'
lex.ppl.o(.text+0x4aab): In function `push_buffer':
./ppl.l:1170: undefined reference to `ppdebug'
lex.ppl.o(.text+0x4cf3): In function `pop_buffer':
./ppl.l:1260: undefined reference to `ppdebug'
collect2: ld returned 1 exit status
make[2]: *** [wrc] Error 1
make[2]: Leaving directory `/home/nodren/winex/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving directory `/home/nodren/winex/tools'
make: *** [tools] Error 2
root@ubuntu:/home/nodren/winex #
- 05-09-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Atlanta
- Posts
- 55
wineX
Have u tried chmod_ing before you compile?


Reply With Quote
