Displaying 2 results from an estimated 2 matches for "wine_src".
2002 Dec 30
3
Problem while compiling Winein Debian
Hello.
While I was trying to compile the Wine sources from Debian unstable so I
could use them in my Debian Sarge system, I got the following messages:
# generate HTML documentation
/usr/bin/make -C documentation wine-doc/index.html
make[1]: Entering directory `/wine_src/wine-0.0.20021219/documentation'
false -d ./default.dsl -o wine-doc wine-doc.sgml
make[1]: *** [wine-doc/index.html] Error 1
make[1]: Leaving directory `/wine_src/wine-0.0.20021219/documentation'
make: *** [build-stamp] Error 2
ronaldace:/wine_src/wine-0.0.20021219#
I checked and there act...
2009 Aug 23
1
Help from a more experienced WINE developer
Hiya,
So in an attempt to get Champions Online working under WINE, I have been debugging it and I have found that the function IWineD3DVolumeImpl_UnlockBox (it can be found in WINE_SRC/dlls/wined3d/volume.c) is being called twice on the same object thus in the second attempt it is trying to unlock an already unlocked object, which seems to be generating the error. I have searched the WINE code base for explicit calls to this function and have found none. So these are my questio...