On compiling wine from the cvs tree. I cant get past the make depend part of it. I get this error. This is the last segment of it. I dont know what is wrong. $./tools/wineinstall ......... make[2]: Entering directory `/usr/src/wine/dlls/msvcrt' ../../tools/makedep -I. -I. -I../../include -I../../include -C. console.c cpp.c ctype.c data.c dir.c environ.c errno.c except.c exit.c file.c heap.c locale.c main.c math.c mbcs.c misc.c process.c string.c thread.c time.c wcs.c -C. msvcrt/conio.h: No such file or directory msvcrt/conio.h was first included from console.c:12 make[2]: *** [depend] Error 1 make[2]: Leaving directory `/usr/src/wine/dlls/msvcrt' make[1]: *** [msvcrt/__depend__] Error 2 make[1]: Leaving directory `/usr/src/wine/dlls' make: *** [dlls/__depend__] Error 2 Compilation failed, aborting install.
On Fri, 4 May 2001, Dustin Arnett wrote:> On compiling wine from the cvs tree.In order to use the cvs tree, you must read the instructions. Did you read the starter's manual on http://www.winehq.com/devstart.shtml? You want the "Staying Up-To-Date" and "Useful Options" sections in it.