On Dienstag 24 Januar 2006 15:18, you wrote:
Rainer Dorsch wrote:
I compiled the last few wine releases. 0.9.6 gives me a compile error:
make[2]: Entering directory `/home/rd/SW.nobackup/wine-0.9.6/programs/winetest' make[2]: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so', needed by `d3d9_test.exe.so'. Stop.
You're missing OpenGL headers/libraries on your system, and d3d9 isn't being build. The winetest's Makefile doesn't account for that case.
Hmm....do you have any file names from the OpenGL header files/libraries? Or better Debian package name?
Is it right that configuring with --without-opengl would not help, because this would not impact winetest's Makefile....?
Is that new in 0.9.6 and was not there at 0.9.5?
Thanks, Rainer