Geoff the Medio wrote:
tzlaine wrote:
Geoff the Medio wrote:
How is a nonexistant prereq that causes a crash not a glaring mistake?
There are other things that you can do to cause a crash. The point is that I can't be spending all my time writing this little utility app when I have to write most of the FO code as well. It will never catch everything, and I'm not going to work on it much more, if any.
I don't want it to catch everything... I just want it to catch references to prereqs that aren't defined. This seems like one of the most basic and important things for a utility like this to do.
If you won't, I may take a look at adding/fixing it.
That would be fine by me. I just don't have the time.
Quote:
I don't suppose you have working msvc project files for tech-check and the other DesignerTools?
No, but that's because there aren't any. You need to install Python and SCons. SCons is an alternative build system that works on virtually any platform. You can get it at
http://www.scons.org . You need to alter your PATH environment variable globally or within the shell in which you run SCons (preferably a "Visual Studio .NET Command Prompt" console) to include your python directory, then just type "scons".