Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
Chris
On 3/26/2010 22:48, chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
As usual, run ./configure.
Chris
As usual, run ./configure.
Doesn't help, same problem here with ./configure. Make distclean also fails. --Juan
On Fri, Mar 26, 2010 at 12:48:06PM -0700, chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
If you run configure again it is gone at least.
Ciao, Marcus
If you run configure again it is gone at least.
You're right, that fixed it for me too. Thanks. --Juan
chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
I had the same problem. Fixed with git clean -fd. Note that this will remove any files in the tree that aren't tracked. See man git-clean for more info, of course.
Andrew