Re: Don't know how to make
From: Andy Sinclair (me_at_privacy.net)
Date: 12/10/04
- Next message: Bonj: "Re: Don't know how to make"
- Previous message: Mike Gleason Jr Couturier: "Re: Dynamic creation of objects by class name"
- In reply to: Bonj: "Don't know how to make"
- Next in thread: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Dec 2004 13:45:14 +0000
Bonj wrote:
>But if I do "nmake clean" and then "nmake findwords.dll" it runs through
>$(stringclassfiles) and successfully makes and deploys it, but then claims
>"fatal error U1073 - don't know how to make 'vbscript.idl' ".
>But I haven't told it to make this, I've told it that vbscript.idl is a
>*dependency* of the build process for vbscript_i.obj. This is the bit I'm not
>getting.
When you specifying a dependency, make will look for a rule to make
it. If it is not found, it will look for a file.
The error means that make cannot find the file specified.
If it is a file you edit, you may need to specify its location
explicitly.
Andy
- Next message: Bonj: "Re: Don't know how to make"
- Previous message: Mike Gleason Jr Couturier: "Re: Dynamic creation of objects by class name"
- In reply to: Bonj: "Don't know how to make"
- Next in thread: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Reply: Bonj: "Re: Don't know how to make"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|