[Bug 3480] New: building wine on linux with `./configure --without-x` fails

Wine Bugs wine-bugs at winehq.org
Mon Oct 3 16:48:13 CDT 2005


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 at winehq.org
        ReportedBy: vapier at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list