The problem is - when I download wine - let say 0.9.53 from here:
http://ibiblio.org/pub/linux/system/emu ... 53.tar.bz2
I can compile it on Debian Lenny without problems, however - when I use git like this:
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git
git-reset wine-0.9.53
git checkout -f
./configure && make depend && make
I get:
In file included from comm16.c:66:
win.h:37: error: field ‘obj’ has incomplete type
comm16.c: In function ‘EnableCommNotification16’:
comm16.c
comm16.c
make[2]: *** [comm16.o] Błąd 1
make[2]: Opuszczenie katalogu `/home/james/wine-git/dlls/user32'
make[1]: *** [user32] Błąd 2
make[1]: Opuszczenie katalogu `/home/james/wine-git/dlls'
make: *** [dlls] Błąd 2
What am I missing? I thought that source from both git and download page is the same...
I wanted to do reverse regression test but with this error it is simply impossible. How can I fix this?
Thanks in advance.