Makefile.in not created on Cygwin 1.7.22

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Makefile.in not created on Cygwin 1.7.22

Post by KenSharp »

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.
Attachments
config.log.7z
config.log
(25.7 KiB) Downloaded 210 times
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Makefile.in not created on Cygwin 1.7.22

Post by dimesio »

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
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Re: Makefile.in not created on Cygwin 1.7.22

Post by KenSharp »

Wow! I don't even remember posting that. I'm glad someone is on-the-ball! :-)
Locked