[Wine] Should I report my problem in Bugzilla? Outcast problem.

"Rémi G." remjg at free.fr
Tue Nov 6 11:14:34 CST 2007


Thank you for your answer ;)

As you suggest to me, I report the bug in bugzilla here :
http://bugs.winehq.org/show_bug.cgi?id=10283

But before doing a regression test, I would like to try an old version 
of Wine to be sure Outcast works with it.

In order to install Wine 0.9, I try these commands (on ubuntu 7.10) :

sudo apt-get install git ccache build-dep wine wine-dev
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git

Then, to tell git I would like to install wine 0.9, I type this :

git branch oldstuff wine-0.9
git checkout oldstuff


And I get my first error :

warning: refname 'wine-0.9' is ambiguous.
fatal: Ambiguous object name: 'wine-0.9'.


I'm stunned because this branch exist, as I can see here :
http://source.winehq.org/git/?p=wine.git;a=tags

Nevertheless, as it's just for testing, I try with wine-0.9.2 and it's 
works :

git branch oldstuff wine-0.9.2
git checkout oldstuff


Then, I try to compile Wine 0.9.2 with the following lines :

CC="ccache gcc" ./configure && make clean && make


And it fails with the command "make" :-(
I can read this error :

./parser.y:303.8-14: AVERTISSEMENT: symbole tSTRING redéfini
./parser.y:303.16-21: AVERTISSEMENT: symbole tIDENT redéfini
./parser.y:303.23-30: AVERTISSEMENT: symbole tRAWDATA redéfini
./parser.y: conflits: 5 décalage/réduction
ccache gcc -c -I. -I. -I../../include -I../../include  -DINCLUDEDIR="\"/usr/local/include/wine\""  -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith  -g -O2  -o parser.tab.o parser.tab.c
flex -Cf  -d -8 ./parser.l
ccache gcc -c -I. -I. -I../../include -I../../include  -DINCLUDEDIR="\"/usr/local/include/wine\""  -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith  -g -O2  -o lex.yy.o lex.yy.c
lex.yy.c:9174: erreur: expected «;", «," or «)" before numeric constant
make[2]: *** [lex.yy.o] Erreur 1
make[2]: quittant le répertoire « /home/remjg/wine-git/tools/wrc »
make[1]: *** [wrc] Erreur 2
make[1]: quittant le répertoire « /home/remjg/wine-git/tools »
make: *** [tools] Erreur 2


So my questions are :
What could I do to avoid this?
How can I remove a "branch" I created such as "oldstuff"?
Should I remove wine first (binary .deb provided with ubuntu)?

Thank you for your help!

P.S : I hope I answer to the good address, It's the first time i=I use a 
mailing list.



More information about the wine-users mailing list