[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build from the scratch 2



Quoting "=?iso-8859-1?Q?Jean-Fran=E7ois_Trevien?=":
> 1. the files mzscheme.mak mred.mak mzstart.mak mrstart.mak need for a
> corresponding XXX.dep missing

Does the missing .dep files prevent the build from finishing? For me,
nmake merely reports a warning, then continues.

The .dep files are left out of CVS and src distributions on purpose,
since MSVC generates them with absolute paths. (To get the .dep files,
use MSVC and export new makefiles with the "generate dependencies" box
checked.)

> I've join the rebuild.bat it must be put in plt/src/worksp

Thanks - I've added it to the CVS repository.

> 2. the linking of mysterx fail because the f:\SBN\lib\shell32.lib miss .
> why you don't use the regular shell32.lib ?

I'll check with Paul, but it sounds like the MysterX makefile needs to
be fixed.

Matthew