On 07/02/06, Rainer Dorsch rdorsch@web.de wrote:
...but the test fails:
make[2]: Entering directory `/home/rd/SW.nobackup/wine-0.9.7/programs/winetest' make[2]: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so', needed by `d3d9_test.exe.so'. Stop.
- Does making the tests in dlls/d3d9/tests work? ie, rd@silverboxy:~/SW.nobackup/wine-0.9.7/dlls/d3d9/tests$ make
- The d3d9 tests are on top of the Makefile for winetest. Does making other tests work? eg, rd@silverboxy:~/SW.nobackup/wine-0.9.7/programs/winetest$ make ntdll_test.exe.so
Am Dienstag, 7. Februar 2006 13:10 schrieben Sie:
On 07/02/06, Rainer Dorsch rdorsch@web.de wrote:
...but the test fails:
make[2]: Entering directory `/home/rd/SW.nobackup/wine-0.9.7/programs/winetest' make[2]: *** No rule to make target `../../dlls/d3d9/tests/d3d9_test.exe.so', needed by `d3d9_test.exe.so'. Stop.
- Does making the tests in dlls/d3d9/tests work?
ie, rd@silverboxy:~/SW.nobackup/wine-0.9.7/dlls/d3d9/tests$ make
- The d3d9 tests are on top of the Makefile for winetest. Does making
other tests work? eg, rd@silverboxy:~/SW.nobackup/wine-0.9.7/programs/winetest$ make ntdll_test.exe.so
These have been good questions!
I rerun the complete procedure
./configure make depend make make install
and wine-0.9.7 installed fine.
Before that I did omit the make command, i.e.
./configure make depend make make install
I was under the impression that make install first builds all target to be installed, then really installs them. That worked for all Makefiles which provide an install target so far for me (not sure if it worked for wine previously).
Not sure, if this is the intended behaviour in wine, but it seems the compile issue was my own fault...
Thanks, Rainer