I realise there are a number of bugs for compiling under Cygwin, but I don't know if any are related to this.
Under Cygwin 1.7.22 and running
CCACHE_COMPRESS=1 CC="ccache cc" CFLAGS="-g -O0" ~/wine-1.6/configure --disable-tests
configure completes with no error (except for reporting the missing package files) and reports:
"Do 'make' to compile Wine."
But on doing so:
make: *** No rule to make target 'Makefile.in', which is needed by 'Makefile'. Stop.
$ ls
config.log config.status dlls fonts include Makefile Make.rules Maketest.rules po programs tools wine
Presumably this is a bug but I thought it best I ask here before opening any kind of bug report. I'm probably missing something.
Makefile.in not created on Cygwin 1.7.22
Makefile.in not created on Cygwin 1.7.22
- Attachments
-
- config.log.7z
- config.log
- (25.7 KiB) Downloaded 210 times
Re: Makefile.in not created on Cygwin 1.7.22
The only thing I could find about it was your thread from two years ago about the same problem. http://forum.winehq.org/viewtopic.php?f=2&t=13952
Re: Makefile.in not created on Cygwin 1.7.22
Wow! I don't even remember posting that. I'm glad someone is on-the-ball! 
