On 3/6/11 1:02 PM, Alan_H wrote:
Hello again to James and "vitamin",
This is still giving trouble. This time I kept a log of precisely what I did. Here it is
alan@Ubuntu:~$ git clone git://source.winehq.org/git/wine.git wine-git
fatal: destination path 'wine-git' already exists and is not an empty directory.
alan@Ubuntu:~$ rm -r wine-git
rm: remove write-protected regular file `wine-git/.git/objects/pack/pack-71326c4a91beddaf9d67d504ac85dd8eedf2efae.idx'? y
rm: remove write-protected regular file `wine-git/.git/objects/pack/pack-71326c4a91beddaf9d67d504ac85dd8eedf2efae.pack'? y
alan@Ubuntu:~$ git clone git://source.winehq.org/git/wine.git wine-git
Initialized empty Git repository in /home/alan/wine-git/.git/
remote: Counting objects: 573251, done.
remote: Compressing objects: 100% (104597/104597), done.
remote: Total 573251 (delta 466963), reused 573251 (delta 466963)
Receiving objects: 100% (573251/573251), 139.83 MiB | 645 KiB/s, done.
Resolving deltas: 100% (466963/466963), done.
alan@Ubuntu:~$ git bisect start
fatal: Not a git repository (or any of the parent directories): .git
alan@Ubuntu:~$ cd wine-git
alan@Ubuntu:~/wine-git$ git bisect start
alan@Ubuntu:~/wine-git$ git bisect good 1.0.1
fatal: Needed a single revision
Bad rev input: 1.0.1
alan@Ubuntu:~/wine-git$ git bisect good wine-1.0.1
alan@Ubuntu:~/wine-git$ git bisect bad wine-1.2
Bisecting: a merge base must be tested
[36def4af0ca85a1d0e66b5207056775bcb3b09ff] Release 1.0.
alan@ubuntu:~/wine-git$ ./configure
<hundred or so lines snipped>
configure: Finished. Do 'make depend&& make' to compile Wine.
alan@Ubuntu:~/wine-git$ make depend
<hundred or so lines snipped. 2 or 3 minutes. No evidence of error>
alan@ubuntu:~/wine-git$ make
<seversl hundred lines snipped. 20 minutes or so. ended with this>
...
freetype.c:5031: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5032: error: called object ‘pFT_MulFix’ is not a function
A fix for this was posted earlier in the forums. Please search for it.
It did appear when a new version of Freetype was released and a change
was implemented to Wine's codebase.
James McKenzie