On Mon, Oct 18, 2004 at 03:25:12AM -0400, Ross Quinlan wrote:
This generates one new file, "Makefile" (no Makefile.in, configure) so I can't run ./configure --with-wine etc.
Yeap, that's expected. Docu needs updating.
If I try a simple make, here's the result:
E> make all winebuild -o winemine2.exe.dbg.c --debug -C. dialog.c main.c winegcc -c -mno-cygwin -I. -o winemine2.exe.dbg.o winemine2.exe.dbg.c winegcc -c -mno-cygwin -I. -o dialog.o dialog.c winegcc -c -mno-cygwin -I. -o main.o main.c wrc -I. -foDe.res De.rc De.rc:22:21: Error: parse error make: *** [De.res] Error 1
You need to hand-edit a bit the generated Makefile. In this case, you have to remove all the language ,rc files (Xx.rc) from there, since these are included by the main .rc file.