I am somewhat disappointed that the compile problem is still not fixed in 0.9.7.
Also I am not sure, if opengl is the real problem, at least configure reports that OpenGL is up-to-date:
checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... yes checking for gluLookAt in -lGLU... yes checking for glutMainLoop in -lglut... no
(or is it the missing libglut the problem)
I thought I report the issue again, just to let you know that there is a compile glitch...
Thanks, Rainer
Am Dienstag, 24. Januar 2006 15:18 schrieb Mike McCormack:
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.
Mike