http://bugs.winehq.org/show_bug.cgi?id=3480
Summary: building wine on linux with `./configure --without-x` fails Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: vapier@gentoo.org
if you try to build wine on linux after passing the '--without-x' option to configure, the build will fail with this:
make[2]: *** No rule to make target `../../dlls/ddraw/tests/ddraw_test.exe.so', needed by `ddraw_test.exe.so'. Stop. make[2]: Leaving directory `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/programs/winetest'
this is because the programs/winetest/Makefile.in always requires ddraw_test.exe even if dlls/ddraw/tests/Makefile.in has it disabled via XFILES