After downloading the new CVS, I hit the following problem after running './configure':
config.status: error: cannot find input file: dlls/mciavi32/Makefile.in andrew@apollo:~/Download/Software/wine> make make[1]: Entering directory `/home/andrew/Download/Software/wine/libs' Makefile is older than ../configure, please rerun ../configure make[1]: *** [Makefile] Error 1 make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs' make: *** [libs] Error 2 andrew@apollo:~/Download/Software/wine>
Anyone know what is wrong ?
Further to the below, I noticed the following message when downloading CVS.
cvs update: Updating wine/windows/ttydrv cvs update: Updating wine/windows/x11drv Unknown host cvs.kde.org.
Andrew
After downloading the new CVS, I hit the following problem after running './configure':
config.status: error: cannot find input file: dlls/mciavi32/Makefile.in andrew@apollo:~/Download/Software/wine> make make[1]: Entering directory `/home/andrew/Download/Software/wine/libs' Makefile is older than ../configure, please rerun ../configure make[1]: *** [Makefile] Error 1 make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs' make: *** [libs] Error 2 andrew@apollo:~/Download/Software/wine>
Anyone know what is wrong ?
Andrew
You can be the captain I will draw the chart Sailing into destiny Closer to the heart
Closer to the Heart by Rush (A Farewell to Kings, 1977)
On 8/27/05, Andrew Neil Ramage nrsc16850@blueyonder.co.uk wrote:
Further to the below, I noticed the following message when downloading CVS.
cvs update: Updating wine/windows/ttydrv cvs update: Updating wine/windows/x11drv Unknown host cvs.kde.org.
Anyone know what is wrong ?
I just did a CVS update and it works fine here.
Tom
On 8/27/05, Andrew Neil Ramage nrsc16850@blueyonder.co.uk wrote:
Further to the below, I noticed the following message when downloading CVS.
cvs update: Updating wine/windows/ttydrv cvs update: Updating wine/windows/x11drv Unknown host cvs.kde.org.
wine update from cvs.kde.org ??? Strange. But cvs.kde.org surely doesn't exist, because KDE moved to SVN, updating often from them, too.
Anyone know what is wrong ?
I just did a CVS update and it works fine here.
Here too.
Tom
Regards, Pavel.
Andrew Neil Ramage wrote:
After downloading the new CVS, I hit the following problem after running './configure':
config.status: error: cannot find input file: dlls/mciavi32/Makefile.in andrew@apollo:~/Download/Software/wine> make make[1]: Entering directory `/home/andrew/Download/Software/wine/libs' Makefile is older than ../configure, please rerun ../configure make[1]: *** [Makefile] Error 1 make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs' make: *** [libs] Error 2 andrew@apollo:~/Download/Software/wine>
Anyone know what is wrong ?
Did you try:
cvs update -d
It sounds like you're missing a (relatively) new directory, and the configure script is choking because a simple 'cvs update' doesn't download new directories. That's what -d is for. If that doesn't work, you may also want to try 'cvs update -dAP'.