|
> 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? > > > Chris > |
|
> As usual, run ./configure.
Doesn't help, same problem here with ./configure. Make distclean also fails. --Juan |
|
In reply to this post by chris ahrendt-2
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 |
|
In reply to this post by Juan Lang-4
On 3/26/2010 22:55, Juan Lang wrote:
>> As usual, run ./configure. >> > Doesn't help, same problem here with ./configure. Make distclean also fails. > --Juan > > Don't know then, I'm building right now, on m* modules already. |
|
In reply to this post by chris ahrendt-2
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 |
|
In reply to this post by Marcus Meissner-4
> If you run configure again it is gone at least.
You're right, that fixed it for me too. Thanks. --Juan |
| Powered by Nabble | Edit this page |
